/*
Theme Name:  Mandla Hotels
Theme URI:   https://mandlahotels.com
Description: Custom theme for Mandla Hotels -- El Transito, Nicaragua
Author:      Mandla Hotels
Version:     2.3.6
License:     Proprietary
Text Domain: mandla
*/

  /* ──────────────────────────────────────────────────────────
     MANDLA
     A private oceanfront property
     ────────────────────────────────────────────────────────── */

  :root {
    --sand:        #F4EFE6;
    --sand-deep:   #E8DCC8;
    --cream:       #FAF7F0;
    --ink:         #1B1F2A;
    --ink-soft:    #2A2F3C;
    --gold:        #B89968;
    --gold-deep:   #8C7448;
    --gray:        #6B6B6B;
    --gray-light:  #999999;
    --line:        #D4CCB8;

    --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --sans:  'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    --max-width: 1440px;
    --gutter:    clamp(24px, 5vw, 80px);
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  /* ──── Skip link (keyboard only) ──── */

  .skip-link {
    position: absolute;
    top: -9999px;
    left: 0;
    padding: 12px 24px;
    background: var(--ink);
    color: var(--cream) !important;
    font-family: var(--sans);
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    z-index: 9999;
  }

  .skip-link:focus {
    position: fixed;
    top: 0;
  }

  /* ──── Focus styles (keyboard only, not mouse) ──── */

  :focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
  }

  html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

  body {
    font-family: var(--sans);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    color: var(--ink);
    background: var(--cream);
    overflow-x: hidden;
  }

  img { display: block; max-width: 100%; height: auto; }
  a { color: inherit; text-decoration: none; }

  /* ──── Typography ──── */

  h1, h2, h3, h4 {
    font-family: var(--serif);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--ink);
  }

  .display {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(40px, 5.5vw, 88px);
    line-height: 1;
    letter-spacing: -0.015em;
  }

  .eyebrow {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
  }

  .lead {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(22px, 2.8vw, 38px);
    line-height: 1.2;
    color: var(--ink-soft);
  }

  /* ──── NAV ──── */

  #nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 200;
    padding: 28px var(--gutter);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, rgba(27, 31, 42, 0.45), transparent);
    transition: background 0.4s ease, padding 0.4s ease;
  }

  #nav.scrolled {
    background: var(--cream);
    padding: 18px var(--gutter);
    border-bottom: 1px solid var(--line);
  }

  .logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    transition: color 0.4s ease;
  }

  .logo-mark {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.32em;
    color: #FFFFFF;
    transition: color 0.4s ease;
  }

  .logo-location {
    font-family: var(--serif);
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.88);
    margin-top: 4px;
    margin-left: 2px;
    transition: color 0.4s ease;
  }

  #nav.scrolled .logo-mark { color: var(--ink); }
  #nav.scrolled .logo-location { color: var(--gray); }

  #nav .nav-links {
    display: flex;
    gap: 48px;
    list-style: none;
  }

  #nav .nav-links a {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    transition: color 0.4s ease;
    padding: 8px 0;
    border-bottom: 1px solid transparent;
  }

  #nav.scrolled .nav-links a { color: var(--ink); }
  #nav .nav-links a:hover { border-bottom-color: var(--gold); }

  @media (max-width: 900px) {
    #nav .nav-links { display: none; }
  }

  /* ──── HERO ──── */

  .hero {
    position: relative;
    height: 100vh;
    min-height: 720px;
    overflow: hidden;
    background: var(--ink);
  }

  .hero-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background-image: url('https://mandlahotels.com/wp-content/uploads/2026/04/mandla-hero-image.jpg');
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    animation: kenburns 24s ease-out infinite alternate;
  }
  .hero-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27, 31, 42, 0.35) 0%, rgba(27, 31, 42, 0.15) 40%, rgba(27, 31, 42, 0.35) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .page-hero .hero-image::after {
    background: linear-gradient(180deg, rgba(27, 31, 42, 0.5) 0%, rgba(27, 31, 42, 0.3) 40%, rgba(27, 31, 42, 0.6) 100%);
  }
  .hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .rancho-interstitial {
    width: 100%;
    height: 80vh;
    min-height: 560px;
    overflow: hidden;
    position: relative;
    background: var(--ink);
  }

  .rancho-interstitial .rancho-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background-image: url('https://mandlahotels.com/wp-content/uploads/2026/04/mandla-rancho-image.jpg');
    background-size: cover;
    background-position: center;
  }
  .rancho-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27, 31, 42, 0.15) 0%, rgba(27, 31, 42, 0.05) 50%, rgba(27, 31, 42, 0.15) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .rancho-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  @media (max-width: 768px) {
    .rancho-interstitial {
      height: 55vh;
      min-height: 380px;
    }
  }


  @keyframes kenburns {
    from { transform: scale(1.0) translateY(0); }
    to   { transform: scale(1.06) translateY(-0.5%); }
  }

  .hero-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 80px var(--gutter) 80px;
    color: #FFFFFF;
  }

  .hero-text {
    margin-bottom: 80px;
  }


  .hero-lockup {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 36px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1.4s 0.1s ease-out forwards;
  }

  .hero-lockup-mark {
    font-family: var(--serif);
    font-size: 14px;
    letter-spacing: 0.4em;
    color: #FFFFFF;
  }

  .hero-lockup-divider {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
  }

  .hero-lockup-location {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
  }

  .hero-text {
    max-width: 800px;
    margin-bottom: 180px;
  }

  .hero-text .display {
    color: #FFFFFF;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1.4s 0.4s ease-out forwards;
  }

  .hero-text .lead {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
    max-width: 540px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1.4s 0.7s ease-out forwards;
  }

  @keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
  }

  .hero-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px;
    opacity: 0;
    animation: fadeUp 1.4s 0.9s ease-out forwards;
  }

  .hero-meta-left {
    font-family: var(--sans);
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
  }

  .scroll-indicator {
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .scroll-line {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
  }

  .scroll-line::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #FFFFFF;
    transform: translateX(-100%);
    animation: scrollLine 2.6s ease-in-out infinite;
  }

  @keyframes scrollLine {
    0%   { transform: translateX(-100%); }
    50%  { transform: translateX(0); }
    100% { transform: translateX(100%); }
  }

  /* ──── SECTION SCAFFOLDING ──── */

  section {
    padding: clamp(80px, 12vw, 180px) var(--gutter);
  }

  .section-inner {
    max-width: var(--max-width);
    margin: 0 auto;
  }

  /* ──── INTRO ──── */

  .intro {
    background: var(--cream);
    text-align: center;
    padding: clamp(80px, 12vw, 180px) var(--gutter);
  }

  /* Reset WordPress block gap inside intro and section-inner groups */
  .intro .is-layout-flow > * + *,
  .section-inner.is-layout-flow > * + * {
    margin-block-start: 0;
  }

  .intro .eyebrow {
    display: block;
    margin-bottom: 32px;
  }

  .intro h2 {
    font-size: clamp(32px, 4.5vw, 56px);
    max-width: 880px;
    margin: 0 auto 48px;
    font-style: italic;
    color: var(--ink);
  }

  .intro p {
    max-width: 620px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.85;
    color: var(--gray);
  }

  .divider,
  .intro .wp-block-separator {
    width: 1px !important;
    height: 64px !important;
    background: var(--line) !important;
    border: none !important;
    margin: 80px auto 0 !important;
    position: relative;
    overflow: visible;
  }

  .divider::before,
  .intro .wp-block-separator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background: var(--gold);
    border-radius: 50%;
  }

  /* ──── PROPERTY (BIG IMAGE + TEXT) ──── */

  .property {
    background: var(--sand);
    padding: 0;
  }

  .property-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 80vh;
  }

  @media (max-width: 900px) {
    .property-grid { grid-template-columns: 1fr; }
  }

  .property-image {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    background-image: url('https://static.wixstatic.com/media/eeca76_117f602f48ae4b758b7d4ec4ee72c7db~mv2.jpg/v1/fill/w_1400,h_1000,al_c,q_85/eeca76_117f602f48ae4b758b7d4ec4ee72c7db~mv2.jpg');
    background-size: cover;
    background-position: center;
  }
  .property-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .property-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(60px, 9vw, 140px) clamp(40px, 7vw, 100px);
    background: var(--sand);
  }

  .property-text .eyebrow { margin-bottom: 28px; }

  .property-text h2 {
    font-size: clamp(36px, 4.5vw, 64px);
    margin-bottom: 36px;
    line-height: 1.05;
  }

  .property-text p {
    font-size: 16px;
    line-height: 1.85;
    color: var(--gray);
    margin-bottom: 22px;
    max-width: 480px;
  }

  /* ──── FACTS STRIP ──── */

  .facts {
    background: var(--ink);
    color: var(--cream);
    padding: clamp(80px, 10vw, 140px) var(--gutter);
  }

  .facts-grid {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(40px, 6vw, 80px) 24px;
  }

  @media (max-width: 900px) {
    .facts-grid { grid-template-columns: repeat(2, 1fr); }
  }

  .facts-grid > .wp-block-group__inner-container {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(40px, 6vw, 80px) 24px;
  }

  @media (max-width: 900px) {
    .facts-grid > .wp-block-group__inner-container { grid-template-columns: repeat(2, 1fr); }
  }

  .fact {
    text-align: center;
    border-left: 1px solid rgba(244, 239, 230, 0.15);
    padding: 0 24px;
  }

  .fact:first-child { border-left: none; }

  @media (max-width: 900px) {
    .fact:nth-child(odd) { border-left: none; }
  }

  .fact-number {
    font-family: var(--serif);
    font-size: clamp(48px, 6vw, 84px);
    font-weight: 300;
    line-height: 1;
    color: var(--gold);
    margin-bottom: 16px;
  }

  .fact-label {
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(244, 239, 230, 0.75);
    line-height: 1.6;
  }

  /* ──── GALLERY ──── */

  .gallery {
    background: var(--cream);
    padding: clamp(80px, 12vw, 180px) 0;
  }

  .gallery-header {
    text-align: center;
    margin-bottom: clamp(60px, 8vw, 120px);
    padding: 0 var(--gutter);
  }

  .gallery-header .eyebrow { display: block; margin-bottom: 24px; }

  .gallery-header h2 {
    font-size: clamp(36px, 5vw, 64px);
    max-width: 720px;
    margin: 0 auto;
    font-style: italic;
    line-height: 1.1;
  }

  /* Fallback for plain HTML gallery */
  .gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
    padding: 0 var(--gutter);
    max-width: var(--max-width);
    margin: 0 auto;
  }

  /* WordPress Group blocks insert an extra __inner-container div.
     Span all 12 columns of the parent grid so it fills full width,
     then become its own 12-column grid for the images. */
  #gallery .gallery-grid > .wp-block-group__inner-container {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
  }

  .gallery-item {
    overflow: hidden;
    position: relative;
    margin: 0;
  }

  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s ease;
  }

  .gallery-item:hover img { transform: scale(1.04); }

  /* Native Image blocks inside gallery grid */
  .gallery-grid .wp-block-image {
    display: block !important;
    margin: 0;
    overflow: hidden;
  }

  .gallery-grid figure.wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s ease;
  }

  .gallery-grid figure.wp-block-image:hover img { transform: scale(1.04); }

  .gi-1 { grid-column: span 7; aspect-ratio: 7/5; }
  .gi-2 { grid-column: span 5; aspect-ratio: 1/1; }
  .gi-3 { grid-column: span 4; aspect-ratio: 3/4; }
  .gi-4 { grid-column: span 4; aspect-ratio: 3/4; }
  .gi-5 { grid-column: span 4; aspect-ratio: 3/4; }
  .gi-6 { grid-column: span 12; aspect-ratio: 21/9; }

  @media (max-width: 768px) {
    .gallery-grid { grid-template-columns: 1fr; }
    #gallery .gallery-grid > .wp-block-group__inner-container {
      grid-template-columns: 1fr !important;
    }
    .gi-1, .gi-2, .gi-3, .gi-4, .gi-5, .gi-6 {
      grid-column: span 1;
      aspect-ratio: 4/3;
    }
  }

  /* ──── WHO BOOKS ──── */

  .who {
    background: var(--sand);
  }

  .who-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: clamp(80px, 10vw, 140px) 0;
  }

  .who-header {
    text-align: center;
    margin-bottom: clamp(60px, 8vw, 120px);
  }

  .who-header .eyebrow { display: block; margin-bottom: 24px; }

  .who-header h2 {
    font-size: clamp(36px, 5vw, 64px);
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.1;
  }

  .who-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
  }

  @media (max-width: 900px) {
    .who-grid { grid-template-columns: 1fr; }
  }

  .who-grid > .wp-block-group__inner-container {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
  }

  @media (max-width: 900px) {
    .who-grid > .wp-block-group__inner-container { grid-template-columns: 1fr; }
  }

  .who-card {
    background: var(--cream);
    padding: clamp(40px, 5vw, 64px) clamp(32px, 4vw, 56px);
    display: flex;
    flex-direction: column;
    transition: background 0.4s ease;
  }

  .who-card > .wp-block-group__inner-container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .who-card p:last-child {
    margin-top: auto;
    margin-bottom: 0 !important;
  }

  .who-card:hover { background: #FFFFFF; }

  .who-number {
    font-family: var(--serif);
    font-size: 14px;
    color: var(--gold);
    letter-spacing: 0.2em;
    margin-bottom: 24px;
  }

  .who-card h3 {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 1.1;
  }

  .who-card p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--gray);
    margin-bottom: 24px;
  }

  .who-card a {
    margin-top: auto;
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink);
    padding-bottom: 6px;
    border-bottom: 1px solid var(--gold);
    align-self: flex-start;
    transition: color 0.3s ease, border-color 0.3s ease;
  }

  .who-card a:hover {
    color: var(--gold-deep);
    border-bottom-color: var(--gold-deep);
  }

  /* ──── TESTIMONIAL ──── */

  .testimonial {
    background: var(--cream);
    text-align: center;
    padding: clamp(80px, 10vw, 140px) var(--gutter) !important;
  }

  /* Reset WordPress block gap and default quote styles inside testimonial */
  .testimonial .is-layout-flow > * + * {
    margin-block-start: 0;
  }

  .testimonial .wp-block-quote {
    border: none;
    padding: 0;
    margin: 0;
  }

  .testimonial-inner {
    max-width: 880px;
    margin: 0 auto;
  }

  .testimonial-inner::before {
    content: '\201C';
    font-family: var(--serif);
    font-size: 120px;
    line-height: 0.5;
    color: var(--gold);
    margin-bottom: 24px;
    display: block;
  }

  .testimonial blockquote {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(24px, 3.2vw, 38px);
    line-height: 1.4;
    color: var(--ink);
  }

  .testimonial .wp-block-quote p {
    margin-bottom: 72px;
  }

  .testimonial cite {
    font-style: normal;
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--gray);
    display: block;
  }

  /* ──── INQUIRY ──── */

  .inquire {
    background: var(--ink);
    color: var(--cream);
    text-align: center;
    padding: clamp(120px, 15vw, 200px) var(--gutter);
    position: relative;
    overflow: hidden;
  }

  .inquire::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('https://static.wixstatic.com/media/eeca76_dc9d0c14b066462f9bb5ede7b491e16a~mv2.jpg/v1/fill/w_2000,h_1200,al_c,q_90/eeca76_dc9d0c14b066462f9bb5ede7b491e16a~mv2.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.18;
  }

  .inquire-inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
  }

  .inquire .eyebrow { color: var(--gold); display: block; margin-bottom: 32px; }

  .inquire h2 {
    color: var(--cream);
    font-size: clamp(40px, 6vw, 80px);
    margin-bottom: 32px;
    font-style: italic;
    line-height: 1.05;
  }

  .inquire p {
    font-size: 17px;
    line-height: 1.85;
    color: rgba(244, 239, 230, 0.78);
    max-width: 540px;
    margin: 0 auto 56px;
  }

  .inquire-button {
    display: inline-block;
    padding: 22px 56px;
    border: 1px solid var(--gold);
    color: var(--cream);
    font-family: var(--sans);
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    transition: all 0.4s ease;
    background: transparent;
  }

  .inquire-button:hover {
    background: var(--gold);
    color: var(--ink);
  }

  .inquire .wp-block-buttons {
    margin-top: 0;
    justify-content: center;
  }

  .inquire .wp-block-button__link {
    display: inline-block;
    padding: 22px 56px;
    border: 1px solid var(--gold) !important;
    color: var(--cream) !important;
    font-family: var(--sans);
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    transition: all 0.4s ease;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .inquire .wp-block-button__link:hover {
    background: var(--gold) !important;
    color: var(--ink) !important;
  }

  /* ──── FOOTER ──── */

  footer {
    background: var(--ink);
    color: rgba(244, 239, 230, 0.5);
    padding: 48px var(--gutter);
    border-top: 1px solid rgba(244, 239, 230, 0.08);
    font-family: var(--sans);
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .footer-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }

  .footer-logo-mark {
    font-family: var(--serif);
    font-size: 18px;
    letter-spacing: 0.32em;
    color: var(--cream);
  }

  .footer-logo-location {
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: rgba(244, 239, 230, 0.7);
    margin-top: 4px;
    margin-left: 2px;
  }

  /* ──── REVEAL ANIMATIONS ──── */

  .reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }

  .reveal.in-view {
    opacity: 1;
    transform: translateY(0);
  }


/* -- Page-specific styles -- */

  .page-hero {
    height: 70vh;
    min-height: 520px;
  }

  /* Alternating experience rows */
  .experience-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 60vh;
    background: var(--cream);
  }

  .experience-row.reverse { direction: rtl; }
  .experience-row.reverse > * { direction: ltr; }

  .experience-row:nth-child(even) { background: var(--sand); }

  @media (max-width: 900px) {
    .experience-row { grid-template-columns: 1fr; }
    .experience-row.reverse { direction: ltr; }
  }

  .experience-image {
    position: relative;
    overflow: hidden;
    min-height: 50vh;
    background-size: cover;
    background-position: center;
  }
  .experience-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .experience-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(60px, 8vw, 120px) clamp(40px, 6vw, 90px);
  }

  .experience-number {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--gold);
    letter-spacing: 0.04em;
    margin-bottom: 16px;
  }

  .experience-text h2 {
    font-size: clamp(32px, 4vw, 56px);
    margin-bottom: 28px;
    line-height: 1.05;
  }

  .experience-text p {
    font-size: 16px;
    line-height: 1.85;
    color: var(--gray);
    max-width: 480px;
    margin-bottom: 16px;
  }

  .experience-meta {
    margin-top: 24px;
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-deep);
  }


  .page-hero { height: 70vh; min-height: 520px; }

  .meal-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 55vh;
    background: var(--cream);
  }
  .meal-row:nth-child(even) { background: var(--sand); }
  .meal-row.reverse { direction: rtl; }
  .meal-row.reverse > * { direction: ltr; }
  @media (max-width: 900px) {
    .meal-row { grid-template-columns: 1fr; }
    .meal-row.reverse { direction: ltr; }
  }

  .meal-image {
    position: relative;
    overflow: hidden;
    min-height: 50vh;
    background-size: cover;
    background-position: center;
  }
  .meal-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .meal-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(60px, 8vw, 120px) clamp(40px, 6vw, 90px);
  }
  .meal-time {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--gold);
    margin-bottom: 16px;
  }
  .meal-text h2 {
    font-size: clamp(32px, 4vw, 56px);
    margin-bottom: 28px;
    line-height: 1.05;
  }
  .meal-text p {
    font-size: 16px;
    line-height: 1.85;
    color: var(--gray);
    max-width: 480px;
    margin-bottom: 16px;
  }

  /* ──── MEDIA TEXT ROWS (native Gutenberg replacement for experience/meal rows) ──── */

  .wp-block-media-text {
    min-height: 60vh;
    align-items: stretch !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    gap: 0 !important;
  }

  .wp-block-media-text + .wp-block-media-text { margin-top: 0 !important; }

  .wp-block-media-text.bg-sand { background: var(--sand); }

  .wp-block-media-text__media {
    overflow: hidden;
    min-height: 50vh;
    position: relative !important;
    align-self: stretch !important;
  }

  .wp-block-media-text__media img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 1.2s ease;
  }

  .wp-block-media-text:hover .wp-block-media-text__media img { transform: scale(1.04); }

  .wp-block-media-text__content {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: clamp(60px, 8vw, 120px) clamp(40px, 6vw, 90px) !important;
  }

  .wp-block-media-text__content.is-layout-flow > * + * { margin-block-start: 0; }

  .wp-block-media-text__content h2 {
    font-size: clamp(32px, 4vw, 56px) !important;
    line-height: 1.05;
    margin-bottom: 28px;
  }

  .wp-block-media-text__content p {
    font-size: 16px;
    line-height: 1.85;
    color: var(--gray);
    max-width: 480px;
    margin-bottom: 16px;
  }

  .row-number {
    font-family: var(--serif) !important;
    font-style: italic;
    font-size: 14px !important;
    color: var(--gold) !important;
    letter-spacing: 0.04em;
    margin-bottom: 16px !important;
    max-width: none !important;
  }

  .row-meta {
    font-size: 11px !important;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-deep) !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    max-width: none !important;
  }

  @media (max-width: 900px) {
    .wp-block-media-text { grid-template-columns: 1fr !important; }
  }

  .philosophy {
    background: var(--ink);
    color: var(--cream);
    padding: clamp(100px, 14vw, 180px) var(--gutter);
    text-align: center;
  }
  .philosophy-inner { max-width: 820px; margin: 0 auto; }
  .philosophy .eyebrow { color: var(--gold); display: block; margin-bottom: 32px; }
  .philosophy h2 {
    font-size: clamp(36px, 5vw, 64px);
    font-style: italic;
    color: var(--cream);
    margin-bottom: 40px;
    line-height: 1.1;
  }
  .philosophy p {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(244, 239, 230, 0.8);
    max-width: 620px;
    margin: 0 auto 20px;
  }

  /* ──── FAQ Section ──── */

  .faqs-section {
    background: var(--cream);
    padding: clamp(80px, 10vw, 140px) var(--gutter) !important;
  }

  .faq-group {
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 60px !important;
  }

  .faq-group:last-child { margin-bottom: 0 !important; }

  .faq-group h3 {
    font-size: 24px !important;
    font-weight: 400;
    color: var(--ink) !important;
    margin-top: 28px !important;
    margin-bottom: 12px !important;
  }

  .faq-group p {
    color: var(--gray) !important;
    line-height: 1.85;
    margin-bottom: 28px !important;
    max-width: none !important;
  }

  .faq-group p:last-child { margin-bottom: 0 !important; }

  /* ──── Press: Editorial Quotes ──── */

  .press-media-section {
    background: var(--sand);
    padding: clamp(80px, 12vw, 160px) var(--gutter) !important;
  }

  .press-media-inner {
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .press-media-header {
    text-align: center;
    margin-bottom: 80px !important;
  }

  .press-media-header h2 {
    font-size: clamp(32px, 4vw, 52px) !important;
    font-style: italic;
  }

  .press-quote-card {
    background: var(--cream) !important;
    padding: clamp(40px, 5vw, 70px) !important;
    border-left: 3px solid var(--gold) !important;
    margin-bottom: 60px !important;
  }

  .press-quote-card:last-child { margin-bottom: 0 !important; }

  .press-quote-card p {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(20px, 2.4vw, 30px) !important;
    line-height: 1.4 !important;
    color: var(--ink) !important;
    margin-bottom: 28px !important;
    max-width: none !important;
  }

  .press-quote-card .press-source {
    font-family: var(--sans) !important;
    font-style: normal !important;
    font-size: 11px !important;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-deep) !important;
    margin-bottom: 0 !important;
    max-width: none !important;
  }

  /* ──── Press: Guest Reviews ──── */

  .reviews-section {
    background: var(--cream);
    padding: clamp(80px, 12vw, 160px) var(--gutter) !important;
  }

  .reviews-inner {
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .reviews-header {
    text-align: center;
    margin-bottom: 80px !important;
  }

  .reviews-header h2 {
    font-size: clamp(32px, 4vw, 52px) !important;
    font-style: italic;
    margin-bottom: 0 !important;
  }

  .reviews-header p {
    max-width: 580px !important;
    margin: 24px auto 0 !important;
    color: var(--gray) !important;
    font-size: 16px;
  }

  .reviews-grid {
    margin-bottom: 60px !important;
  }

  .reviews-grid > .wp-block-group__inner-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .review-card {
    background: var(--sand) !important;
    padding: 50px !important;
    border-top: 2px solid var(--gold) !important;
  }

  .review-card p {
    font-family: var(--serif);
    font-style: italic;
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: var(--ink) !important;
    margin-bottom: 24px !important;
    max-width: none !important;
  }

  .review-card .review-source {
    font-family: var(--sans) !important;
    font-style: normal !important;
    font-size: 10px !important;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-deep) !important;
    margin-bottom: 0 !important;
    max-width: none !important;
  }

  .reviews-cta {
    text-align: center;
    font-size: 11px !important;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-top: 60px !important;
    max-width: none !important;
  }

  .reviews-cta a {
    color: var(--ink);
    padding-bottom: 6px;
    border-bottom: 1px solid var(--gold);
  }

  @media (max-width: 700px) {
    .reviews-grid > .wp-block-group__inner-container { grid-template-columns: 1fr; }
  }

  /* ── Hero Cover (wp:cover native blocks) ──────────────────────────────────── */

  .hero-cover.wp-block-cover {
    height: 100vh;
    min-height: 720px !important;
    overflow: hidden;
    background: var(--ink);
  }

  .page-hero-cover.wp-block-cover {
    min-height: 65vh !important;
    overflow: hidden;
    background: var(--ink);
  }

  .hero-cover .wp-block-cover__image-background {
    animation: kenburns 24s ease-out infinite alternate;
  }

  .hero-cover .wp-block-cover__background {
    opacity: 1 !important;
    background: linear-gradient(180deg, rgba(27,31,42,0.35) 0%, rgba(27,31,42,0.15) 40%, rgba(27,31,42,0.35) 100%) !important;
  }

  .page-hero-cover .wp-block-cover__background {
    opacity: 1 !important;
    background: linear-gradient(180deg, rgba(27,31,42,0.5) 0%, rgba(27,31,42,0.3) 40%, rgba(27,31,42,0.6) 100%) !important;
  }

  .hero-cover .wp-block-cover__inner-container,
  .page-hero-cover .wp-block-cover__inner-container {
    max-width: none !important;
    padding: 80px var(--gutter) !important;
    margin-top: auto;
  }

  .hero-cover .hero-text,
  .page-hero-cover .hero-text {
    max-width: 800px;
    margin-bottom: 0 !important;
  }

/* ──── WPFORMS INQUIRY FORM ──── */

.wpforms-container {
  max-width: 100%;
  margin: 0;
}

.wpforms-form .wpforms-field {
  padding: 0 0 48px !important;
}

/* Labels — eyebrow style */
.wpforms-form .wpforms-field-label,
.wpforms-form .wpforms-field-label-inline {
  font-family: var(--sans) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--gold-deep) !important;
  margin-bottom: 16px !important;
  display: block !important;
}

.wpforms-form .wpforms-field-sublabel {
  font-family: var(--sans) !important;
  font-size: 10px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--gray-light) !important;
  margin-top: 8px !important;
}

/* Inputs — bottom border only */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="url"],
.wpforms-form input[type="number"],
.wpforms-form input[type="date"],
.wpforms-form textarea,
.wpforms-form select {
  font-family: var(--sans) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: var(--ink) !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  padding: 12px 0 !important;
  width: 100% !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease !important;
  -webkit-appearance: none;
  appearance: none;
}

.wpforms-form input[type="text"]:focus,
.wpforms-form input[type="email"]:focus,
.wpforms-form input[type="tel"]:focus,
.wpforms-form input[type="url"]:focus,
.wpforms-form input[type="number"]:focus,
.wpforms-form input[type="date"]:focus,
.wpforms-form textarea:focus,
.wpforms-form select:focus {
  outline: none !important;
  border-bottom-color: var(--gold) !important;
  box-shadow: none !important;
}

.wpforms-form textarea {
  resize: vertical !important;
  min-height: 100px !important;
}

/* Select needs explicit height — Chrome ignores padding on appearance:none selects */
.wpforms-form select {
  height: 48px !important;
  line-height: 48px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Name field row — zero out WPForms default indent */
.wpforms-form .wpforms-field-row,
.wpforms-form .wpforms-field-row.wpforms-field-medium,
.wpforms-form .wpforms-field-row.wpforms-field-large,
.wpforms-form .wpforms-field-row.wpforms-field-small {
  display: flex !important;
  gap: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.wpforms-form .wpforms-field-row-block {
  flex: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

@media (max-width: 600px) {
  .wpforms-form .wpforms-field-row,
  .wpforms-form .wpforms-field-row.wpforms-field-medium,
  .wpforms-form .wpforms-field-row.wpforms-field-large,
  .wpforms-form .wpforms-field-row.wpforms-field-small {
    flex-direction: column !important;
    gap: 0 !important;
  }
}

/* Dropdown */
.wpforms-field-select { position: relative; }
.wpforms-field-select select {
  padding-right: 24px !important;
  line-height: 1.5 !important;
  padding-bottom: 14px !important;
}
.wpforms-field-select::after {
  content: '↓';
  position: absolute;
  right: 0;
  bottom: 14px;
  font-size: 11px;
  color: var(--gold);
  pointer-events: none;
}

/* Required asterisk */
.wpforms-required-label { color: var(--gold) !important; }

/* Submit button */
.wpforms-submit-container {
  text-align: center !important;
  margin-top: 24px !important;
  padding: 0 !important;
}

.wpforms-submit {
  font-family: var(--sans) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
  background: transparent !important;
  border: 1px solid var(--gold) !important;
  border-radius: 0 !important;
  padding: 22px 72px !important;
  cursor: pointer !important;
  transition: all 0.4s ease !important;
  box-shadow: none !important;
}

.wpforms-submit:hover {
  background: var(--gold) !important;
  color: var(--cream) !important;
}

/* Validation errors */
.wpforms-error-container,
label.wpforms-error {
  font-family: var(--sans) !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  color: #b94040 !important;
  margin-top: 6px !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* Confirmation message */
.wpforms-confirmation-container-full,
.wpforms-confirmation-container {
  font-family: var(--serif) !important;
  font-style: italic !important;
  font-size: clamp(20px, 2.5vw, 26px) !important;
  line-height: 1.5 !important;
  color: var(--ink) !important;
  text-align: center !important;
  padding: 60px 40px !important;
  border: 1px solid var(--line) !important;
  background: transparent !important;
  border-radius: 0 !important;
}

/* ──── INQUIRE HERO ──── */

.inquire-hero {
  background: var(--ink);
  padding: clamp(100px, 14vw, 180px) var(--gutter) clamp(80px, 10vw, 120px);
  text-align: center;
}

.inquire-hero-inner {
  max-width: 680px;
  margin: 0 auto;
}

.inquire-hero .eyebrow {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
}

.inquire-hero .display {
  color: var(--cream);
  font-size: clamp(40px, 6vw, 72px);
  margin-bottom: 24px;
}

.inquire-hero-sub {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 2.8vw, 38px);
  line-height: 1.2;
  color: rgba(250,247,240,0.85);
  max-width: 520px;
  margin: 0 auto;
}

/* ──── INQUIRY PAGE WRAPPER ──── */

.inquiry-page {
  background: var(--sand);
  padding: clamp(60px, 8vw, 100px) var(--gutter);
}

.inquiry-page-inner {
  max-width: 720px;
  margin: 0 auto;
  background: var(--cream);
  border: 1px solid var(--line);
  padding: clamp(40px, 6vw, 72px);
}

.inquiry-form-header {
  border-bottom: 1px solid var(--line);
  padding-bottom: 32px;
  margin-bottom: 48px;
}

.inquiry-form-header .eyebrow {
  display: block;
  color: var(--gold-deep);
}

/* ──── BLOG HERO ──── */

.blog-hero {
  background: var(--ink);
  min-height: 65vh;
  display: flex;
  align-items: flex-end;
  padding: 80px var(--gutter);
  position: relative;
  overflow: hidden;
}

.blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(184,153,104,0.08) 0%, transparent 60%);
}

.blog-hero-inner {
  position: relative;
  max-width: 800px;
}

.blog-hero .eyebrow { color: var(--gold); display: block; margin-bottom: 28px; }
.blog-hero .display { color: var(--cream); margin-bottom: 16px; }
.blog-hero .lead    { color: rgba(244,239,230,0.75); }

/* ──── BLOG ARCHIVE ──── */

.blog-archive {
  background: var(--cream);
  padding: clamp(80px, 12vw, 160px) var(--gutter);
}

.blog-archive-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(60px, 8vw, 100px) clamp(24px, 3vw, 48px);
}

@media (max-width: 960px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
}

.blog-card {
  display: flex;
  flex-direction: column;
}

.blog-card-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
  margin-bottom: 28px;
  background: var(--sand);
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s ease;
}

.blog-card:hover .blog-card-image img { transform: scale(1.04); }

.blog-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-date {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 14px;
}

.blog-card-title {
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.15;
  margin-bottom: 16px;
  min-height: 3.45em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-title a {
  color: var(--ink);
  transition: color 0.3s ease;
}

.blog-card-title a:hover { color: var(--gold-deep); }

.blog-card-excerpt {
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray);
  margin-bottom: 24px;
  flex: 1;
}

.blog-card-link {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold);
  align-self: flex-start;
  transition: color 0.3s ease, border-color 0.3s ease;
  margin-top: auto;
}

.blog-card-link:hover {
  color: var(--gold-deep);
  border-bottom-color: var(--gold-deep);
}

.blog-empty {
  text-align: center;
  color: var(--gray);
  font-size: 16px;
  padding: 80px 0;
}

/* ──── BLOG PAGINATION ──── */

.blog-pagination {
  margin-top: clamp(60px, 8vw, 100px);
  text-align: center;
}

.blog-pagination .nav-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.blog-pagination .page-numbers {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--ink);
  padding: 10px 16px;
  border: 1px solid var(--line);
  transition: all 0.3s ease;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

/* ──── POST HERO ──── */

.post-hero {
  min-height: 65vh;
  background-size: cover;
  background-position: center;
  background-color: var(--ink);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.post-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27,31,42,0.5) 0%, rgba(27,31,42,0.3) 40%, rgba(27,31,42,0.65) 100%);
}

.post-hero--text-only { background: var(--ink); }
.post-hero--text-only .post-hero-overlay { display: none; }

.post-hero-content {
  position: relative;
  padding: 80px var(--gutter);
  max-width: 860px;
}

.post-hero-content .eyebrow {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
}

.post-hero-content .display {
  color: var(--cream);
  text-shadow: 0 2px 24px rgba(0,0,0,0.3);
}

/* ──── POST CONTENT ──── */

.post-content-wrap {
  background: var(--cream);
  padding: clamp(80px, 12vw, 160px) var(--gutter);
}

.post-content {
  max-width: 860px;
  margin: 0 auto;
}

.post-content .wp-block-paragraph,
.post-content .wp-block-heading,
.post-content .wp-block-list {
  max-width: none !important;
}

.post-content > p:first-child {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 40px;
}

.post-content h2 {
  font-size: clamp(26px, 3.2vw, 40px);
  margin-top: 64px;
  margin-bottom: 24px;
}

.post-content h3 {
  font-size: clamp(20px, 2.4vw, 28px);
  margin-top: 48px;
  margin-bottom: 16px;
}

.post-content p {
  font-size: 17px;
  line-height: 1.9;
  color: var(--gray);
  margin-bottom: 28px;
}

.post-content img {
  width: 100%;
  height: auto;
  margin: 48px 0;
}

.post-content a {
  color: var(--gold-deep);
  border-bottom: 1px solid var(--gold);
  transition: color 0.3s ease;
}

.post-content a:hover { color: var(--ink); }

.post-content blockquote {
  border-left: 3px solid var(--gold);
  padding: 28px 36px;
  margin: 48px 0;
  background: var(--sand);
}

.post-content blockquote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 26px);
  color: var(--ink);
  margin-bottom: 0;
}

.post-footer {
  max-width: 860px;
  margin: 64px auto 0;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.post-back {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold);
  transition: color 0.3s ease, border-color 0.3s ease;
}

.post-back:hover {
  color: var(--gold-deep);
  border-bottom-color: var(--gold-deep);
}

/* ──── HAMBURGER TOGGLE ──── */

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 201;
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
}

.nav-toggle-bar {
  display: block;
  width: 24px;
  height: 1.5px;
  background: #FFFFFF;
  transition: transform 0.35s ease, opacity 0.35s ease, background 0.4s ease;
  transform-origin: center;
}

#nav.scrolled .nav-toggle-bar { background: var(--ink); }

#nav.menu-open {
  background: var(--ink) !important;
  border-bottom-color: transparent !important;
}
#nav.menu-open .logo-mark   { color: var(--cream) !important; }
#nav.menu-open .logo-location { color: rgba(244, 239, 230, 0.7) !important; }
#nav.menu-open .nav-toggle-bar { background: var(--cream) !important; }

.nav-toggle.active .nav-toggle-bar:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.nav-toggle.active .nav-toggle-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-toggle.active .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* ──── MOBILE NAV OVERLAY ──── */

.nav-mobile {
  position: fixed;
  inset: 0;
  background: var(--ink);
  z-index: 150;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: auto;
  padding: 100px 24px 60px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.nav-mobile.open {
  opacity: 1;
  visibility: visible;
}

.nav-mobile-links {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.nav-mobile-links li { margin-bottom: 28px; }
.nav-mobile-links li:last-child { margin-bottom: 0; }

.nav-mobile-links a {
  font-family: var(--serif);
  font-size: clamp(22px, 6vw, 36px);
  font-weight: 300;
  color: var(--cream);
  letter-spacing: 0.02em;
  display: block;
  transition: color 0.3s ease;
}

.nav-mobile-links a:hover { color: var(--gold); }

/* ──── MOBILE MISC FIXES ──── */

@media (max-width: 480px) {
  .hero-cover.wp-block-cover {
    min-height: 580px !important;
  }
}

/* ──── Reduced motion ──── */

@media (prefers-reduced-motion: reduce) {
  .hero-cover .wp-block-cover__image-background {
    animation: none;
  }
  .hero-lockup,
  .hero-text .display,
  .hero-text .lead,
  .hero-meta {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .scroll-line::after {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

