@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/fraunces-500.ttf") format("truetype"); }
@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/fraunces-600.ttf") format("truetype"); }
@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/fraunces-700.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/manrope-400.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/manrope-500.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/manrope-600.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/manrope-700.ttf") format("truetype"); }

/* Candlelit Treasury styles: heirloom editorial typography, asymmetric folio layouts, restrained winter motion. */
      :root {
        --evergreen: #17362e;
        --evergreen-deep: #0d231d;
        --oxblood: #6b1f2a;
        --oxblood-dark: #421019;
        --ivory: #f4f0e7;
        --paper: #fbf9f4;
        --gold: #b99854;
        --ink: #203029;
        --muted: #667067;
        --line: rgba(23, 54, 46, 0.19);
        --serif: "Fraunces", Georgia, serif;
        --sans: "Manrope", Arial, sans-serif;
        --ease: cubic-bezier(0.23, 1, 0.32, 1);
      }

      * { box-sizing: border-box; }
      html { scroll-behavior: smooth; }
      body {
        margin: 0;
        min-width: 320px;
        background: var(--ivory);
        color: var(--ink);
        font-family: var(--sans);
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
      }
      button, a { font: inherit; }
      button { cursor: pointer; }
      img, video { display: block; max-width: 100%; }
      a { color: inherit; text-decoration: none; }
      ::selection { background: var(--oxblood); color: #fff; }

      .snowfield { position: fixed; inset: 0; z-index: 20; pointer-events: none; overflow: hidden; }
      .flake {
        position: absolute;
        top: -6vh;
        color: rgba(255, 255, 255, 0.82);
        text-shadow: 0 0 6px rgba(255, 255, 255, 0.45);
        animation: fall var(--fall-time) linear var(--fall-delay) infinite;
      }
      @keyframes fall {
        to { transform: translate3d(var(--drift), 115vh, 0) rotate(180deg); }
      }

      .site-header {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 15;
        width: 100%;
        color: #fff;
      }
      .nav-shell {
        width: min(1440px, calc(100% - 48px));
        min-height: 84px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 32px;
        border-bottom: 1px solid rgba(255,255,255,0.28);
      }
      .brand {
        display: inline-flex;
        align-items: center;
        gap: 11px;
        font-family: var(--serif);
        font-size: 1.08rem;
        letter-spacing: 0.01em;
      }
      .brand img { width: 31px; height: 31px; object-fit: contain; }
      .brand span { display: block; }
      .brand small {
        display: block;
        margin-top: 1px;
        font-family: var(--sans);
        font-size: 0.55rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
      }
      .nav-links { display: flex; align-items: center; gap: 24px; }
      .nav-links a {
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        opacity: 0.9;
        transition: opacity 160ms var(--ease);
      }
      .nav-links a:hover, .nav-links a:focus-visible { opacity: 1; text-decoration: underline; text-underline-offset: 6px; }

      .hero {
        position: relative;
        min-height: 760px;
        padding: 146px 0 66px;
        overflow: hidden;
        isolation: isolate;
        color: #fff;
        background: var(--evergreen-deep);
      }
      .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -3;
        background: url("assets/images/evergreen-paper-texture.webp") center / cover;
        opacity: 0.78;
      }
      .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -2;
        background: linear-gradient(90deg, rgba(7, 22, 17, 0.94) 0%, rgba(7, 22, 17, 0.81) 37%, rgba(7, 22, 17, 0.2) 71%, rgba(7, 22, 17, 0.62) 100%);
      }
      .hero-inner {
        width: min(1440px, calc(100% - 48px));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.93fr) minmax(380px, 0.77fr);
        gap: clamp(42px, 7vw, 128px);
        align-items: end;
      }
      .hero-copy { padding: 76px 0 54px; max-width: 680px; }
      .eyebrow, .section-kicker, .card-label, .number, .folio-caption {
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 0.19em;
        text-transform: uppercase;
      }
      .eyebrow { color: #ead8a5; }
      .eyebrow::before {
        content: "✦";
        display: inline-block;
        margin-right: 10px;
        color: var(--gold);
      }
      h1, h2, h3, p { margin-top: 0; }
      h1 {
        max-width: 740px;
        margin: 19px 0 24px;
        font-family: var(--serif);
        font-size: clamp(3.7rem, 7.5vw, 7.45rem);
        font-weight: 600;
        line-height: 0.92;
        letter-spacing: -0.065em;
      }
      h1 em { color: #ead8a5; font-style: italic; }
      .hero-copy p {
        max-width: 500px;
        margin-bottom: 35px;
        color: rgba(255,255,255,0.82);
        font-size: 1rem;
        line-height: 1.8;
      }
      .hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
      .button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 0 20px;
        border: 1px solid transparent;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        transition: transform 160ms var(--ease), background 180ms var(--ease), color 180ms var(--ease), border 180ms var(--ease);
      }
      .button:active { transform: scale(0.97); }
      .button.primary { background: #f6eed8; color: var(--evergreen-deep); }
      .button.primary:hover, .button.primary:focus-visible { background: #fff; }
      .text-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-bottom: 1px solid rgba(255,255,255,0.55);
        padding-bottom: 5px;
        color: #fff;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        transition: border-color 180ms var(--ease), transform 180ms var(--ease);
      }
      .text-link:hover, .text-link:focus-visible { border-color: #ead8a5; transform: translateX(4px); }
      .hero-visual { position: relative; justify-self: end; width: min(100%, 500px); }
      .hero-visual::before {
        content: "";
        position: absolute;
        top: -23px;
        right: -23px;
        width: 82%;
        height: 88%;
        border: 1px solid rgba(232, 213, 162, 0.52);
        z-index: -1;
      }
      .hero-visual img { width: 100%; height: 568px; object-fit: cover; object-position: 54% center; box-shadow: 24px 28px 64px rgba(0,0,0,0.26); }
      .image-note {
        position: absolute;
        right: -38px;
        bottom: 23px;
        width: 217px;
        padding: 19px 20px;
        background: #f6eed8;
        color: var(--evergreen-deep);
      }
      .image-note span { display: block; color: var(--oxblood); font-size: 0.61rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
      .image-note strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 1.03rem; font-weight: 600; line-height: 1.15; }

      main { overflow: hidden; }
      .intro {
        position: relative;
        display: grid;
        grid-template-columns: minmax(160px, 0.65fr) minmax(0, 1.28fr) minmax(200px, 0.75fr);
        gap: 36px;
        width: min(1260px, calc(100% - 48px));
        margin: 0 auto;
        padding: 142px 0 132px;
      }
      .intro::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: -16vw;
        width: 50vw;
        height: 100%;
        background: url("assets/images/ivory-snow-paper.webp") center / cover;
        opacity: 0.62;
      }
      .section-kicker { color: var(--oxblood); }
      .intro-line { width: 1px; min-height: 100px; margin-top: 22px; background: var(--gold); }
      .intro h2, .story-copy h2, .gallery-heading h2, .video-content h2, .closing h2 {
        font-family: var(--serif);
        font-weight: 600;
        letter-spacing: -0.048em;
      }
      .intro h2 { max-width: 640px; margin: 0; font-size: clamp(2.4rem, 4.7vw, 4.5rem); line-height: 1.01; }
      .intro h2 em { color: var(--oxblood); font-style: italic; }
      .intro-copy { align-self: end; max-width: 272px; color: #536058; font-size: 0.9rem; line-height: 1.8; }
      .intro-copy p { margin-bottom: 0; }

      .story { padding: 0 0 152px; }
      .story-wrap { width: min(1440px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(360px, 1.11fr) minmax(0, 0.89fr); align-items: center; }
      .story-photo { min-height: 690px; overflow: hidden; background: var(--evergreen); }
      .story-photo img { width: 100%; height: 690px; object-fit: cover; transition: transform 700ms var(--ease); }
      .story-photo:hover img { transform: scale(1.025); }
      .story-copy { position: relative; z-index: 2; max-width: 570px; padding: 72px clamp(40px, 7vw, 124px) 72px clamp(40px, 8vw, 150px); background: var(--paper); margin-left: -1px; }
      .story-copy .number { color: var(--gold); }
      .story-copy h2 { margin: 13px 0 20px; font-size: clamp(2.65rem, 4.5vw, 4.25rem); line-height: 0.95; }
      .story-copy p { max-width: 405px; color: #5d675f; font-size: 0.94rem; line-height: 1.85; }
      .story-copy .rule { width: 76px; height: 1px; margin: 30px 0 0; background: var(--oxblood); }

      .gallery-section { padding: 0 0 152px; background: #e9e4d8; }
      .gallery-heading { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; width: min(1260px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0 57px; }
      .gallery-heading h2 { margin: 0; max-width: 620px; font-size: clamp(2.65rem, 5vw, 4.85rem); line-height: 0.96; }
      .gallery-heading p { align-self: end; max-width: 390px; margin: 0 0 6px auto; color: #576157; font-size: 0.91rem; line-height: 1.83; }
      .masonry { columns: 3 280px; column-gap: 18px; width: min(1260px, calc(100% - 48px)); margin: 0 auto; }
      .folio-card {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 0 18px;
        padding: 0;
        overflow: hidden;
        break-inside: avoid;
        border: 0;
        background: var(--evergreen);
        text-align: left;
      }
      .folio-card img { width: 100%; height: auto; transition: transform 600ms var(--ease), opacity 280ms var(--ease); }
      .folio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7, 22, 17, 0.76), transparent 48%); opacity: 0; transition: opacity 250ms var(--ease); }
      .folio-caption { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: #fff; opacity: 0; transform: translateY(8px); transition: opacity 250ms var(--ease), transform 250ms var(--ease); }
      .folio-card:hover img, .folio-card:focus-visible img { transform: scale(1.04); opacity: 0.91; }
      .folio-card:hover::after, .folio-card:focus-visible::after, .folio-card:hover .folio-caption, .folio-card:focus-visible .folio-caption { opacity: 1; }
      .folio-card:hover .folio-caption, .folio-card:focus-visible .folio-caption { transform: translateY(0); }

      .studio-note { padding: 0 0 142px; background: #e9e4d8; }
      .note-inner { width: min(1260px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 0.76fr 1.24fr; gap: 72px; align-items: center; }
      .note-image { position: relative; padding: 0 0 0 42px; }
      .note-image::before { content: ""; position: absolute; top: 36px; bottom: -34px; left: 0; width: 82%; border: 1px solid rgba(107,31,42,0.48); }
      .note-image img { position: relative; width: 100%; height: 510px; object-fit: cover; object-position: 48% center; }
      .note-content { max-width: 620px; }
      .note-content blockquote { margin: 16px 0 23px; font-family: var(--serif); font-size: clamp(2rem, 3.9vw, 3.65rem); font-weight: 600; letter-spacing: -0.045em; line-height: 1.04; }
      .note-content blockquote em { color: var(--oxblood); font-style: italic; }
      .note-content p { max-width: 475px; margin-bottom: 0; color: #59645c; font-size: 0.93rem; line-height: 1.85; }

      .video-section { position: relative; padding: 140px 0; color: #fff; background: var(--evergreen-deep); }
      .video-section::before { content: ""; position: absolute; inset: 0; background: url("assets/images/holiday-bokeh-interlude.webp") center / cover; opacity: 0.56; }
      .video-inner { position: relative; width: min(1260px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 0.76fr 1.24fr; gap: clamp(42px, 8vw, 130px); align-items: center; }
      .video-content h2 { max-width: 400px; margin: 14px 0 21px; font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: 0.95; }
      .video-content p { max-width: 350px; margin-bottom: 0; color: rgba(255,255,255,0.78); font-size: 0.92rem; line-height: 1.83; }
      .video-frame { position: relative; border: 1px solid rgba(234, 216, 165, 0.45); padding: 12px; background: rgba(244,240,231,0.07); }
      .video-frame::after { content: ""; position: absolute; right: -18px; bottom: -18px; width: 34%; height: 40%; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
      .video-frame video { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #071611; }

      .closing { position: relative; padding: 153px 0 122px; overflow: hidden; background: var(--paper); }
      .closing::after { content: "✧"; position: absolute; right: -2vw; bottom: -13vw; color: rgba(185,152,84,0.12); font-family: var(--serif); font-size: 48vw; line-height: 1; }
      .closing-inner { position: relative; z-index: 1; width: min(940px, calc(100% - 48px)); margin: 0 auto; text-align: center; }
      .closing img { width: 61px; height: 61px; margin: 0 auto 19px; object-fit: contain; }
      .closing h2 { max-width: 780px; margin: 13px auto 24px; font-size: clamp(3rem, 6.1vw, 5.65rem); line-height: 0.95; }
      .closing h2 em { color: var(--oxblood); font-style: italic; }
      .closing p { max-width: 575px; margin: 0 auto 30px; color: #5f695f; font-size: 0.94rem; line-height: 1.8; }
      .closing .button { background: var(--evergreen); color: #fff; }
      .closing .button:hover, .closing .button:focus-visible { background: var(--oxblood); }

      footer { padding: 25px 0; background: var(--evergreen-deep); color: rgba(255,255,255,0.68); }
      .footer-inner { width: min(1440px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
      .footer-inner p, .footer-inner a { margin: 0; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
      .footer-inner a { color: #ead8a5; }

      dialog {
        width: min(94vw, 1080px);
        max-width: none;
        max-height: 94vh;
        padding: 0;
        border: 0;
        background: #0b1d18;
        box-shadow: 0 30px 80px rgba(0,0,0,0.45);
      }
      dialog::backdrop { background: rgba(5, 14, 11, 0.82); backdrop-filter: blur(3px); }
      .viewer-image { max-height: 83vh; width: 100%; object-fit: contain; }
      .viewer-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.65); border-radius: 50%; background: rgba(7,22,17,0.73); color: #fff; font-size: 1.3rem; line-height: 1; }
      .viewer-close:hover, .viewer-close:focus-visible { background: var(--oxblood); }
      .viewer-caption { padding: 13px 18px 16px; color: #f4f0e7; font-size: 0.69rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }

      @media (max-width: 900px) {
        .hero { min-height: auto; }
        .hero-inner { grid-template-columns: 1fr; gap: 15px; }
        .hero-copy { padding: 50px 0 2px; }
        .hero-visual { justify-self: start; width: min(100%, 610px); margin: 0 0 35px 7vw; }
        .hero-visual img { height: min(112vw, 610px); }
        .intro { grid-template-columns: 90px 1fr; }
        .intro-copy { grid-column: 2; max-width: 500px; }
        .story-wrap { grid-template-columns: 1fr; }
        .story-photo, .story-photo img { min-height: 570px; height: 570px; }
        .story-copy { margin: -40px 24px 0 auto; padding: 52px; }
        .gallery-heading, .note-inner, .video-inner { grid-template-columns: 1fr; }
        .gallery-heading p { margin: 0; }
        .note-inner, .video-inner { gap: 54px; }
        .note-content { max-width: 650px; }
        .video-content p { max-width: 500px; }
      }
      @media (max-width: 620px) {
        .nav-shell, .hero-inner, .intro, .gallery-heading, .masonry, .note-inner, .video-inner, .closing-inner, .footer-inner { width: min(100% - 32px, 1260px); }
        .nav-shell { min-height: 72px; }
        .nav-links { gap: 13px; }
        .nav-links a:nth-child(2) { display: none; }
        .brand { font-size: 0.94rem; }
        .brand img { width: 27px; height: 27px; }
        .hero { padding-top: 115px; }
        h1 { font-size: clamp(3.55rem, 15.5vw, 5.3rem); }
        .hero-copy p { font-size: 0.91rem; }
        .hero-visual { width: calc(100% - 18px); margin-left: 0; }
        .hero-visual::before { top: -13px; right: -13px; }
        .hero-visual img { height: 480px; }
        .image-note { right: -9px; bottom: 14px; width: 187px; padding: 14px; }
        .intro { grid-template-columns: 1fr; gap: 18px; padding: 90px 0; }
        .intro-line { display: none; }
        .intro-copy { grid-column: 1; }
        .story { padding-bottom: 95px; }
        .story-photo, .story-photo img { min-height: 440px; height: 440px; }
        .story-copy { width: calc(100% - 32px); margin: -27px 16px 0 auto; padding: 39px 28px; }
        .gallery-section { padding-bottom: 96px; }
        .gallery-heading { gap: 24px; padding: 85px 0 35px; }
        .masonry { columns: 2 150px; column-gap: 10px; }
        .folio-card { margin-bottom: 10px; }
        .studio-note { padding-bottom: 94px; }
        .note-inner { gap: 42px; }
        .note-image { padding-left: 21px; }
        .note-image img { height: 430px; }
        .video-section { padding: 92px 0; }
        .video-inner { gap: 37px; }
        .closing { padding: 100px 0 85px; }
        .footer-inner { align-items: flex-start; flex-direction: column; gap: 12px; }
      }
      @media (prefers-reduced-motion: reduce) {
        html { scroll-behavior: auto; }
        *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
      }