.eyebrow,
.section-index,
.section-number {
  font-size: 15px;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.section-index,
.section-number,
.service-grid span,
.standards-grid span,
.signature-grid b,
.theme-item b,
.team-roles b,
.case-list > article > span {
  font-size: 16px;
  font-weight: 650;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 560;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hero-content {
  max-width: 900px;
}

.hero-content .hero-slogan {
  font-size: clamp(49px, 5.4vw, 78px);
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin-bottom: 23px;
  max-width: 880px;
}

.hero-slogan span,
.hero-slogan em {
  display: block;
}

.hero-slogan em {
  color: var(--gold-light);
  font-style: normal;
}

.hero-statement {
  color: #fff;
  font-size: clamp(21px, 1.75vw, 27px) !important;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.35 !important;
  margin: 0 0 14px !important;
  max-width: 720px !important;
}

.hero-content > p:not(.eyebrow):not(.hero-statement) {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 680px;
}

.hero-advantages {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 24px;
}

.hero-advantages span {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-advantages span::before {
  background: var(--gold-light);
  border-radius: 50%;
  content: "";
  height: 5px;
  margin-right: 10px;
  width: 5px;
}

.hero-actions {
  margin-top: 30px;
}

.brand-intro-main h2,
.section-heading h2,
.themes-lead h2,
.method-heading h2,
.process-copy h2,
.standards-heading h2,
.faq-heading h2,
.contact-copy h2 {
  font-size: clamp(36px, 3.65vw, 54px);
  letter-spacing: -0.042em;
  line-height: 1.12;
}

.brand-intro-main h2 {
  max-width: 980px;
}

.signature-copy h2 {
  font-size: clamp(42px, 4.2vw, 60px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.section-heading,
.detail-heading {
  align-items: end;
}

.section-heading > div,
.detail-heading > div {
  max-width: 850px;
}

.section-heading > p,
.detail-heading > p {
  max-width: 430px;
}

.brand-logo {
  filter: brightness(0) invert(1);
  height: 44px;
  object-fit: contain;
  object-position: left center;
  width: 132px;
}

.footer-brand .brand-logo {
  filter: brightness(0) invert(1);
  height: 56px;
  width: 168px;
}

.signature-logo {
  display: block;
  margin: 0;
  max-width: 440px;
  width: 100%;
}

.signature-brand {
  background: #092e4b;
  border: 1px solid rgba(216, 183, 124, 0.42);
  box-shadow: 0 22px 55px rgba(3, 17, 27, 0.24);
  margin-bottom: 34px;
  max-width: 488px;
  padding: 16px 18px 15px;
}

.signature-brand span {
  border-top: 1px solid rgba(216, 183, 124, 0.42);
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 13px;
  letter-spacing: 0.12em;
  margin-top: 14px;
  padding-top: 13px;
  text-transform: uppercase;
}

.desktop-nav a,
.header-cta,
.button {
  font-size: 14px;
}

.header-cta,
.button {
  border-radius: 999px;
  min-height: 48px;
  padding: 0 24px;
}

.header-cta {
  background: rgba(255, 255, 255, 0.1);
}

.button:hover,
.header-cta:hover {
  box-shadow: 0 10px 28px rgba(8, 28, 23, 0.18);
  transform: translateY(-1px);
}

.brand-intro,
.services,
.themes,
.method,
.journeys,
.standards,
.team,
.cases,
.faq {
  padding-bottom: 84px;
  padding-top: 84px;
}

.brand-intro-copy > p,
.signature-copy > p,
.section-heading > p,
.themes-lead > p,
.method-grid p,
.premium-note p,
.process-intro,
.standards-grid p,
.founder-card p,
.case-list p,
.partners-copy > p,
.faq-list p,
.contact-copy > p {
  font-size: 17px;
  line-height: 1.72;
}

.service-grid {
  gap: 12px;
}

.service-grid article {
  min-height: 258px;
  padding: 26px;
}

.service-grid h3 {
  font-size: clamp(23px, 1.8vw, 29px);
  margin-top: 46px;
}

.service-grid p {
  font-size: 16px;
  line-height: 1.65;
}

.theme-list {
  gap: 0;
}

.theme-item {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 24px;
  grid-template-columns: 54px minmax(260px, 1.2fr) minmax(220px, 0.8fr) 42px;
  padding: 22px 4px;
  transition: background 0.25s, padding 0.25s;
}

.theme-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.theme-item:hover {
  background: rgba(255, 255, 255, 0.055);
  padding-left: 15px;
  padding-right: 15px;
}

.theme-item h3,
.theme-item p {
  margin: 0;
}

.theme-item h3 {
  font-size: clamp(23px, 1.9vw, 29px);
  line-height: 1.25;
}

.theme-item p {
  font-size: 17px;
}

.theme-item i {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  display: flex;
  font-style: normal;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.method-grid {
  gap: 14px;
}

.method-grid article {
  min-height: 280px;
  padding: 27px;
}

.method-grid article > div {
  margin-top: 36px;
}

.method-grid h3 {
  font-size: clamp(23px, 1.9vw, 29px);
  line-height: 1.25;
}

.process {
  background:
    radial-gradient(circle at 88% 8%, rgba(173, 136, 84, 0.12), transparent 27%),
    var(--paper);
  display: block;
  padding-bottom: 88px;
  padding-top: 88px;
}

.process-copy {
  display: grid;
  gap: 24px 56px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  margin-bottom: 46px;
}

.process-copy .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.process-copy h2 {
  margin: 0;
}

.process-intro {
  align-self: end;
  color: var(--muted);
  margin: 0;
}

.process-promise {
  align-items: center;
  background: var(--forest-deep);
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: 180px 1fr;
  margin-bottom: 14px;
  padding: 20px 25px;
}

.process-promise span {
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.process-promise strong {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.process-flow {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  overflow: visible;
}

.process-flow article {
  background: #fff;
  border-top: 3px solid var(--gold);
  min-height: 230px;
  padding: 27px 28px 25px;
  position: relative;
}

.process-flow article::after {
  align-items: center;
  background: var(--forest);
  border: 4px solid var(--paper);
  border-radius: 50%;
  color: #fff;
  content: "→";
  display: flex;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: -17px;
  top: 23px;
  width: 34px;
  z-index: 2;
}

.process-flow article:nth-child(3)::after,
.process-flow article:last-child::after {
  display: none;
}

.process-flow b {
  align-items: center;
  border: 1px solid rgba(173, 136, 84, 0.52);
  border-radius: 50%;
  color: var(--gold);
  display: inline-flex;
  font-size: 15px;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.12em;
  width: 38px;
}

.process-flow span {
  color: var(--muted);
  float: right;
  font-size: 14px;
}

.process-flow h3 {
  font-size: 26px;
  line-height: 1.2;
  margin: 35px 0 10px;
}

.process-flow p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
  margin: 0;
}

.standards-grid {
  gap: 12px;
}

.standards-grid article {
  min-height: 230px;
  padding: 25px;
}

.standards-grid h3 {
  font-size: 24px;
  line-height: 1.25;
}

.guest-voices {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}

.guest-voices article {
  background: rgba(255, 255, 255, 0.08);
  border-top: 2px solid var(--gold-light);
  padding: 27px;
}

.guest-head {
  align-items: center;
  display: flex;
  gap: 14px;
}

.guest-head img {
  border: 2px solid rgba(214, 189, 145, 0.7);
  border-radius: 50%;
  height: 62px;
  object-fit: cover;
  width: 62px;
}

.guest-voices span {
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.guest-voices blockquote {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  margin: 25px 0 30px;
}

.guest-voices p {
  font-size: 14px;
  margin: 0;
  opacity: 0.65;
}

.team-grid {
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.team-grid .founder-card {
  display: block;
}

.team-grid .founder-card img {
  aspect-ratio: 4 / 4.25;
  height: auto;
  object-position: center;
  width: 100%;
}

.team-grid .founder-card > div {
  min-height: 295px;
  padding: 25px;
}

.team-grid .founder-card h3 {
  font-size: 29px;
}

.team-grid .founder-card span {
  font-size: 14px;
  line-height: 1.45;
}

.team-grid .founder-card small {
  color: var(--gold);
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 16px;
}

.profile-note {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 18px 0 0;
}

.case-gallery figcaption,
.team-wide figcaption,
.process-visual > div {
  font-family: var(--sans);
}

.partner-services h3 {
  font-size: 20px;
}

.contact-form label > span,
.contact-meta,
.form-status {
  font-size: 15px;
}

.fact-strip span,
.premium-note span,
.journey-card > span,
.case-list > article > b,
.guest-voices span,
.process-flow span,
.partner-services span,
.team-roles span,
.signature-grid span,
.hero-foot {
  font-size: 14px;
  line-height: 1.45;
}

.journey-card p,
.founder-card p,
.standards-grid p,
.method-grid p,
.service-grid p {
  font-size: 16px;
}

.text-link,
.light-link,
.footer-links a,
.back-home {
  font-size: 14px;
  font-weight: 600;
}

.back-home,
.product-meta span,
.ideal-for span,
.itinerary-day > span,
.draft-label,
.case-card span,
.testimonial small {
  font-size: 14px !important;
}

.product-hero h1 {
  font-size: clamp(45px, 4.9vw, 72px);
  line-height: 1.05;
}

.theme-page .product-subtitle {
  font-size: clamp(20px, 1.65vw, 25px);
  line-height: 1.58;
}

.product-lead h2,
.detail-heading h2,
.experience-copy h2,
.product-cta h2 {
  font-size: clamp(35px, 3.35vw, 50px);
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.product-meta strong,
.ideal-for strong {
  font-size: 17px;
}

.case-card p,
.testimonial p,
.product-cta p,
.detail-footer p {
  font-size: 16px;
  line-height: 1.7;
}

.product-cta a {
  align-items: center;
  border: 1px solid var(--gold-light);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
  min-height: 48px;
  padding: 0 24px;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}

.product-cta a:hover {
  background: #fff;
  color: var(--forest);
  transform: translateY(-1px);
}

.product-gallery {
  gap: 14px;
}

.product-gallery figure {
  overflow: hidden;
}

.product-gallery img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}

.product-gallery figure:hover img {
  transform: scale(1.025);
}

.theme-page .product-hero {
  height: min(690px, 84svh);
  min-height: 590px;
}

.theme-page .product-hero-copy {
  bottom: 132px;
}

.theme-page .product-intro,
.theme-page .itinerary-section,
.theme-page .story-section {
  padding-bottom: 72px;
  padding-top: 72px;
}

.theme-page .detail-heading {
  margin-bottom: 36px;
}

.theme-page .itinerary-day {
  gap: 22px;
  grid-template-columns: 80px minmax(200px, 0.58fr) 1fr;
  padding: 22px 0;
}

.theme-page .itinerary-day p {
  font-size: 16px;
}

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

.day-rhythm {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
}

.day-rhythm span {
  background: rgba(18, 53, 47, 0.055);
  border-left: 2px solid var(--gold);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  padding: 8px 9px;
}

.day-rhythm b {
  color: var(--forest);
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

.theme-page .experience-band {
  min-height: 570px;
}

.theme-page .experience-copy {
  padding-bottom: 60px;
  padding-top: 60px;
}

.footer-brands {
  align-items: center;
  display: flex;
  gap: 34px;
}

.footer-extra-logo {
  height: auto;
  object-fit: contain;
  width: 240px;
}

.footer-contact {
  margin-left: auto;
  max-width: 510px;
}

.footer-contact > p {
  font-size: 15px;
  margin-bottom: 14px;
}

.footer-contact > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 7px;
}

.footer-contact a {
  font-size: 14px;
  opacity: 0.78;
}

footer,
.detail-footer {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(330px, 0.8fr) minmax(420px, 1.2fr);
}

footer .footer-links,
footer .footer-bottom {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .team-grid,
  .guest-voices {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-copy {
    display: block;
  }

  .process-promise {
    grid-template-columns: 150px 1fr;
  }

  .process-intro {
    margin-top: 24px;
  }

  .process-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brands {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .footer-contact {
    margin-left: 0;
  }

  .process-flow article:nth-child(3)::after {
    display: flex;
  }

  .process-flow article:nth-child(even)::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .brand-intro,
  .services,
  .themes,
  .method,
  .journeys,
  .process,
  .standards,
  .team,
  .cases,
  .faq {
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .eyebrow,
  .section-index,
  .section-number {
    font-size: 15px;
    letter-spacing: 0.1em;
  }

  .brand-logo {
    height: 38px;
    width: 114px;
  }

  .section-pad .eyebrow,
  .signature-copy .eyebrow,
  .experience-copy .eyebrow,
  .product-cta .eyebrow {
    background: rgba(190, 148, 83, 0.14);
    border-left: 3px solid var(--gold);
    display: inline-block;
    line-height: 1.35;
    margin-bottom: 14px;
    padding: 7px 11px 7px 12px;
  }

  .signature-copy .eyebrow.light,
  .experience-copy .eyebrow.light,
  .product-cta .eyebrow.light,
  .standards-heading .eyebrow.light {
    background: rgba(216, 183, 124, 0.14);
    border-left-color: var(--gold-light);
  }

  .section-index,
  .section-number {
    background: var(--forest);
    color: #fff;
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 11px;
    width: auto;
    writing-mode: initial;
  }

  .service-grid article > span,
  .standards-grid article > span,
  .case-list > article > span,
  .theme-item > b,
  .team-roles b {
    background: rgba(190, 148, 83, 0.16);
    border: 1px solid rgba(173, 136, 84, 0.34);
    color: var(--forest);
    font-size: 15px;
    min-width: 40px;
    padding: 6px 8px;
    text-align: center;
  }

  .process-flow article > b {
    background: rgba(190, 148, 83, 0.16);
    border-color: rgba(173, 136, 84, 0.46);
    color: var(--forest);
    font-size: 15px;
  }

  .journey-card > span {
    background: rgba(7, 29, 25, 0.84);
    border-left: 3px solid var(--gold-light);
    font-size: 14px;
    padding: 7px 10px;
  }

  .brand-intro-copy > p,
  .signature-copy > p,
  .section-heading > p,
  .themes-lead > p,
  .method-grid p,
  .premium-note p,
  .process-intro,
  .standards-grid p,
  .founder-card p,
  .case-list p,
  .partners-copy > p,
  .faq-list p,
  .contact-copy > p {
    font-size: 16px;
  }

  .theme-item {
    gap: 8px 16px;
    grid-template-columns: 38px 1fr 38px;
    padding: 19px 0;
  }

  .theme-item p {
    font-size: 14px;
    grid-column: 2 / 4;
  }

  .theme-item h3 {
    font-size: 22px;
  }

  .hero-content .hero-slogan {
    font-size: clamp(35px, 9.4vw, 45px);
    line-height: 1.09;
  }

  .hero-statement {
    font-size: 20px !important;
  }

  .hero-content > p:not(.eyebrow):not(.hero-statement) {
    font-size: 16px;
  }

  .hero-advantages {
    gap: 9px 18px;
    margin-top: 20px;
  }

  .hero-advantages span {
    font-size: 14px;
  }

  .brand-intro-main h2,
  .section-heading h2,
  .themes-lead h2,
  .method-heading h2,
  .process-copy h2,
  .standards-heading h2,
  .faq-heading h2,
  .contact-copy h2 {
    font-size: clamp(28px, 7.4vw, 35px);
    line-height: 1.18;
  }

  .signature-copy h2 {
    font-size: clamp(31px, 8.2vw, 38px);
  }

  .product-hero h1 {
    font-size: clamp(34px, 8.8vw, 43px);
  }

  .product-lead h2,
  .detail-heading h2,
  .experience-copy h2,
  .product-cta h2 {
    font-size: clamp(28px, 7.2vw, 35px);
  }

  .process-flow,
  .team-grid,
  .guest-voices {
    grid-template-columns: 1fr;
  }

  .process-promise {
    display: block;
  }

  .process-promise strong {
    display: block;
    margin-top: 10px;
  }

  .process-flow article {
    min-height: 0;
  }

  .process-flow article::after,
  .process-flow article:nth-child(3)::after {
    bottom: -20px;
    content: "↓";
    display: flex;
    left: 26px;
    right: auto;
    top: auto;
  }

  .process-flow article:last-child::after {
    display: none;
  }

  .day-rhythm {
    grid-template-columns: 1fr;
  }

  .theme-page .product-intro,
  .theme-page .itinerary-section,
  .theme-page .story-section {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .theme-page .product-intro .section-number {
    margin-bottom: 10px;
  }

  .theme-page .product-lead .eyebrow {
    margin-bottom: 12px;
  }

  .theme-page .product-summary {
    margin-top: 20px;
  }

  .theme-page .itinerary-day {
    display: block;
    padding: 18px 0;
  }

  .theme-page .itinerary-day > span {
    background: rgba(190, 148, 83, 0.15);
    border-left: 3px solid var(--gold);
    display: inline-block;
    font-size: 14px !important;
    margin: 0 0 7px;
    padding: 5px 9px;
  }

  .theme-page .itinerary-day h3 {
    font-size: 23px;
    margin: 0 0 9px;
  }

  .theme-page .itinerary-day p {
    line-height: 1.62;
  }

  .theme-page .day-rhythm {
    gap: 5px;
    margin-top: 10px;
  }

  .theme-page .day-rhythm span {
    font-size: 13px;
    padding: 7px 9px;
  }

  .footer-extra-logo {
    height: auto;
    width: 230px;
  }

  footer,
  .detail-footer {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .theme-page .product-subtitle {
    font-size: 18px;
  }

  .team-grid .founder-card > div,
  .service-grid article,
  .method-grid article,
  .standards-grid article {
    min-height: 0;
  }
}
