@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/montserrat-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #2b1c17;
  --brown: #50372d;
  --brown-soft: #6d5748;
  --cream: #f2e8d2;
  --paper: #faf5e9;
  --white: #fffdf8;
  --teal: #43887e;
  --teal-dark: #2e6e66;
  --gold: #d8c06c;
  --line: rgba(43, 28, 23, 0.15);
  --sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  padding-bottom: 0 !important;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  background: var(--teal);
  color: white;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  clip-path: none;
  border-radius: 4px;
  background: white;
  color: var(--ink);
  font-weight: 700;
}

h1,
h2,
h3,
p,
ul,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.02;
}

h1 {
  max-width: 660px;
  margin-bottom: 20px;
  font-size: clamp(3.35rem, 4.6vw, 4.3rem);
  letter-spacing: -0.025em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 3.6vw, 3.35rem);
  letter-spacing: -0.018em;
}

h3 {
  font-size: clamp(1.4rem, 1.8vw, 1.85rem);
}

.shell {
  width: min(1152px, calc(100% - 48px));
  margin-inline: auto;
}

.narrow {
  width: min(960px, calc(100% - 48px));
  text-align: center;
}

.eyebrow {
  display: block;
  margin-bottom: 13px;
  font-family: var(--sans);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid var(--teal);
  border-radius: 999px;
  background: var(--teal);
  color: white;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
  transform: translateY(-2px);
}

.section-heading {
  margin-bottom: 44px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading--light {
  color: var(--paper);
}

.section-light {
  background: var(--paper);
}

.section-white {
  background: var(--white);
}

.section-cream {
  background: var(--cream);
}

.site-header {
  position: relative;
  z-index: 20;
}

.site-header.is-scrolled .topbar {
  box-shadow: 0 7px 24px rgba(20, 12, 9, 0.18);
}

.topbar {
  min-height: 46px;
  background: var(--ink);
  color: white;
  transition: box-shadow 180ms ease;
}

.topbar-inner {
  position: relative;
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.brand-logo {
  width: auto;
  max-width: 110px;
  height: 34px;
  object-fit: contain;
}

.brand-wordmark {
  display: grid;
  min-width: 76px;
  line-height: 0.78;
  text-align: center;
  text-transform: uppercase;
}

.brand-wordmark strong {
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.brand-wordmark small {
  margin-top: 3px;
  font-size: 0.34rem;
  letter-spacing: 0.26em;
  opacity: 0.78;
}

.phone-link {
  margin-right: auto;
  color: var(--paper);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.phone-icon {
  display: inline-grid;
  width: 25px;
  height: 25px;
  margin-right: 9px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: white;
  font-size: 0.72rem;
}

.phone-icon svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 31px;
}

.desktop-nav a {
  position: relative;
  padding-block: 15px;
  font-size: 0.63rem;
  letter-spacing: 0.04em;
}

.desktop-nav a > span {
  margin-left: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 9px;
  left: 0;
  height: 1px;
  background: var(--teal);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  display: grid;
  width: 35px;
  height: 35px;
  cursor: pointer;
  list-style: none;
  place-content: center;
  gap: 5px;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  display: block;
  width: 22px;
  height: 1px;
  background: white;
}

.mobile-menu nav {
  position: absolute;
  top: 46px;
  right: 0;
  display: grid;
  width: min(290px, calc(100vw - 32px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: var(--ink);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.mobile-menu nav a {
  padding: 10px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
}

.menu-toggle,
.mobile-navigation {
  display: none;
}

.menu-toggle {
  width: 38px;
  height: 38px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  place-content: center;
  gap: 5px;
}

.menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 22px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-navigation {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  z-index: 40;
  width: min(310px, calc(100vw - 28px));
  padding: 12px 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0 0 8px 8px;
  background: var(--ink);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mobile-navigation.is-open {
  display: grid;
}

.mobile-navigation a {
  padding: 12px 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 0.76rem;
}

.mobile-navigation > .mobile-phone-link {
  border-bottom: 0;
  color: #8fd0c7;
}

.locationbar {
  background: #ded3b7;
}

.locationbar-inner {
  display: grid;
  min-height: 48px;
  grid-template-columns: 1fr 1fr;
}

.locationbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding-inline: 24px;
  border-right: 1px solid rgba(43, 28, 23, 0.12);
  font-size: 0.68rem;
}

.locationbar a:first-child {
  border-left: 1px solid rgba(43, 28, 23, 0.12);
}

.location-copy,
.location-hours {
  display: grid;
  gap: 1px;
}

.location-hours br {
  display: block;
}

.locationbar strong {
  font-size: 0.66rem;
  letter-spacing: 0.02em;
}

.locationbar small {
  color: rgba(43, 28, 23, 0.66);
  font-size: 0.54rem;
}

.location-hours {
  margin-left: auto;
  min-width: 98px;
  color: rgba(43, 28, 23, 0.66);
  font-size: 0.54rem;
  line-height: 1.5;
}

.pin {
  color: var(--teal);
  font-size: 0.95rem;
}

.pin svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background-color: var(--cream);
  background-image: var(--glj-photo-hero, url("../images/jl-hero.png"));
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.scroll-cue {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: rgba(43, 28, 23, 0.68);
  font-size: 0.48rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.hero-inner {
  display: flex;
  min-height: 590px;
  align-items: center;
}

.hero-copy {
  width: min(55%, 660px);
  padding-block: 60px;
  animation: rise-in 650ms ease both;
}

.hero-copy > p {
  max-width: 520px;
  margin-bottom: 24px;
  color: rgba(43, 28, 23, 0.74);
  font-size: 0.82rem;
  letter-spacing: 0.045em;
}

.review-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  font-size: 0.64rem;
}

.review-strip small {
  color: rgba(43, 28, 23, 0.48);
  font-size: 0.5rem;
  text-transform: uppercase;
}

.google-g {
  font-size: 1.1rem;
  font-weight: 800;
  color: #4285f4;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.13em;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  background-color: var(--brown);
  background-repeat: no-repeat;
  background-size: cover;
}

.service-card--left {
  background-color: #302116;
  background-image: var(--glj-photo-gold, url("../images/service-goldankauf.jpg"));
  background-size: auto 112%;
  background-position: right -100px bottom -35px;
}

.service-card--center {
  background-color: #594032;
  background-image: var(--glj-photo-cash, url("../images/service-pfandkredit.jpg"));
  background-size: auto 95%;
  background-position: right -75px bottom -30px;
}

.service-card--right {
  background-color: #705744;
  background-image: var(--glj-photo-service, url("../images/service-werkstatt.jpg"));
  background-size: auto 120%;
  background-position: right -12px center;
}

.service-card::before {
  position: absolute;
  inset: 0;
  content: "";
  transition: opacity 250ms ease;
}

.service-card--left::before {
  background: linear-gradient(90deg, #302116 0%, rgba(48, 33, 22, 0.86) 36%, transparent 72%);
}

.service-card--center::before {
  background: linear-gradient(90deg, #594032 0%, rgba(89, 64, 50, 0.86) 36%, transparent 72%);
}

.service-card--right::before {
  background: linear-gradient(90deg, #705744 0%, rgba(112, 87, 68, 0.86) 36%, transparent 72%);
}

.service-card:hover::before {
  opacity: 0.82;
}

.service-card-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 290px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 32px clamp(24px, 3.35vw, 54px);
  color: white;
}

.service-card h2 {
  max-width: 310px;
  margin-bottom: 7px;
  font-size: clamp(1.8rem, 2.3vw, 2.35rem);
  line-height: 0.98;
}

.service-card p {
  max-width: 255px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.66rem;
  line-height: 1.55;
}

.service-card a {
  margin-top: auto;
  color: #70b8ae;
  font-size: 0.66rem;
  font-weight: 700;
}

.process {
  padding: 72px 0 82px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 34px;
}

.process-grid article {
  position: relative;
}

.process-grid article:not(:last-child)::after {
  position: absolute;
  top: 16px;
  right: -36px;
  width: 45px;
  border-top: 1px solid rgba(67, 136, 126, 0.4);
  content: "";
}

.step {
  display: grid;
  width: 32px;
  height: 32px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  background: #68b5aa;
  color: white;
  font-family: var(--serif);
  font-size: 0.95rem;
}

.process-grid h3 {
  margin-bottom: 12px;
}

.process-grid p {
  color: rgba(43, 28, 23, 0.66);
  font-size: 0.75rem;
}

.about {
  padding: 82px 0 88px;
}

.about-heading {
  margin-bottom: 26px;
  text-align: center;
}

.about-heading h2 {
  margin-bottom: 0;
}

.about-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.4fr);
  gap: clamp(38px, 5vw, 72px);
}

.about-copy {
  text-align: center;
}

.about-copy p {
  max-width: 670px;
  margin-inline: auto;
  color: rgba(43, 28, 23, 0.64);
  font-size: 0.72rem;
  line-height: 1.8;
}

.about-copy .lead {
  max-width: 620px;
  margin-bottom: 20px;
  color: rgba(43, 28, 23, 0.74);
}

.about-copy .button {
  margin-top: 16px;
}

.portrait {
  width: min(100%, 300px);
  aspect-ratio: 1;
  justify-self: center;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 14px 38px rgba(43, 28, 23, 0.11);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.offerings {
  padding: 82px 0 88px;
}

.offering-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  margin-bottom: 38px;
  text-align: left;
}

.offering-grid h3 {
  margin-bottom: 18px;
  text-align: center;
}

.offering-grid article {
  position: relative;
  padding-top: 18px;
}

.service-number {
  position: absolute;
  top: -5px;
  right: 0;
  color: rgba(67, 136, 126, 0.21);
  font-family: var(--serif);
  font-size: 3.4rem;
  line-height: 1;
}

.offering-grid ul {
  margin-bottom: 0;
  padding-left: 18px;
  color: rgba(43, 28, 23, 0.72);
  font-size: 0.66rem;
  line-height: 1.85;
}

.offering-grid li::marker {
  color: var(--teal);
}

.testimonials {
  padding: 80px 0 76px;
  background: var(--brown-soft);
}

.testimonial-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1.08fr;
  gap: 34px;
  text-align: left;
}

.testimonial-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(216, 192, 108, 0.34);
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 15px 35px rgba(25, 15, 11, 0.12);
}

.quote-mark {
  position: absolute;
  top: 12px;
  left: 22px;
  color: rgba(67, 136, 126, 0.16);
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 1;
}

.testimonial-card .stars {
  display: block;
  margin-bottom: 17px;
  text-align: right;
}

.testimonial-card p {
  margin-bottom: 26px;
  font-size: 0.74rem;
  line-height: 1.8;
}

.testimonial-card strong,
.testimonial-card small {
  display: block;
}

.testimonial-card strong {
  font-size: 0.72rem;
}

.testimonial-card small {
  color: var(--teal);
  font-size: 0.6rem;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 34px;
}

.testimonial-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #70b8ae;
}

.story-panel {
  display: grid;
  min-height: 570px;
  grid-template-columns: 1fr 1fr;
  background: #35231d;
  color: var(--paper);
}

.story-copy {
  display: flex;
  max-width: 620px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 62px clamp(36px, 4.8vw, 70px);
  text-align: center;
}

.story-copy h2 {
  font-size: clamp(2.3rem, 3vw, 2.75rem);
}

.story-copy p {
  color: rgba(250, 245, 233, 0.72);
  font-size: 0.7rem;
  line-height: 1.8;
}

.story-copy .button {
  margin-top: 16px;
}

.story-image {
  min-height: 570px;
  background-repeat: no-repeat;
  background-size: cover;
}

.story-image--gem {
  background-image: var(--glj-photo-gem, url("../images/jl-jewelry-stories.png"));
  background-position: center 19%;
}

.story-image--pendant {
  background-image: var(--glj-photo-pendant, url("../images/jl-jewelry-stories.png"));
  background-position: center 65%;
}

.story-panel--reverse .story-copy {
  order: 2;
  justify-self: start;
}

.story-panel--reverse .story-image {
  order: 1;
}

.questions {
  position: relative;
  padding: 76px 0 78px;
  text-align: center;
}

.questions-credit {
  position: absolute;
  right: clamp(20px, 3vw, 48px);
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--teal-dark);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.questions-credit svg {
  flex: 0 0 14px;
}

.questions-credit:hover,
.questions-credit:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.questions h2 {
  margin-bottom: 22px;
}

.questions p {
  max-width: 760px;
  margin: 0 auto 30px;
  color: rgba(43, 28, 23, 0.68);
  font-size: 0.8rem;
}

.questions p a {
  color: var(--teal-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.question-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.text-link {
  color: var(--teal-dark);
  font-size: 0.68rem;
  font-weight: 700;
}

.locations {
  padding: 80px 0 90px;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.location-card h3 {
  min-height: 65px;
  margin-bottom: 28px;
  text-align: center;
}

.location-card {
  position: relative;
}

.location-card-number {
  position: absolute;
  top: -18px;
  left: 0;
  color: rgba(67, 136, 126, 0.16);
  font-family: var(--serif);
  font-size: 4rem;
  line-height: 1;
}

.location-details,
.location-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.location-details {
  color: rgba(43, 28, 23, 0.68);
  font-size: 0.7rem;
  text-align: center;
}

.location-links {
  margin-bottom: 26px;
  color: var(--teal-dark);
  font-size: 0.68rem;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.map-art {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(35deg, transparent 46%, rgba(67, 136, 126, 0.08) 47%, rgba(67, 136, 126, 0.08) 58%, transparent 59%),
    repeating-linear-gradient(18deg, #f8f8f4 0 32px, #eeeeeb 33px 35px);
  box-shadow: inset 0 0 0 1px rgba(43, 28, 23, 0.06);
}

.map-art--spandau {
  background:
    linear-gradient(135deg, transparent 58%, rgba(67, 136, 126, 0.13) 59% 74%, transparent 75%),
    repeating-linear-gradient(-18deg, #f8f8f4 0 30px, #ececea 31px 34px);
}

.map-road {
  position: absolute;
  height: 4px;
  border: 1px solid white;
  background: #d8d8d4;
  transform-origin: left center;
}

.map-road--one {
  top: 24%;
  left: -5%;
  width: 115%;
  transform: rotate(15deg);
}

.map-road--two {
  top: 76%;
  left: -9%;
  width: 120%;
  transform: rotate(-9deg);
}

.map-road--three {
  top: 5%;
  left: 35%;
  width: 90%;
  transform: rotate(82deg);
}

.map-road--four {
  top: 10%;
  left: 73%;
  width: 80%;
  transform: rotate(112deg);
}

.map-pin {
  position: absolute;
  top: 43%;
  left: 55%;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50% 50% 50% 0;
  background: var(--teal);
  color: white;
  font-size: 0.55rem;
  transform: rotate(-45deg);
}

.map-pin::first-letter {
  transform: rotate(45deg);
}

.map-label {
  position: absolute;
  top: 59%;
  left: 45%;
  color: rgba(43, 28, 23, 0.55);
  font-size: 0.58rem;
  transform: rotate(-8deg);
}

.site-footer {
  background: var(--brown);
  color: rgba(255, 255, 255, 0.76);
}

.socialbar {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--ink);
}

.socialbar a {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: white;
  font-size: 0.77rem;
  font-weight: 700;
}

.socialbar svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 26px;
  padding: 46px 0 38px;
}

.footer-grid h3 {
  margin-bottom: 18px;
  color: var(--paper);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.footer-grid a {
  display: block;
  margin-bottom: 7px;
  font-size: 0.58rem;
  transition: color 160ms ease;
}

.footer-grid a:hover {
  color: white;
}

.footer-bottom {
  display: grid;
  align-items: center;
  grid-template-columns: 1.3fr 1.5fr 0.8fr 1.3fr auto;
  gap: 32px;
  padding: 22px 0 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.6rem;
}

.footer-bottom address {
  font-style: normal;
}

.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.5rem;
  letter-spacing: 0.04em;
}

.button--outline {
  border-color: var(--teal);
  background: transparent;
  color: white;
}

.content-shell {
  min-height: 55vh;
  padding: 80px 0;
}

.content-card {
  padding: clamp(32px, 6vw, 72px);
  background: var(--white);
  box-shadow: 0 16px 45px rgba(43, 28, 23, 0.08);
}

.entry-content {
  text-align: left;
}

.reveal-enabled .reveal {
  transform: translateY(12px);
  transition: transform 650ms ease var(--reveal-delay, 0ms);
}

.reveal-enabled .reveal.is-visible {
  transform: translateY(0);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .shell,
  .narrow {
    width: min(100% - 36px, 800px);
  }

  .desktop-nav {
    display: none;
  }

  .topbar-inner {
    justify-content: flex-start;
  }

  .menu-toggle {
    display: grid;
  }

  .hero {
    min-height: 520px;
    background-image:
      linear-gradient(180deg, rgba(242, 232, 210, 0.96) 0%, rgba(242, 232, 210, 0.88) 48%, rgba(242, 232, 210, 0.15) 72%, rgba(242, 232, 210, 0.02) 100%),
      var(--glj-photo-hero, url("../images/jl-hero.png"));
    background-position: center, right bottom;
    background-size: cover, auto 100%;
  }

  .hero-inner {
    min-height: 520px;
    align-items: flex-start;
  }

  .hero-copy {
    width: 100%;
    padding-top: 58px;
    text-align: center;
  }

  .hero-copy h1,
  .hero-copy > p {
    margin-inline: auto;
  }

  .review-strip {
    justify-content: center;
  }

  .service-cards {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card-overlay {
    min-height: 260px;
  }


  .process-grid,
  .offering-grid {
    gap: 30px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .portrait {
    margin-top: 12px;
  }

  .story-panel {
    grid-template-columns: 1fr;
  }

  .story-copy,
  .story-panel--reverse .story-copy {
    order: 2;
    max-width: none;
    justify-self: stretch;
  }

  .story-image,
  .story-panel--reverse .story-image {
    order: 1;
    min-height: 420px;
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-bottom {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 14px;
  }

  .shell,
  .narrow {
    width: min(100% - 28px, 520px);
  }

  h1 {
    max-width: 350px;
    font-size: clamp(2.25rem, 9.6vw, 2.55rem);
    line-height: 1.03;
  }

  h2 {
    font-size: clamp(2.3rem, 10vw, 2.8rem);
  }

  .topbar,
  .topbar-inner {
    min-height: 46px;
  }

  .topbar-inner {
    gap: 8px;
  }

  .brand-wordmark {
    min-width: 68px;
  }

  .brand-wordmark strong {
    font-size: 0.5rem;
  }

  .phone-link {
    display: inline-flex;
    align-items: center;
    margin-right: auto;
    font-size: 0.59rem;
    letter-spacing: 0.025em;
    white-space: nowrap;
  }

  .phone-icon {
    width: 24px;
    height: 24px;
    margin-right: 7px;
    font-size: 0.66rem;
  }

  .locationbar-inner {
    width: 100%;
    min-height: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .locationbar a {
    min-width: 0;
    min-height: 48px;
    justify-content: center;
    gap: 6px;
    padding-inline: 7px;
    border-right: 1px solid rgba(43, 28, 23, 0.12);
    border-bottom: 0;
  }

  .locationbar a:first-child {
    border-left: 0;
  }

  .location-copy {
    min-width: 0;
  }

  .locationbar strong {
    overflow: hidden;
    font-size: 0.51rem;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .locationbar small {
    overflow: hidden;
    font-size: 0.43rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .location-hours {
    display: none;
  }

  .pin {
    flex: 0 0 auto;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 282px;
    background: var(--cream);
  }

  .scroll-cue {
    display: none;
  }

  .hero-inner {
    min-height: 282px;
    align-items: flex-start;
  }

  .hero-copy {
    padding: 20px 4px 15px;
    text-align: left;
  }

  .hero-copy .eyebrow {
    margin-bottom: 10px;
  }

  .hero-copy > p {
    max-width: 330px;
    margin-inline: 0;
    margin-bottom: 16px;
    font-size: 0.72rem;
    line-height: 1.55;
  }

  .hero-copy .button {
    min-height: 34px;
  }

  .review-strip {
    justify-content: flex-start;
    margin-top: 28px;
  }

  .service-card,
  .service-card-overlay {
    min-height: 151px;
  }

  .service-card-overlay {
    padding: 16px 20px;
  }

  .service-card .eyebrow {
    margin-bottom: 5px;
    font-size: 0.48rem;
  }

  .service-card h2 {
    max-width: 290px;
    margin-bottom: 4px;
    font-size: 1.65rem;
  }

  .service-card p {
    max-width: 240px;
    margin-bottom: 10px;
  }

  .service-card p,
  .service-card a {
    font-size: 0.56rem;
  }

  .process,
  .about,
  .offerings,
  .testimonials,
  .locations {
    padding-block: 62px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .process-grid,
  .offering-grid,
  .testimonial-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    gap: 45px;
  }

  .process-grid article:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -29px;
    width: 1px;
    height: 24px;
    border-top: 0;
    border-left: 1px solid rgba(67, 136, 126, 0.4);
  }

  .about-grid {
    gap: 34px;
  }

  .portrait {
    width: min(74vw, 280px);
  }

  .offering-grid {
    gap: 45px;
  }

  .offering-grid h3 {
    text-align: left;
  }

  .story-image,
  .story-panel--reverse .story-image {
    min-height: 320px;
  }

  .story-copy {
    padding: 56px 24px 62px;
  }

  .questions {
    padding-block: 72px;
  }

  .question-actions {
    flex-direction: column;
    gap: 18px;
  }

  .location-card h3 {
    min-height: auto;
  }

  .map-art {
    min-height: 250px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-legal {
    flex-direction: column;
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Multi-page editorial system
   -------------------------------------------------------------------------- */

.primary-menu,
.primary-menu ul,
.mobile-menu-list,
.mobile-menu-list ul,
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav > .primary-menu {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.8vw, 27px);
}

.desktop-nav .menu-item {
  position: relative;
}

.desktop-nav .primary-menu > .menu-item > a {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 7px;
}

.desktop-nav .primary-menu > .menu-item-has-children > a::before {
  order: 2;
  border: 3px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.58);
  content: "";
  transform: translateY(2px);
}

.desktop-nav .primary-menu > .menu-item > .sub-menu {
  position: fixed;
  z-index: 60;
  top: 46px;
  left: 50%;
  display: grid;
  visibility: hidden;
  width: min(1152px, calc(100vw - 28px));
  max-height: calc(100vh - 60px);
  padding: 31px 36px 34px;
  overflow-y: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  border-top: 3px solid var(--teal);
  border-radius: 0 0 8px 8px;
  background:
    radial-gradient(circle at 92% 5%, rgba(67, 136, 126, 0.1), transparent 27%),
    rgba(255, 253, 248, 0.985);
  box-shadow: 0 26px 60px rgba(20, 12, 9, 0.25);
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.desktop-nav .primary-menu > .menu-item:hover > .sub-menu,
.desktop-nav .primary-menu > .menu-item:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.desktop-nav .primary-menu > .menu-item > .sub-menu > .mega-menu__group {
  min-width: 0;
}

.desktop-nav .primary-menu > .menu-item > .sub-menu > .mega-menu__group > a {
  display: block;
  padding: 0 0 13px;
  border-bottom: 1px solid rgba(43, 28, 23, 0.16);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.52rem;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.desktop-nav .primary-menu > .menu-item > .sub-menu > .mega-menu__group > a::before,
.desktop-nav .primary-menu > .menu-item > .sub-menu a::after {
  display: none;
}

.desktop-nav .primary-menu > .menu-item > .sub-menu .sub-menu {
  position: static;
  display: grid;
  visibility: visible;
  width: auto;
  padding: 11px 0 0;
  gap: 2px;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
}

.desktop-nav .primary-menu > .menu-item > .sub-menu .sub-menu a {
  display: block;
  padding: 8px 11px;
  border-left: 2px solid transparent;
  border-radius: 2px;
  color: var(--brown-soft);
  font-size: 0.73rem;
  line-height: 1.42;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, padding-left 160ms ease;
}

.desktop-nav .primary-menu > .menu-item > .sub-menu .sub-menu a:hover,
.desktop-nav .primary-menu > .menu-item > .sub-menu .sub-menu a:focus-visible,
.desktop-nav .primary-menu > .menu-item > .sub-menu .current-menu-item > a {
  padding-left: 15px;
  border-left-color: var(--teal);
  background: rgba(67, 136, 126, 0.08);
  color: var(--teal-dark);
}

.mobile-navigation .mobile-menu-list a {
  display: block;
}

.mobile-navigation .mobile-menu-list > li {
  position: relative;
}

.mobile-navigation .mobile-menu-list > li > a {
  padding: 13px 38px 13px 3px;
  font-size: 0.82rem;
  font-weight: 600;
}

.mobile-navigation .submenu-toggle {
  position: absolute;
  top: 5px;
  right: -4px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8fd0c7;
  place-items: center;
}

.mobile-navigation .submenu-toggle::before {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.mobile-navigation .is-expanded > .submenu-toggle::before {
  transform: translateY(2px) rotate(225deg);
}

.mobile-navigation .mobile-menu-list > li > .sub-menu {
  display: none;
  padding: 5px 0 14px 14px;
  border-left: 1px solid rgba(143, 208, 199, 0.3);
}

.mobile-navigation .mobile-menu-list > li.is-expanded > .sub-menu {
  display: grid;
  gap: 13px;
}

.mobile-navigation .mega-menu__group > a {
  padding: 6px 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.1;
}

.mobile-navigation .mega-menu__group > .sub-menu {
  display: grid;
  padding: 5px 0 0 10px;
  gap: 1px;
  border-left: 1px solid rgba(143, 208, 199, 0.18);
}

.mobile-navigation .mega-menu__group > .sub-menu a {
  padding: 7px 6px;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  line-height: 1.4;
}

.mobile-navigation .mobile-phone-link {
  display: block;
  border-bottom: 0;
  color: #8fd0c7;
}

.footer-menu li {
  margin: 0;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.55), transparent 32%),
    var(--cream);
}

.inner-hero::after {
  position: absolute;
  bottom: -190px;
  left: -130px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(67, 136, 126, 0.13);
  border-radius: 50%;
  content: "";
}

.inner-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 475px;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(50px, 8vw, 112px);
}

.inner-hero__copy {
  align-self: center;
  padding-block: 52px 62px;
}

.inner-hero__copy h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3.15rem, 4.45vw, 4.5rem);
  line-height: 1.01;
}

.inner-hero__copy > p {
  max-width: 620px;
  margin: 0;
  color: var(--brown-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.inner-hero__media {
  position: relative;
  min-height: 475px;
  margin: 0;
  overflow: hidden;
}

.inner-hero__media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(242, 232, 210, 0.17), transparent 30%);
  content: "";
  pointer-events: none;
}

.inner-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 38px;
  color: rgba(43, 28, 23, 0.56);
  font-size: 0.67rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
}

.breadcrumbs a {
  transition: color 160ms ease;
}

.breadcrumbs a:hover {
  color: var(--teal-dark);
}

.breadcrumbs span[aria-hidden="true"] {
  color: rgba(43, 28, 23, 0.28);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--brown-soft);
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.article-section {
  padding: clamp(70px, 8vw, 118px) 0;
  background: var(--paper);
}

.article-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 760px) minmax(250px, 1fr);
  gap: clamp(54px, 8vw, 110px);
}

.article-layout--centered {
  display: block;
}

.article-layout--centered .article-main {
  max-width: 820px;
  margin-inline: auto;
}

.article-section--fullbleed {
  overflow: clip;
  padding: 0;
  background: var(--white);
}

.article-layout--fullbleed,
.article-layout--fullbleed .article-main,
.article-layout--fullbleed .entry-content {
  display: block;
  width: 100%;
  max-width: none;
}

.article-layout--fullbleed .entry-content > .immobilien-landing {
  width: 100% !important;
  margin-left: 0 !important;
}

.article-main {
  min-width: 0;
}

.entry-content {
  color: #3c2c25;
  font-size: clamp(1rem, 0.97rem + 0.08vw, 1.06rem);
  line-height: 1.78;
  overflow-wrap: anywhere;
  text-align: left;
}

.entry-content :where(p, li, a, h2, h3, h4, strong, em) {
  min-width: 0;
  overflow-wrap: anywhere;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  clear: both;
  color: var(--ink);
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.entry-content h2 {
  margin: 1.7em 0 0.55em;
  font-size: clamp(2.15rem, 3.25vw, 2.9rem);
  line-height: 1.06;
}

.entry-content h3 {
  margin: 1.75em 0 0.62em;
  font-size: clamp(1.6rem, 2.35vw, 1.95rem);
  line-height: 1.12;
}

.entry-content h4 {
  margin: 1.8em 0 0.62em;
  font-family: var(--sans);
  font-size: 0.86rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table,
.entry-content blockquote,
.entry-content figure,
.entry-content .wp-block-columns,
.entry-content .wp-block-group {
  margin-bottom: 1.45em;
}

.entry-content p:empty {
  display: none;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.55em;
}

.entry-content li {
  margin-bottom: 0.62em;
  padding-left: 0.25em;
}

.entry-content li::marker {
  color: var(--teal);
  font-weight: 600;
}

/*
 * Imported Gutenberg content occasionally carries hard-coded font sizes from
 * the former site. Preserve its hierarchy, but normalize it to this theme.
 */
.entry-content :where(p, li, span)[style*="font-size"] {
  font-size: inherit !important;
  line-height: inherit !important;
}

.entry-content .has-small-font-size {
  font-size: 0.86em !important;
}

.entry-content .has-medium-font-size {
  font-size: 1em !important;
}

.entry-content .has-large-font-size {
  font-size: clamp(1.18rem, 1.5vw, 1.42rem) !important;
  line-height: 1.55;
}

.entry-content .has-x-large-font-size,
.entry-content .has-huge-font-size {
  font-size: clamp(1.45rem, 2.2vw, 1.9rem) !important;
  line-height: 1.3;
}

.entry-content a:not(.button):not(.wp-block-button__link) {
  color: var(--teal-dark);
  text-decoration: underline;
  text-decoration-color: rgba(46, 110, 102, 0.34);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.entry-content a:hover {
  text-decoration-color: currentColor;
}

.entry-content strong {
  color: var(--ink);
}

.entry-content blockquote {
  margin-inline: 0;
  padding: 26px 30px;
  border-left: 3px solid var(--teal);
  background: var(--cream);
  color: var(--brown);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  line-height: 1.42;
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content figure,
.entry-content .wp-block-image {
  margin-top: 2.2em;
}

.entry-content figure img,
.entry-content > img,
.entry-content .wp-block-cover,
.entry-content iframe,
.entry-content video {
  border-radius: 4px;
}

.entry-content figcaption {
  margin-top: 8px;
  color: rgba(43, 28, 23, 0.58);
  font-size: 0.76rem;
  line-height: 1.55;
  text-align: left;
}

.entry-content .alignwide {
  width: min(980px, calc(100vw - 48px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.entry-content .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.entry-content .wp-block-columns,
.entry-content .wp-block-gallery {
  gap: clamp(24px, 4vw, 48px);
}

.entry-content > .wp-block-columns {
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.entry-content .wp-block-column > :first-child {
  margin-top: 0;
}

.entry-content .wp-block-column > :last-child {
  margin-bottom: 0;
}

.entry-content .wp-block-column h2 {
  font-size: clamp(1.95rem, 2.65vw, 2.35rem);
  line-height: 1.08;
}

.entry-content .wp-block-column h3 {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
}

.entry-content p.has-text-align-center[style*="font-size"] > strong:only-child > a:only-child {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 999px;
  background: var(--teal);
  color: white;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
}

.entry-content .wp-block-button__link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 22px;
  border: 1px solid var(--teal);
  border-radius: 999px;
  background: var(--teal);
  color: white;
  font-size: 0.78rem;
  font-weight: 600;
}

.entry-content table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background: var(--white);
  font-size: 0.86rem;
  line-height: 1.6;
}

.entry-content th,
.entry-content td {
  padding: 13px 15px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.entry-content th {
  background: var(--cream);
  color: var(--ink);
}

.entry-content iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
}

.entry-content iframe[src*="youtube"],
.entry-content iframe[src*="youtu.be"],
.entry-content .wp-block-embed-youtube iframe {
  height: auto;
  aspect-ratio: 16 / 9;
}

.entry-content .wp-block-awp-firstblock {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-block: 2.4em;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  background: var(--ink);
}

.entry-content .wp-block-awp-firstblock .wrap__lazy_video,
.entry-content .wp-block-awp-firstblock .iframe__lazy_video-container {
  position: absolute;
  inset: 0;
}

.entry-content .wp-block-awp-firstblock .img__lazy_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-content .wp-block-awp-firstblock .img__yt_button {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 54px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.28));
  transition: transform 180ms ease;
}

.entry-content .wp-block-awp-firstblock .img__yt_button:hover,
.entry-content .wp-block-awp-firstblock .img__yt_button:focus-visible {
  transform: translate(-50%, -50%) scale(1.08);
}

.entry-content .wp-block-awp-firstblock .img__yt_button svg,
.entry-content .wp-block-awp-firstblock > iframe {
  width: 100%;
  height: 100%;
}

.article-aside {
  position: sticky;
  top: 32px;
  padding: 31px;
  border-top: 3px solid var(--teal);
  background: var(--white);
  box-shadow: 0 14px 46px rgba(43, 28, 23, 0.07);
}

.article-aside h2 {
  margin-bottom: 22px;
  font-size: 2rem;
}

.article-aside nav {
  display: grid;
}

.article-aside nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  line-height: 1.5;
  transition: color 160ms ease, padding-left 160ms ease;
}

.article-aside nav a:hover {
  padding-left: 4px;
  color: var(--teal-dark);
}

.article-aside nav a span:last-child {
  color: var(--teal);
}

.content-cta {
  overflow: hidden;
  padding: clamp(62px, 8vw, 92px) 0;
  background: var(--cream);
}

.content-cta__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  padding: clamp(34px, 5vw, 62px);
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 24px 70px rgba(43, 28, 23, 0.15);
}

.content-cta h2 {
  margin-bottom: 12px;
  color: white;
}

.content-cta p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.88rem;
  line-height: 1.7;
}

.content-cta__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 25px;
}

.content-cta .text-link {
  color: white;
  font-size: 0.76rem;
}

.legacy-embed {
  margin-block: 2.4em;
  padding: clamp(28px, 5vw, 50px);
  border: 1px solid rgba(67, 136, 126, 0.25);
  background: var(--cream);
}

.legacy-embed h3 {
  margin-top: 0;
}

.legacy-embed__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.archive-hero {
  padding: clamp(58px, 7vw, 92px) 0;
  background:
    radial-gradient(circle at 78% 15%, rgba(67, 136, 126, 0.12), transparent 31%),
    var(--cream);
}

.archive-hero__inner {
  max-width: 920px;
}

.archive-hero h1 {
  max-width: 860px;
}

.archive-hero p,
.archive-description {
  max-width: 660px;
  margin: 0;
  color: var(--brown-soft);
  font-size: 1rem;
  line-height: 1.72;
}

.archive-section {
  min-height: 45vh;
  padding: clamp(62px, 7vw, 92px) 0;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px 28px;
}

.archive-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background: var(--white);
  box-shadow: 0 13px 38px rgba(43, 28, 23, 0.07);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.archive-card:hover {
  box-shadow: 0 20px 50px rgba(43, 28, 23, 0.12);
  transform: translateY(-4px);
}

.archive-card__media {
  display: block;
  height: 215px;
  overflow: hidden;
  background: var(--cream);
}

.archive-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.archive-card:hover .archive-card__media img {
  transform: scale(1.025);
}

.archive-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 25px 27px 29px;
}

.archive-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.archive-card__meta .eyebrow {
  margin-bottom: 0;
}

.archive-card__meta time {
  flex: 0 0 auto;
  color: rgba(43, 28, 23, 0.54);
  font-size: 0.67rem;
  letter-spacing: 0.035em;
}

.archive-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.65rem, 2vw, 1.85rem);
  line-height: 1.1;
  text-wrap: balance;
}

.archive-card p {
  margin-bottom: 18px;
  color: var(--brown-soft);
  font-size: 0.86rem;
  line-height: 1.72;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.archive-card .text-link {
  margin-top: auto;
  color: var(--teal-dark);
  font-size: 0.75rem;
  font-weight: 600;
}

.navigation.pagination {
  margin-top: 58px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.page-numbers {
  display: grid;
  min-width: 36px;
  height: 36px;
  padding-inline: 10px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50px;
  background: var(--white);
  font-size: 0.74rem;
}

.page-numbers.current,
.page-numbers:hover {
  border-color: var(--teal);
  background: var(--teal);
  color: white;
}

.article-taxonomy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 55px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
}

.article-taxonomy > span {
  margin-right: 7px;
  font-weight: 700;
}

.article-taxonomy a {
  padding: 5px 10px;
  border-radius: 99px;
  background: var(--cream);
}

.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 26px;
}

.post-navigation a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.post-navigation a:last-child {
  justify-content: flex-end;
  text-align: right;
}

.search-form {
  display: flex;
  max-width: 600px;
  gap: 8px;
  margin-top: 28px;
}

.search-form label {
  flex: 1 1 auto;
}

.search-field {
  width: 100%;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid rgba(43, 28, 23, 0.2);
  border-radius: 99px;
  background: var(--white);
}

.search-submit {
  min-height: 44px;
  padding: 0 22px;
  cursor: pointer;
  border: 0;
  border-radius: 99px;
  background: var(--teal);
  color: white;
  font-size: 0.76rem;
  font-weight: 600;
}

.empty-state {
  max-width: 720px;
  margin-inline: auto;
  padding: 55px;
  background: var(--white);
  text-align: center;
}

.not-found {
  min-height: 65vh;
  padding: clamp(90px, 12vw, 170px) 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(67, 136, 126, 0.13), transparent 33%),
    var(--cream);
  text-align: center;
}

.not-found h1,
.not-found p,
.not-found .search-form {
  margin-inline: auto;
}

.not-found .button {
  margin-top: 25px;
}

.wpforms-container {
  padding: clamp(26px, 4vw, 42px);
  background: var(--white);
  box-shadow: 0 12px 38px rgba(43, 28, 23, 0.06);
}

.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea {
  border-color: var(--line) !important;
  border-radius: 2px !important;
  background: #fff !important;
}

.wpforms-container button[type="submit"] {
  min-height: 42px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 99px !important;
  background: var(--teal) !important;
  color: white !important;
}

.glj-content-form {
  margin-block: 2.5em;
  scroll-margin-top: 120px;
}

.glj-content-form > h2 {
  margin-bottom: 0.4em;
}

.glj-content-form > p {
  max-width: 62ch;
  margin-bottom: 1.4em;
}

.glj-form-wrap {
  margin-block: 2.5em;
  padding: clamp(28px, 5vw, 50px);
  background: var(--white);
  box-shadow: 0 14px 45px rgba(43, 28, 23, 0.07);
}

.glj-form-wrap > h3 {
  margin-top: 0;
}

.glj-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.glj-form__field {
  display: grid;
  align-content: start;
  gap: 7px;
}

.glj-form__field--wide {
  grid-column: 1 / -1;
}

.glj-form__field > label {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.45;
}

.glj-form input[type="text"],
.glj-form input[type="email"],
.glj-form select,
.glj-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid rgba(43, 28, 23, 0.2);
  border-radius: 2px;
  background: var(--paper);
  color: var(--ink);
}

.glj-form textarea {
  min-height: 130px;
  resize: vertical;
}

.glj-form input:focus,
.glj-form select:focus,
.glj-form textarea:focus {
  border-color: var(--teal);
  outline: 2px solid rgba(67, 136, 126, 0.15);
  outline-offset: 1px;
}

.glj-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.74rem;
  line-height: 1.65;
}

.glj-form__consent input {
  flex: 0 0 auto;
  margin-top: 4px;
}

.glj-form .button {
  margin-top: 25px;
  cursor: pointer;
}

.glj-form__privacy {
  margin: 12px 0 0 !important;
  color: rgba(43, 28, 23, 0.55);
  font-size: 0.75rem;
  line-height: 1.55;
}

.glj-form__trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.glj-form-message {
  margin-bottom: 25px;
  padding: 14px 17px;
  border-left: 3px solid var(--teal);
  background: rgba(67, 136, 126, 0.11);
  font-size: 0.78rem;
}

.glj-form-message--error {
  border-left-color: #a44d42;
  background: rgba(164, 77, 66, 0.1);
}

.entry-content .section-locations {
  margin-top: 4em;
}

.entry-content .section-locations .container-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.entry-content .section-locations .location-item {
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 12px 38px rgba(43, 28, 23, 0.07);
}

.entry-content .section-locations .location-item__map,
.entry-content .section-locations .map {
  height: 220px;
}

.entry-content .section-locations iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.entry-content .section-locations .location-item__info {
  padding: 25px;
}

.entry-content .section-locations .location-item__title {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1.16;
}

.entry-content .section-locations .location-item__address-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.entry-content .section-locations .address-item {
  min-width: 0;
  font-size: 0.78rem;
  line-height: 1.65;
}

.entry-content .section-locations .address-item > * {
  margin-bottom: 0.35em;
}

.entry-content .section-locations .address-item > :last-child {
  margin-bottom: 0;
}

.entry-content .plb-pfandkredit__title {
  color: var(--plb-gold);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 2.65rem);
}

.entry-content .plb-pfandkredit__intro,
.entry-content .plb-pfandkredit__note {
  margin-bottom: 24px;
}

@media (max-width: 1050px) {
  .inner-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 45px;
  }

  .article-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 55px;
  }

  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .inner-hero__grid {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 0;
  }

  .inner-hero__copy {
    order: 2;
    padding: 44px 0 58px;
  }

  .inner-hero__media {
    width: calc(100% + 36px);
    height: 330px;
    min-height: 330px;
    margin-left: -18px;
    order: 1;
    flex: 0 0 330px;
  }

  .breadcrumbs {
    margin-bottom: 28px;
  }

  .article-layout {
    display: block;
  }

  .article-aside {
    position: static;
    margin-top: 64px;
  }

  .content-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .entry-content .section-locations .container-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .inner-hero__media {
    width: calc(100% + 28px);
    height: 250px;
    min-height: 250px;
    margin-left: -14px;
    flex-basis: 250px;
  }

  .inner-hero__copy h1 {
    font-size: clamp(2.45rem, 11vw, 3.25rem);
  }

  .single-post .inner-hero__copy h1 {
    font-size: clamp(2.2rem, 9.6vw, 3rem);
    line-height: 1.04;
  }

  .entry-content {
    font-size: 1rem;
    line-height: 1.76;
  }

  .entry-content h2 {
    font-size: clamp(2rem, 9.2vw, 2.45rem);
  }

  .entry-content h3 {
    font-size: clamp(1.55rem, 7vw, 1.85rem);
  }

  .entry-content > .wp-block-columns {
    margin-bottom: 4rem;
  }

  .entry-content .wp-block-columns {
    display: block;
  }

  .entry-content .wp-block-column {
    margin-bottom: 32px;
  }

  .entry-content .alignwide {
    width: calc(100vw - 28px);
  }

  .archive-grid {
    grid-template-columns: 1fr;
  }

  .archive-card__media {
    height: 230px;
  }

  .content-cta__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .post-navigation {
    grid-template-columns: 1fr;
  }

  .post-navigation a:last-child {
    justify-content: flex-start;
    text-align: left;
  }

  .search-form {
    align-items: stretch;
    flex-direction: column;
  }

  .empty-state {
    padding: 36px 25px;
  }

  .glj-form__grid {
    grid-template-columns: 1fr;
  }

  .glj-form__field--wide {
    grid-column: auto;
  }
}

/*
 * Editorial patterns used by richer imported posts.
 * These selectors are scoped to articles so generic legacy class names such
 * as ".hero" cannot collide with the homepage.
 */
.single-post .entry-content > header {
  margin-bottom: 22px;
}

.single-post .entry-content > header .hero {
  min-height: 0;
  overflow: visible;
  padding: clamp(30px, 5vw, 52px);
  border-top: 4px solid var(--teal);
  border-radius: 4px;
  background: var(--cream);
}

.single-post .entry-content > header .sub {
  max-width: 640px;
  margin-bottom: 24px;
  color: var(--brown);
  font-family: var(--serif);
  font-size: clamp(1.42rem, 2.35vw, 1.82rem);
  line-height: 1.38;
}

.single-post .entry-content .bullets {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.single-post .entry-content .bullets li {
  position: relative;
  margin: 0;
  padding-left: 25px;
}

.single-post .entry-content .bullets li::before {
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
  transform: translateY(-50%);
}

.single-post .entry-content .cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single-post .entry-content .cta br {
  display: none;
}

.single-post .entry-content .btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid var(--teal);
  border-radius: 999px;
  color: var(--teal-dark);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}

.single-post .entry-content .btn.primary {
  background: var(--teal);
  color: white;
}

.single-post .entry-content .btn:hover,
.single-post .entry-content .btn:focus-visible {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
  color: white;
}

.single-post .entry-content > .card {
  display: grid;
  grid-template-columns: minmax(170px, 0.65fr) minmax(0, 1.35fr);
  gap: 22px;
  margin-bottom: clamp(46px, 7vw, 72px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 16px 42px rgba(43, 28, 23, 0.06);
}

.single-post .entry-content > .card > strong {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.1;
}

.single-post .entry-content > .card .btn {
  margin-top: 8px;
}

.single-post .entry-content > .wrap {
  width: 100%;
}

.single-post .entry-content > .wrap > section {
  padding: 12px 0 clamp(40px, 6vw, 66px);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 105px;
}

.single-post .entry-content > .wrap > section:last-child {
  border-bottom: 0;
}

.single-post .entry-content > .wrap > section > h2:first-child {
  margin-top: 0.85em;
}

.single-post .entry-content .grid-3,
.single-post .entry-content .kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.single-post .entry-content .split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.single-post .entry-content .box {
  min-width: 0;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--white);
}

.single-post .entry-content .box > :first-child {
  margin-top: 0;
}

.single-post .entry-content .box > :last-child {
  margin-bottom: 0;
}

.single-post .entry-content .box h3 {
  font-size: clamp(1.4rem, 2vw, 1.7rem);
}

.single-post .entry-content .muted {
  color: rgba(60, 44, 37, 0.7);
}

.single-post .entry-content .steps {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  counter-reset: glj-step;
  list-style: none;
}

.single-post .entry-content .steps li {
  position: relative;
  min-height: 58px;
  margin: 0;
  padding: 18px 18px 18px 68px;
  border-top: 1px solid var(--line);
  counter-increment: glj-step;
}

.single-post .entry-content .steps li::before {
  position: absolute;
  top: 14px;
  left: 8px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--teal-dark);
  content: counter(glj-step, decimal-leading-zero);
  font-size: 0.68rem;
  font-weight: 700;
}

.single-post .entry-content .kpi {
  display: grid;
  gap: 2px;
  padding: 18px;
  border-left: 3px solid var(--teal);
  background: var(--cream);
}

.single-post .entry-content .faq details {
  border-top: 1px solid var(--line);
}

.single-post .entry-content .faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.single-post .entry-content .faq summary {
  position: relative;
  padding: 18px 42px 18px 0;
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.single-post .entry-content .faq summary::-webkit-details-marker {
  display: none;
}

.single-post .entry-content .faq summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  color: var(--teal);
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.single-post .entry-content .faq details[open] summary::after {
  content: "–";
}

.single-post .entry-content .faq details > :not(summary) {
  margin: 0;
  padding: 0 42px 20px 0;
}

.single-post .entry-content .mapWrap {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 3px;
  background: var(--cream);
}

.single-post .entry-content .mapWrap iframe {
  width: 100%;
  height: 100%;
}

.single-post .entry-content > footer {
  display: none;
}

/*
 * Contact page.
 */
.contact-methods,
.contact-inquiry,
.contact-locations {
  padding: clamp(76px, 8vw, 118px) 0;
}

.contact-methods,
.contact-locations {
  background: var(--paper);
}

.contact-methods__heading,
.contact-locations__heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: clamp(34px, 7vw, 100px);
  text-align: left;
}

.contact-methods__heading h2,
.contact-locations__heading h2 {
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 0.96;
}

.contact-methods__heading > p,
.contact-locations__heading > p {
  margin: 0;
  color: var(--brown-soft);
  font-size: 0.82rem;
  line-height: 1.75;
}

.contact-methods__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.contact-method-card {
  display: flex;
  min-width: 0;
  min-height: 310px;
  align-items: flex-start;
  flex-direction: column;
  padding: clamp(28px, 3.3vw, 42px);
  border-top: 3px solid var(--teal);
  background: var(--white);
  box-shadow: 0 16px 46px rgba(43, 28, 23, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-method-card:hover,
.contact-method-card:focus-visible {
  box-shadow: 0 22px 56px rgba(43, 28, 23, 0.11);
  transform: translateY(-5px);
}

.contact-method-card__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--teal-dark);
}

.contact-method-card__icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.contact-method-card .eyebrow {
  margin-bottom: 10px;
}

.contact-method-card strong {
  max-width: 100%;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.3vw, 1.95rem);
  font-weight: 500;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.contact-method-card small {
  margin-bottom: 28px;
  color: var(--brown-soft);
  font-size: 0.72rem;
  line-height: 1.6;
}

.contact-method-card .text-link {
  margin-top: auto;
}

.contact-inquiry {
  background:
    radial-gradient(circle at 12% 16%, rgba(67, 136, 126, 0.22), transparent 31%),
    var(--ink);
  color: var(--paper);
}

.contact-inquiry__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 118px);
}

.contact-inquiry__copy {
  position: sticky;
  top: 38px;
  padding-top: 24px;
}

.contact-inquiry__copy .eyebrow {
  color: var(--gold);
}

.contact-inquiry__copy h2 {
  margin-bottom: 22px;
  color: var(--paper);
  font-size: clamp(2.9rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.contact-inquiry__copy > p {
  color: rgba(250, 245, 233, 0.74);
  font-size: 0.82rem;
}

.contact-assurance {
  display: grid;
  gap: 19px;
  margin-top: 42px;
}

.contact-assurance > div {
  display: grid;
  gap: 3px;
  padding-left: 18px;
  border-left: 2px solid var(--teal);
}

.contact-assurance strong {
  color: var(--paper);
  font-size: 0.75rem;
}

.contact-assurance span {
  color: rgba(250, 245, 233, 0.6);
  font-size: 0.68rem;
  line-height: 1.55;
}

.contact-inquiry__form .glj-form-wrap {
  margin: 0;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.contact-inquiry__form .glj-form-wrap,
.contact-inquiry__form .glj-form-wrap label {
  color: var(--ink);
}

.contact-inquiry__form .glj-form__privacy {
  color: rgba(43, 28, 23, 0.62);
}

.contact-locations {
  background: var(--cream);
}

.contact-locations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.contact-location-card {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(43, 28, 23, 0.07);
}

.contact-location-card__map {
  height: 300px;
  background: #e8dfcc;
}

.contact-location-card__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-location-card__body {
  padding: clamp(28px, 4vw, 42px);
}

.contact-location-card h3 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.4vw, 2.7rem);
}

.contact-location-card address {
  margin-bottom: 16px;
  color: var(--brown);
  font-style: normal;
}

.contact-location-card__hours {
  color: var(--brown-soft);
  font-size: 0.72rem;
}

.contact-location-card__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 19px;
  margin-top: 24px;
}

@media (max-width: 900px) {
  .single-post .entry-content .grid-3,
  .single-post .entry-content .kpis {
    grid-template-columns: 1fr;
  }

  .contact-methods__grid {
    grid-template-columns: 1fr;
  }

  .contact-method-card {
    min-height: 250px;
  }

  .contact-inquiry__grid {
    grid-template-columns: 1fr;
  }

  .contact-inquiry__copy {
    position: static;
    max-width: 660px;
    padding-top: 0;
  }
}

@media (max-width: 680px) {
  .single-post .entry-content > header .hero {
    padding: 26px 22px;
  }

  .single-post .entry-content > .card,
  .single-post .entry-content .split {
    grid-template-columns: 1fr;
  }

  .single-post .entry-content .box {
    padding: 22px;
  }

  .single-post .entry-content .cta .btn {
    width: 100%;
  }

  .contact-methods,
  .contact-inquiry,
  .contact-locations {
    padding-block: 68px;
  }

  .contact-methods__heading,
  .contact-locations__heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-methods__heading h2,
  .contact-locations__heading h2,
  .contact-inquiry__copy h2 {
    font-size: clamp(2.65rem, 13vw, 3.7rem);
  }

  .contact-method-card {
    min-height: 0;
  }

  .contact-locations__grid {
    grid-template-columns: 1fr;
  }

  .contact-location-card__map {
    height: 250px;
  }

  .contact-inquiry__form .glj-form-wrap {
    padding: 26px 20px;
  }
}


/* AI photo disclosures: rendered with the page, without scripts or requests. */
.glj-ai-media {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.glj-ai-media > img,
.glj-ai-media > picture {
  display: block;
}

.glj-ai-label {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  max-width: calc(100% - 20px);
  padding: 4px 7px;
  border-radius: 3px;
  background: #30231c;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  pointer-events: none;
}

.story-image {
  position: relative;
}

.inner-hero__media > .glj-ai-media,
.archive-card__media > .glj-ai-media,
.portrait > .glj-ai-media {
  display: block;
  width: 100%;
  height: 100%;
}

.portrait {
  overflow: visible;
  box-shadow: none;
}

.portrait img {
  border-radius: 50%;
  box-shadow: 0 14px 38px rgba(43, 28, 23, 0.11);
}

.portrait .glj-ai-label {
  top: calc(100% + 8px);
  bottom: auto;
  right: 50%;
  width: max-content;
  transform: translateX(50%);
}

.entry-content .glj-ai-media.aligncenter {
  display: table;
  margin-inline: auto;
}

@media (max-width: 680px) {
  .hero > .glj-ai-label {
    display: none;
  }
}
