:root {
      --ink: #24170f;
      --soil: #3a2518;
      --bark: #5b3a25;
      --moss: #626742;
      --sage: #9b9a73;
      --wheat: #d9b978;
      --cream: #f6ebd8;
      --linen: #fff8eb;
      --rose: #b56b45;
      --shadow: 0 28px 80px rgba(31, 19, 12, .28);
      --radius-lg: 32px;
      --radius-md: 20px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at top left, rgba(217, 185, 120, .26), transparent 34rem),
        linear-gradient(180deg, #261810 0%, #f6ebd8 48%, #fff8eb 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 999;
      opacity: .08;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.74' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='.72'/%3E%3C/svg%3E");
      mix-blend-mode: multiply;
    }

    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }

    .skip-link {
      position: absolute;
      top: -48px;
      left: 16px;
      z-index: 1000;
      padding: 12px 16px;
      background: var(--linen);
      color: var(--ink);
      border-radius: 999px;
      transition: top .2s ease;
    }
    .skip-link:focus { top: 16px; }

    .site-header {
      position: fixed;
      top: 18px;
      left: 50%;
      transform: translateX(-50%);
      width: min(calc(100% - 28px), 1180px);
      z-index: 50;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 13px 16px 13px 20px;
      border: 1px solid rgba(255, 248, 235, .26);
      border-radius: 999px;
      background: rgba(36, 23, 15, .44);
      backdrop-filter: blur(18px);
      color: var(--linen);
      box-shadow: 0 18px 50px rgba(18, 10, 6, .22);
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 1 1 auto;
      min-width: 0;
    }
    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background:
        radial-gradient(circle at 38% 34%, #fff2c9 0 10%, #d9b978 11% 34%, transparent 35%),
        linear-gradient(135deg, #8f5d34, #2f4a2d);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 0 24px rgba(217, 185, 120, .35);
      position: relative;
      flex: 0 0 auto;
    }
    .brand-mark::after {
      content: "";
      position: absolute;
      left: 9px;
      right: 9px;
      bottom: 8px;
      height: 6px;
      border-radius: 50%;
      border-top: 2px solid rgba(255, 248, 235, .86);
    }
    .brand-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-width: 0;
      line-height: 1;
    }
    .brand-name {
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(1.1rem, 2vw, 1.35rem);
      line-height: .92;
      letter-spacing: .07em;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .brand-tagline {
      display: block;
      margin-top: 3px;
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(.64rem, .8vw, .76rem);
      font-style: italic;
      font-weight: 500;
      line-height: 1;
      letter-spacing: .055em;
      text-transform: none;
      white-space: nowrap;
      color: rgba(217, 185, 120, .78);
      opacity: .86;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: .78rem;
      letter-spacing: .09em;
      text-transform: uppercase;
    }
    .nav a {
      padding: 11px 12px;
      border-radius: 999px;
      color: rgba(255, 248, 235, .82);
    }
    .nav a:hover { background: rgba(255,255,255,.1); color: #fff; }
    .nav .book-small {
      background: var(--linen);
      color: var(--ink);
      font-weight: 700;
      margin-left: 4px;
    }

    .menu-offer-banner {
      position: fixed;
      top: 86px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 49;
      width: min(calc(100% - 42px), 860px);
      padding: 10px 18px;
      border: 1px solid rgba(217, 185, 120, .34);
      border-radius: 999px;
      background: rgba(42, 27, 19, .76);
      color: var(--linen);
      box-shadow: 0 16px 48px rgba(18, 10, 6, .22);
      backdrop-filter: blur(14px);
      text-align: center;
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .06em;
      line-height: 1.35;
      text-transform: uppercase;
    }
    .menu-offer-banner:hover {
      background: rgba(42, 27, 19, .88);
      border-color: rgba(217, 185, 120, .58);
    }

    .hero {
      position: relative;
      min-height: 100svh;
      display: grid;
      place-items: end center;
      overflow: hidden;
      color: var(--linen);
      isolation: isolate;
      background: #1b100b;
    }

    .hero-media,
    .hero-slide,
    .hero-slide::after {
      position: absolute;
      inset: 0;
    }
    .hero-media { z-index: -3; }
    .hero-slide {
      opacity: 0;
      background-position: center;
      background-size: cover;
      animation: cinematicFade 24s infinite;
      transform: scale(1.06);
    }
    .hero-slide:nth-child(1) {
      background-image: url("/assets/mcguires-millrace-farm-lodge-fire-pit.webp");
      animation-delay: 0s;
    }
    .hero-slide:nth-child(2) {
      background-image: url("/assets/millhouse-lodge-murphy-nc-covered-porch.webp");
      animation-delay: 8s;
    }
    .hero-slide:nth-child(3) {
      background-image: url("/assets/mcguires-millrace-farm-wedding-couple-sheep.webp");
      animation-delay: 16s;
    }
    .hero-slide::after {
      content: "";
      background:
        radial-gradient(circle at 20% 18%, rgba(255, 221, 150, .26), transparent 34rem),
        linear-gradient(90deg, rgba(24, 12, 7, .82) 0%, rgba(24, 12, 7, .42) 46%, rgba(24, 12, 7, .24) 100%),
        linear-gradient(180deg, rgba(24, 12, 7, .12) 0%, rgba(24, 12, 7, .88) 100%);
    }

    @keyframes cinematicFade {
      0% { opacity: 0; transform: scale(1.08) translateX(0); }
      7% { opacity: 1; }
      31% { opacity: 1; }
      40% { opacity: 0; transform: scale(1.16) translateX(-1.2%); }
      100% { opacity: 0; }
    }

    .sun-glow {
      position: absolute;
      top: 8%;
      left: 4%;
      width: 45vw;
      height: 45vw;
      min-width: 320px;
      min-height: 320px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(255, 211, 126, .26), rgba(255, 211, 126, .08) 36%, transparent 68%);
      filter: blur(10px);
      z-index: -2;
      animation: breathe 7s ease-in-out infinite alternate;
    }
    @keyframes breathe { from { opacity: .64; transform: scale(.96); } to { opacity: 1; transform: scale(1.05); } }

    .hero-inner {
      width: min(100%, var(--max));
      padding: 160px 24px 64px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      align-items: end;
      gap: 34px;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 22px;
      font-size: .75rem;
      letter-spacing: .19em;
      text-transform: uppercase;
      color: rgba(255, 248, 235, .78);
    }
    .eyebrow::before {
      content: "";
      width: 52px;
      height: 1px;
      background: var(--wheat);
      box-shadow: 0 0 16px var(--wheat);
    }
    h1, h2, h3 {
      font-family: "Cormorant Garamond", serif;
      font-weight: 500;
      line-height: .95;
      margin: 0;
    }
    h1 {
      max-width: 820px;
      font-size: clamp(4.1rem, 12vw, 9.7rem);
      letter-spacing: -.055em;
      text-wrap: balance;
      text-shadow: 0 20px 60px rgba(0,0,0,.45);
    }
    .hero-copy {
      max-width: 660px;
      margin: 24px 0 0;
      font-size: clamp(1.05rem, 1.65vw, 1.34rem);
      line-height: 1.75;
      color: rgba(255, 248, 235, .86);
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 34px;
    }
    .offer-pill {
      display: inline-flex;
      max-width: min(100%, 680px);
      margin: 18px 0 0;
      padding: 11px 16px;
      border: 1px solid rgba(217, 185, 120, .38);
      border-radius: 999px;
      background: rgba(217, 185, 120, .14);
      color: rgba(255, 248, 235, .86);
      box-shadow: 0 14px 42px rgba(31, 19, 12, .16);
      backdrop-filter: blur(10px);
      font-size: .82rem;
      font-weight: 600;
      letter-spacing: .04em;
      line-height: 1.5;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 50px;
      padding: 14px 20px;
      border-radius: 999px;
      font-weight: 700;
      letter-spacing: .05em;
      text-transform: uppercase;
      font-size: .78rem;
      transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
      border: 1px solid rgba(255, 248, 235, .28);
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary {
      background: var(--linen);
      color: var(--ink);
      border-color: var(--linen);
      box-shadow: 0 16px 40px rgba(255, 219, 160, .2);
    }
    .btn-secondary {
      color: var(--linen);
      background: rgba(255,255,255,.08);
      backdrop-filter: blur(10px);
    }
    .btn-dark {
      color: var(--linen);
      background: var(--ink);
      border-color: var(--ink);
    }
    .btn-outline {
      border-color: rgba(36, 23, 15, .18);
      color: var(--ink);
      background: rgba(255, 248, 235, .46);
    }

    .hero-card {
      padding: 22px;
      border: 1px solid rgba(255, 248, 235, .22);
      border-radius: var(--radius-lg);
      background: rgba(44, 26, 15, .5);
      backdrop-filter: blur(16px);
      box-shadow: var(--shadow);
    }
    .hero-card-img {
      height: 210px;
      border-radius: 24px;
      overflow: hidden;
      margin-bottom: 18px;
      position: relative;
    }
    .hero-card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: sepia(.14) saturate(.9) contrast(.95);
    }
    .hero-card-img::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent, rgba(36,23,15,.32));
    }
    .hero-card p {
      margin: 0;
      color: rgba(255, 248, 235, .82);
      line-height: 1.75;
      font-size: .95rem;
    }
    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      margin-top: 18px;
    }
    .hero-stat {
      padding: 14px 10px;
      border-radius: 18px;
      background: rgba(255, 248, 235, .1);
      text-align: center;
    }
    .hero-stat strong {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 1.45rem;
      line-height: 1;
    }
    .hero-stat span {
      display: block;
      margin-top: 5px;
      font-size: .68rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(255, 248, 235, .68);
    }

    .scroll-cue {
      position: absolute;
      left: 50%;
      bottom: 20px;
      transform: translateX(-50%);
      width: 28px;
      height: 44px;
      border: 1px solid rgba(255, 248, 235, .4);
      border-radius: 999px;
    }
    .scroll-cue::after {
      content: "";
      position: absolute;
      top: 9px;
      left: 50%;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: var(--linen);
      transform: translateX(-50%);
      animation: scrollDot 1.6s ease-in-out infinite;
    }
    @keyframes scrollDot { 0% { opacity: 0; top: 9px; } 35% { opacity: 1; } 100% { opacity: 0; top: 27px; } }

    section { position: relative; }
    .section {
      padding: clamp(70px, 9vw, 128px) 24px;
    }
    .container {
      width: min(100%, var(--max));
      margin: 0 auto;
    }
    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
      color: var(--rose);
      font-size: .74rem;
      font-weight: 800;
      letter-spacing: .18em;
      text-transform: uppercase;
    }
    .section-label::before {
      content: "";
      width: 42px;
      height: 1px;
      background: currentColor;
    }
    .section-title {
      color: var(--ink);
      font-size: clamp(3.1rem, 7vw, 6.8rem);
      letter-spacing: -.045em;
      text-wrap: balance;
    }
    .section-copy {
      max-width: 760px;
      margin: 22px 0 0;
      font-size: clamp(1rem, 1.45vw, 1.2rem);
      line-height: 1.85;
      color: rgba(36, 23, 15, .76);
    }

    .intro {
      background: linear-gradient(180deg, #261810 0%, #f6ebd8 12%, #f6ebd8 100%);
    }
    .intro-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
      gap: clamp(34px, 7vw, 90px);
      align-items: center;
    }
    .intro-card {
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow);
      transform: rotate(1.5deg);
      background: var(--soil);
      padding: 12px;
    }
    .intro-card img {
      width: 100%;
      height: min(64vw, 560px);
      min-height: 420px;
      object-fit: cover;
      border-radius: 24px;
      filter: sepia(.17) saturate(.88) contrast(.98);
    }

    .intro-perfect {
      display: grid;
      gap: 16px;
      margin-top: 28px;
      max-width: 780px;
      color: rgba(36, 23, 15, .78);
    }
    .intro .intro-perfect > p {
      margin: 0;
      color: var(--bark);
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .intro .perfect-for-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .intro .perfect-for-list li {
      display: grid;
      grid-template-columns: 30px 1fr;
      gap: 12px;
      align-items: start;
      color: rgba(36, 23, 15, .78);
      font-size: clamp(1rem, 1.35vw, 1.14rem);
      line-height: 1.6;
    }
    .intro .perfect-for-list li::before {
      content: "✦";
      display: grid;
      place-items: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(181, 107, 69, .12);
      color: var(--rose);
      font-size: .85rem;
    }

    .nearby-attractions {
      padding: 0 24px clamp(44px, 6vw, 76px);
      background: #f6ebd8;
    }
    .nearby-attractions-card {
      display: block;
      padding: clamp(24px, 4vw, 38px);
      border: 1px solid rgba(36, 23, 15, .12);
      border-radius: var(--radius-md);
      background: rgba(255, 248, 235, .5);
      box-shadow: 0 18px 54px rgba(36, 23, 15, .07);
    }
    .nearby-attractions .section-label {
      margin-bottom: 14px;
    }
    .nearby-attractions-card h2 {
      margin: 0;
      color: var(--ink);
      font-family: "Cormorant Garamond", serif;
      font-weight: 500;
      line-height: 1;
      font-size: clamp(2.15rem, 4vw, 4rem);
      letter-spacing: -.035em;
      text-wrap: balance;
    }
    .nearby-attractions-card > p:not(.section-label) {
      max-width: 900px;
      margin: 18px 0 0;
      color: rgba(36, 23, 15, .76);
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: clamp(1rem, 1.35vw, 1.15rem);
      line-height: 1.75;
    }

    .ribbon {
      padding: 18px 0;
      overflow: hidden;
      border-top: 1px solid rgba(36, 23, 15, .12);
      border-bottom: 1px solid rgba(36, 23, 15, .12);
      background: rgba(255, 248, 235, .38);
    }
    .ribbon-track {
      width: max-content;
      display: flex;
      gap: 26px;
      animation: ribbonMove 30s linear infinite;
    }
    .ribbon span {
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(2rem, 4vw, 4.4rem);
      color: rgba(36, 23, 15, .34);
      white-space: nowrap;
    }
    @keyframes ribbonMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    .stay {
      background:
        radial-gradient(circle at 80% 18%, rgba(181, 107, 69, .13), transparent 28rem),
        var(--linen);
    }
    .cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 42px;
    }
    .feature-card {
      min-height: 420px;
      border-radius: var(--radius-lg);
      overflow: hidden;
      position: relative;
      box-shadow: 0 18px 60px rgba(36, 23, 15, .12);
      background: #321f15;
      isolation: isolate;
    }
    .feature-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .7s ease;
      filter: sepia(.14) saturate(.9) contrast(.94);
      z-index: -2;
    }
    .feature-card:hover img { transform: scale(1.06); }
    .feature-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(20, 12, 8, .08), rgba(20, 12, 8, .84));
      z-index: -1;
    }
    .feature-card-content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 26px;
      color: var(--linen);
    }
    .feature-card small {
      display: block;
      margin-bottom: 10px;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: rgba(255, 248, 235, .7);
      font-weight: 800;
    }
    .feature-card h3 {
      font-size: 2.35rem;
      letter-spacing: -.035em;
    }
    .feature-card p {
      margin: 14px 0 0;
      line-height: 1.7;
      color: rgba(255, 248, 235, .78);
    }

    .details-band {
      margin-top: 34px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }
    .detail-pill {
      padding: 20px;
      border-radius: var(--radius-md);
      background: rgba(36, 23, 15, .06);
      border: 1px solid rgba(36, 23, 15, .08);
    }
    .detail-pill strong {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 2rem;
      line-height: 1;
      color: var(--soil);
    }
    .detail-pill span {
      display: block;
      margin-top: 8px;
      color: rgba(36, 23, 15, .66);
      line-height: 1.45;
      font-size: .92rem;
    }

    .amenities {
      margin-top: 44px;
      display: grid;
      grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
      gap: clamp(24px, 5vw, 58px);
      align-items: start;
    }
    .amenity-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }
    .amenity {
      padding: 20px;
      border-radius: var(--radius-md);
      background: rgba(255, 248, 235, .72);
      border: 1px solid rgba(36, 23, 15, .08);
      box-shadow: 0 10px 34px rgba(36, 23, 15, .05);
    }
    .amenity strong {
      display: block;
      margin-bottom: 8px;
      color: var(--soil);
      font-size: .96rem;
    }
    .amenity span {
      color: rgba(36, 23, 15, .68);
      line-height: 1.55;
      font-size: .92rem;
    }

    .rate-grid {
      display: grid;
      gap: 14px;
      margin-top: 24px;
    }
    .rate-card {
      padding: 22px;
      border-radius: var(--radius-md);
      background: rgba(255, 248, 235, .09);
      border: 1px solid rgba(255, 248, 235, .16);
    }
    .rate-card h3 {
      font-size: 1.55rem;
      color: var(--linen);
      margin-bottom: 12px;
    }
    .rate-card p {
      margin: 0;
      color: rgba(255, 248, 235, .7);
      line-height: 1.65;
      font-size: .94rem;
    }
    .booking-details {
      display: grid;
      gap: 10px;
      margin-top: 18px;
      color: rgba(255, 248, 235, .72);
      font-size: .92rem;
      line-height: 1.55;
    }

    .split {
      background: #2a1b13;
      color: var(--linen);
      overflow: hidden;
    }
    .split::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 20% 10%, rgba(217, 185, 120, .18), transparent 30rem),
        radial-gradient(circle at 90% 72%, rgba(98, 103, 66, .3), transparent 36rem);
    }
    .split-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
      gap: clamp(32px, 6vw, 80px);
      align-items: center;
    }
    .split .section-title { color: var(--linen); }
    .split .section-copy { color: rgba(255, 248, 235, .76); }
    .split .section-label { color: var(--wheat); }
    .address-line {
      margin: 24px 0 0;
    }
    .address-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      max-width: 100%;
      padding: 12px 16px;
      border: 1px solid rgba(217, 185, 120, .34);
      border-radius: 999px;
      background: rgba(255, 248, 235, .08);
      color: var(--linen);
      font-size: .9rem;
      font-weight: 700;
      line-height: 1.35;
      box-shadow: 0 16px 42px rgba(0, 0, 0, .12);
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .address-link::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      flex: 0 0 auto;
      background: var(--wheat);
      box-shadow: 0 0 18px rgba(217, 185, 120, .62);
    }
    .address-link:hover,
    .address-link:focus-visible {
      border-color: rgba(217, 185, 120, .6);
      background: rgba(255, 248, 235, .14);
      transform: translateY(-1px);
      outline: none;
    }
    .photo-stack {
      position: relative;
      min-height: 650px;
    }
    .stack-img {
      position: absolute;
      overflow: hidden;
      border-radius: var(--radius-lg);
      box-shadow: 0 24px 80px rgba(0,0,0,.35);
      border: 1px solid rgba(255,248,235,.18);
    }
    .stack-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: sepia(.16) saturate(.82) contrast(.96);
    }
    .stack-img.large {
      left: 5%;
      top: 4%;
      width: 70%;
      height: 540px;
    }
    .stack-img.small {
      right: 0;
      bottom: 6%;
      width: 46%;
      height: 330px;
    }
    .floating-note {
      position: absolute;
      right: 6%;
      top: 18%;
      width: min(260px, 48%);
      padding: 22px;
      border-radius: 24px;
      background: rgba(255, 248, 235, .86);
      color: var(--ink);
      box-shadow: var(--shadow);
      transform: rotate(2deg);
    }
    .floating-note strong {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 2rem;
      line-height: 1;
      margin-bottom: 10px;
    }
    .floating-note p {
      margin: 0;
      color: rgba(36, 23, 15, .74);
      line-height: 1.55;
      font-size: .95rem;
    }
    .list {
      display: grid;
      gap: 14px;
      margin-top: 32px;
      padding: 0;
      list-style: none;
    }
    .list li {
      display: grid;
      grid-template-columns: 36px 1fr;
      gap: 14px;
      align-items: start;
      color: rgba(255, 248, 235, .8);
      line-height: 1.65;
    }
    .list li::before {
      content: "✦";
      display: grid;
      place-items: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: rgba(255,248,235,.09);
      color: var(--wheat);
    }

    .experience {
      background: #f6ebd8;
    }
    .experience-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: clamp(30px, 6vw, 78px);
      align-items: start;
    }
    .timeline {
      display: grid;
      gap: 16px;
      margin-top: 18px;
    }
    .timeline-item {
      display: grid;
      grid-template-columns: 92px 1fr;
      gap: 20px;
      padding: 24px;
      border-radius: var(--radius-md);
      background: rgba(255, 248, 235, .62);
      border: 1px solid rgba(36, 23, 15, .09);
      box-shadow: 0 12px 40px rgba(36, 23, 15, .06);
    }
    .timeline-item time {
      font-family: "Cormorant Garamond", serif;
      font-size: 1.8rem;
      color: var(--rose);
      line-height: 1;
    }
    .timeline-item h3 {
      font-size: 1.7rem;
      letter-spacing: -.025em;
      margin-bottom: 8px;
    }
    .timeline-item p {
      margin: 0;
      color: rgba(36, 23, 15, .72);
      line-height: 1.7;
    }

    .quote-panel {
      position: sticky;
      top: 120px;
      padding: clamp(28px, 5vw, 54px);
      border-radius: var(--radius-lg);
      background:
        linear-gradient(180deg, rgba(36, 23, 15, .2), rgba(36, 23, 15, .72)),
        url("/assets/millhouse-lodge-murphy-nc-covered-porch.webp") center/cover;
      min-height: 560px;
      color: var(--linen);
      display: flex;
      flex-direction: column;
      justify-content: end;
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .quote-panel::before {
      content: "";
      position: absolute;
      inset: -20%;
      background: radial-gradient(circle at 30% 20%, rgba(255, 219, 150, .28), transparent 28rem);
    }
    .quote-panel > * { position: relative; }
    .quote-panel p {
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(2.4rem, 4.8vw, 5rem);
      line-height: .98;
      letter-spacing: -.04em;
      margin: 0;
      text-wrap: balance;
    }
    .quote-panel span {
      margin-top: 22px;
      color: rgba(255, 248, 235, .72);
      line-height: 1.7;
      max-width: 430px;
    }

    .faq {
      background:
        linear-gradient(180deg, #f6ebd8 0%, var(--linen) 100%);
    }
    .faq-grid {
      display: grid;
      grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
      gap: clamp(28px, 6vw, 72px);
      align-items: start;
    }
    .faq-list {
      display: grid;
      gap: 12px;
    }
    .faq-list details {
      border: 1px solid rgba(36, 23, 15, .1);
      border-radius: var(--radius-md);
      background: rgba(255, 248, 235, .74);
      box-shadow: 0 12px 36px rgba(36, 23, 15, .06);
      overflow: hidden;
    }
    .faq-list summary {
      cursor: pointer;
      list-style: none;
      padding: 20px 56px 20px 22px;
      position: relative;
      color: var(--soil);
      font-weight: 800;
      line-height: 1.35;
    }
    .faq-list summary::-webkit-details-marker {
      display: none;
    }
    .faq-list summary::after {
      content: "+";
      position: absolute;
      right: 22px;
      top: 50%;
      transform: translateY(-50%);
      display: grid;
      place-items: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(91, 58, 37, .1);
      color: var(--bark);
      font-size: 1.2rem;
      line-height: 1;
    }
    .faq-list details[open] summary::after {
      content: "-";
    }
    .faq-list p {
      margin: 0;
      padding: 0 22px 22px;
      color: rgba(36, 23, 15, .7);
      line-height: 1.7;
    }

    .booking {
      background: #2a1b13;
      color: var(--linen);
      padding-bottom: 0;
      overflow: hidden;
    }
    .booking-card {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 390px;
      gap: 30px;
      padding: clamp(28px, 5vw, 58px);
      border-radius: var(--radius-lg);
      background:
        linear-gradient(135deg, rgba(255,248,235,.12), rgba(255,248,235,.04)),
        rgba(255, 248, 235, .06);
      border: 1px solid rgba(255, 248, 235, .14);
      box-shadow: 0 24px 90px rgba(0,0,0,.24);
      overflow: hidden;
    }
    .booking-card::before {
      content: "";
      position: absolute;
      inset: -1px;
      background: radial-gradient(circle at 80% 0%, rgba(217, 185, 120, .24), transparent 24rem);
      pointer-events: none;
    }
    .booking-card > * { position: relative; }
    .booking .section-title { color: var(--linen); }
    .booking .section-copy { color: rgba(255, 248, 235, .78); }
    .booking-actions {
      display: grid;
      gap: 12px;
      align-content: center;
    }
    .booking-actions .btn {
      width: 100%;
      justify-content: space-between;
      padding-inline: 20px;
    }
    .direct-booking-card {
      position: relative;
      overflow: hidden;
      padding: 26px;
      border: 1px solid rgba(217, 185, 120, .32);
      border-radius: 26px;
      background:
        radial-gradient(circle at 86% 0%, rgba(217, 185, 120, .22), transparent 16rem),
        linear-gradient(145deg, rgba(255, 248, 235, .16), rgba(255, 248, 235, .07));
      box-shadow: 0 22px 70px rgba(0,0,0,.18);
    }
    .direct-booking-card::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 38%);
    }
    .direct-booking-card > * {
      position: relative;
    }
    .direct-kicker {
      margin: 0 0 12px;
      color: rgba(217, 185, 120, .92);
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
    }
    .direct-booking-card h3 {
      margin: 0;
      color: var(--linen);
      font-size: clamp(2rem, 3vw, 2.7rem);
      line-height: .98;
    }
    .direct-booking-card p:not(.direct-kicker) {
      margin: 14px 0 20px;
      color: rgba(255, 248, 235, .76);
      line-height: 1.7;
    }
    .platform-booking {
      display: grid;
      gap: 10px;
      padding-top: 8px;
    }
    .platform-booking > p {
      margin: 0;
      color: rgba(255, 248, 235, .62);
      font-size: .82rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .platform-actions {
      display: grid;
      gap: 10px;
    }
    .platform-option {
      display: grid;
      gap: 8px;
    }
    .platform-rating {
      display: grid;
      gap: 4px;
      padding: 10px 12px;
      border: 1px solid rgba(217, 185, 120, .24);
      border-radius: 16px;
      background: rgba(255, 248, 235, .07);
      color: rgba(255, 248, 235, .74);
      font-size: .78rem;
      font-weight: 700;
      line-height: 1.35;
    }
    .host-contact-overlay {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: grid;
      place-items: center;
      padding: 22px;
      background: rgba(24, 12, 7, .72);
      backdrop-filter: blur(18px);
    }
    .host-contact-overlay[hidden] {
      display: none;
    }
    .host-contact {
      position: relative;
      width: min(100%, 1040px);
      max-height: min(86vh, 760px);
      overflow: auto;
      display: grid;
      grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
      gap: clamp(24px, 5vw, 56px);
      align-items: start;
      padding: clamp(28px, 5vw, 54px);
      border: 1px solid rgba(255, 248, 235, .14);
      border-radius: var(--radius-lg);
      background:
        radial-gradient(circle at 12% 8%, rgba(217, 185, 120, .2), transparent 20rem),
        rgba(42, 27, 19, .98);
      box-shadow: 0 36px 120px rgba(0,0,0,.42);
    }
    .host-contact .section-title {
      max-width: 520px;
      color: var(--linen);
    }
    .host-contact .section-copy {
      max-width: 470px;
      color: rgba(255, 248, 235, .76);
    }
    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    .form-row {
      display: grid;
      gap: 8px;
    }
    .form-row-full {
      grid-column: 1 / -1;
    }
    .honeypot-field {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }
    .form-row label {
      color: rgba(255, 248, 235, .76);
      font-size: .74rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .form-row input,
    .form-row textarea {
      width: 100%;
      border: 1px solid rgba(255, 248, 235, .18);
      border-radius: 18px;
      background: rgba(255, 248, 235, .94);
      color: var(--ink);
      padding: 14px 15px;
      font: inherit;
    }
    .form-row textarea {
      resize: vertical;
    }
    .turnstile-widget {
      min-height: 65px;
    }
    .form-row input:focus,
    .form-row textarea:focus,
    .btn:focus-visible,
    .menu-offer-banner:focus-visible,
    .faq-list summary:focus-visible,
    .nav a:focus-visible {
      outline: 3px solid rgba(217, 185, 120, .5);
      outline-offset: 3px;
    }
    .host-contact > .btn {
      grid-column: 2;
      justify-self: start;
      min-width: 220px;
    }
    .form-status {
      grid-column: 2;
      min-height: 1.5em;
      margin: 0;
      color: rgba(255, 248, 235, .72);
      line-height: 1.5;
    }
    .form-status[data-state="success"] { color: #d9f0c4; }
    .form-status[data-state="error"] { color: #ffd1bd; }
    .form-status[data-state="pending"] { color: rgba(255, 248, 235, .84); }
    .host-contact button[disabled] {
      cursor: wait;
      opacity: .72;
      transform: none;
    }
    .direct-rate-note {
      grid-column: 2;
      margin: 0;
      padding: 14px 16px;
      border: 1px solid rgba(217, 185, 120, .24);
      border-radius: 18px;
      background: rgba(217, 185, 120, .1);
      color: rgba(255, 248, 235, .76);
      font-size: .9rem;
      line-height: 1.55;
    }
    .modal-close {
      position: absolute;
      top: 18px;
      right: 18px;
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255, 248, 235, .22);
      border-radius: 50%;
      background: rgba(255, 248, 235, .1);
      color: var(--linen);
      font: inherit;
      font-size: 1.5rem;
      line-height: 1;
      cursor: pointer;
    }
    .modal-close:hover,
    .modal-close:focus-visible {
      background: rgba(255, 248, 235, .2);
      outline: 3px solid rgba(217, 185, 120, .5);
      outline-offset: 3px;
    }

    .footer {
      margin-top: 82px;
      padding: 32px 24px;
      border-top: 1px solid rgba(255,248,235,.12);
    }
    .footer-inner {
      width: min(100%, var(--max));
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      color: rgba(255,248,235,.62);
      font-size: .86rem;
      line-height: 1.6;
    }
    .footer a { color: rgba(255,248,235,.82); }
    .footer-address {
      display: inline-block;
      margin-top: 2px;
      color: rgba(255,248,235,.82);
    }
    .footer-address:hover,
    .footer-address:focus-visible {
      color: var(--linen);
      outline: none;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity .8s ease, transform .8s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 980px) {
      .nav a:not(.book-small) { display: none; }
      .hero-inner,
      .intro-grid,
      .split-grid,
      .experience-grid,
      .faq-grid,
      .booking-card,
      .host-contact {
        grid-template-columns: 1fr;
      }
      .host-contact > .btn {
        grid-column: auto;
      }
      .direct-rate-note {
        grid-column: auto;
      }
      .form-status {
        grid-column: auto;
      }
      .hero-card { max-width: 520px; }
      .cards { grid-template-columns: 1fr; }
      .details-band,
      .amenities,
      .rate-grid { grid-template-columns: 1fr; }
      .amenity-grid { grid-template-columns: 1fr 1fr; }
      .feature-card { min-height: 350px; }
      .photo-stack { min-height: 560px; }
      .stack-img.large { width: 76%; height: 470px; }
      .stack-img.small { width: 50%; height: 300px; }
      .quote-panel { position: relative; top: auto; min-height: 440px; }
    }

    @media (max-width: 640px) {
      .site-header {
        top: 10px;
        width: calc(100% - 18px);
        padding: 10px 10px 10px 14px;
      }
      .menu-offer-banner {
        top: 68px;
        width: calc(100% - 28px);
        padding: 9px 13px;
        border-radius: 20px;
        font-size: .66rem;
        letter-spacing: .04em;
      }
      .brand { gap: 8px; }
      .brand-name { font-size: .98rem; letter-spacing: .05em; }
      .brand-tagline { font-size: .7rem; letter-spacing: .025em; }
      .brand-mark { width: 30px; height: 30px; }
      .nav .book-small { padding: 10px 11px; font-size: .68rem; }
      .hero { place-items: center; }
      .hero-inner { padding: 120px 18px 56px; gap: 24px; }
      h1 { font-size: clamp(3.55rem, 18vw, 6rem); }
      .hero-copy { font-size: 1rem; line-height: 1.65; }
      .hero-actions .btn { width: 100%; }
      .offer-pill { border-radius: 22px; }
      .hero-card { display: none; }
      .section { padding-left: 18px; padding-right: 18px; }
      .section-title { font-size: clamp(2.75rem, 14vw, 4.6rem); }
      .intro-card img { min-height: 330px; height: 430px; }
      .faq-list summary { padding-right: 52px; }
      .photo-stack { min-height: 510px; }
      .stack-img.large { left: 0; width: 86%; height: 405px; }
      .stack-img.small { width: 58%; height: 245px; }
      .floating-note { right: 0; top: 26%; width: 230px; }
      .timeline-item { grid-template-columns: 1fr; }
      .details-band,
      .amenity-grid { grid-template-columns: 1fr; }
      .booking-card { padding: 26px 18px; }
      .host-contact-overlay { padding: 12px; }
      .host-contact { padding: 58px 18px 24px; max-height: 88vh; }
      .form-grid { grid-template-columns: 1fr; }
      .host-contact > .btn { width: 100%; }
      .address-link {
        width: 100%;
        justify-content: center;
        border-radius: 22px;
        text-align: center;
      }
      .footer-inner { flex-direction: column; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
      }
    }
