:root {
  --ap-paper: #d8cbb8;
  --ap-linen: #c8bcaa;
  --ap-ink: #1a1614;
  --ap-brown: #211c19;
  --ap-soft: #61564e;
  --ap-line: rgba(26, 22, 20, .25);
  --ap-cream: #e4d9c5;
  --ap-sand: #ddd2bd;
  --ap-olive: #66704d;
  --ap-moss: #394333;
  --ap-sage: #b8b99e;
  --ap-pale: #d5d6ca;
  --ap-accent: #d99a54;
  --ap-serif: "Playfair Display", Georgia, serif;
  --ap-sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ap-ink); background: var(--ap-paper); font: 500 14px/1.45 var(--ap-sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; width: 100%; max-width: 100%; }
.ap-frame { width: min(calc(100% - 64px), 1380px); margin: 0 auto; }
.ap-kicker { margin: 0 0 24px; color: var(--ap-soft); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.ap-kicker::before { content: "✦"; margin-right: 10px; color: var(--ap-accent); }
.ap-heading { margin: 0; font: 400 clamp(54px, 7.4vw, 118px)/.82 var(--ap-serif); letter-spacing: -.065em; text-transform: uppercase; }
.ap-heading em { font-style: italic; font-weight: 400; }
.ap-button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 208px; gap: 28px; padding: 16px 18px; border: 1px solid currentColor; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; transition: background .28s, color .28s, transform .28s; }
.ap-button:hover { background: var(--ap-ink); color: var(--ap-cream); transform: translateY(-2px); }

.ap-hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--ap-ink); color: var(--ap-cream); }
.ap-hero-media, .ap-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.ap-hero-media { object-fit: cover; object-position: center; }
.ap-hero-overlay { background: linear-gradient(90deg, rgba(26,22,20,.82), rgba(26,22,20,.25) 62%, rgba(26,22,20,.58)); }
.ap-nav { position: fixed; top: 0; left: 50%; z-index: 12; display: flex; align-items: center; width: min(calc(100% - 64px), 1380px); min-height: 94px; transform: translateX(-50%); border-bottom: 1px solid rgba(228,217,197,.32); color: var(--ap-cream); transition: width .35s, min-height .35s, padding .35s, color .35s, background .35s, border-color .35s; }
.ap-nav.is-scrolled { width: 100%; min-height: 68px; padding: 0 max(32px, calc((100vw - 1380px)/2)); border-color: var(--ap-line); background: rgba(216,203,184,.94); color: var(--ap-ink); backdrop-filter: blur(12px); }
.ap-brand { font-size: 18px; font-weight: 600; letter-spacing: -.07em; }
.ap-brand i { color: var(--ap-accent); font-style: normal; }
.ap-nav-links { display: flex; gap: 28px; margin-left: auto; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.ap-nav-links a { padding: 8px 0; opacity: .88; }
.ap-nav-links a:hover { opacity: 1; }
.ap-nav-action { display: inline-flex; margin-left: 35px; padding: 12px 16px; border: 1px solid currentColor; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.ap-menu { display: none; margin-left: auto; padding: 8px 0 8px 15px; border: 0; background: transparent; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.ap-hero-content { position: relative; z-index: 1; display: flex; min-height: 100svh; flex-direction: column; justify-content: flex-end; padding: 150px 0 56px; }
.ap-hero-eyebrow { display: flex; justify-content: space-between; max-width: 620px; margin-bottom: 28px; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.ap-hero-title { max-width: 1120px; margin: 0; font: 400 clamp(92px, 15vw, 224px)/.68 var(--ap-serif); letter-spacing: -.075em; }
.ap-hero-title em { display: block; padding-left: 13%; font-style: italic; font-weight: 400; }
.ap-hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; max-width: 710px; margin: 54px 0 0 1%; }
.ap-hero-bottom p { width: 260px; margin: 0; font-size: 15px; line-height: 1.4; }
.ap-hero .ap-button:hover { background: var(--ap-cream); color: var(--ap-ink); }
.ap-rating { position: absolute; right: 0; bottom: 56px; z-index: 2; width: 225px; padding: 21px; background: var(--ap-cream); color: var(--ap-ink); border-top: 3px solid var(--ap-accent); }
.ap-rating span, .ap-rating small { display: block; color: var(--ap-soft); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.ap-rating strong { display: block; margin: 15px 0 3px; font: 400 46px/.86 var(--ap-serif); letter-spacing: -.06em; }
.ap-rating p { margin: 0; color: var(--ap-soft); font-size: 11px; }
.ap-scroll { position: absolute; right: 32px; bottom: 25px; z-index: 2; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.ap-spirit { display: grid; grid-template-columns: 1fr 1fr; min-height: 790px; background: var(--ap-linen); }
.ap-spirit-media { min-height: 100%; overflow: hidden; }
.ap-spirit-media img { height: 100%; object-fit: cover; object-position: center; }
.ap-spirit-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 9vw, 150px); }
.ap-spirit-copy p:not(.ap-kicker) { max-width: 375px; margin: 37px 0; color: var(--ap-soft); font-size: 16px; }

.ap-marquee { overflow: hidden; padding: 26px 0 30px; background: var(--ap-ink); color: var(--ap-cream); }
.ap-marquee-track { display: flex; gap: 46px; width: max-content; font: 400 clamp(35px, 5.2vw, 76px)/.9 var(--ap-serif); letter-spacing: -.055em; text-transform: uppercase; animation: ap-scroll-text 27s linear infinite; }
.ap-marquee-track span::after { content: "✦"; padding-left: 46px; color: var(--ap-accent); font-size: .38em; vertical-align: middle; }
@keyframes ap-scroll-text { to { transform: translateX(-50%); } }

.ap-occasion { position: relative; min-height: 87svh; overflow: hidden; background: var(--ap-ink); color: var(--ap-cream); }
.ap-occasion video, .ap-occasion::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.ap-occasion video { object-fit: cover; }
.ap-occasion::after { content: ""; background: linear-gradient(90deg, rgba(25,22,19,.77), rgba(25,22,19,.12) 68%); }
.ap-occasion-content { position: relative; z-index: 1; display: flex; min-height: 87svh; flex-direction: column; justify-content: flex-end; padding: 86px 0 72px; }
.ap-occasion-content .ap-kicker { color: #d6c8b6; }
.ap-occasion-content > p { max-width: 380px; margin: 30px 0 35px; color: #e1d7ca; font-size: 16px; }
.ap-occasion-note { position: absolute; right: 0; bottom: 75px; width: 245px; padding: 20px; border-top: 1px solid rgba(243,236,223,.5); font-size: 11px; line-height: 1.4; }

.ap-gallery { padding: clamp(86px, 10vw, 150px) 0 0; background: var(--ap-linen); }
.ap-gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: clamp(50px, 6vw, 84px); }
.ap-gallery-heading p:not(.ap-kicker) { max-width: 300px; margin: 0; color: var(--ap-soft); }
.ap-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(230px, 25vw); }
.ap-gallery-item { position: relative; overflow: hidden; background: var(--ap-ink); }
.ap-gallery-item img, .ap-gallery-item video { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.ap-gallery-item:hover img, .ap-gallery-item:hover video { transform: scale(1.055); }
.ap-gallery-item::after { content: "↗"; position: absolute; top: 15px; right: 15px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(243,236,223,.85); color: var(--ap-cream); opacity: 0; transform: scale(.7); transition: opacity .35s, transform .35s; }
.ap-gallery-item:hover::after { opacity: 1; transform: scale(1); }
.ap-gallery-item span { position: absolute; right: 16px; bottom: 15px; left: 16px; color: var(--ap-cream); font-size: 9px; letter-spacing: .1em; text-shadow: 0 1px 10px rgba(0,0,0,.45); text-transform: uppercase; }
.ap-gallery-tall { grid-row: span 2; }
.ap-gallery-wide { grid-column: span 2; }

.ap-rooted { position: relative; min-height: 88svh; overflow: hidden; background: var(--ap-ink); color: var(--ap-cream); }
.ap-rooted > img, .ap-rooted::before { position: absolute; inset: 0; width: 100%; height: 100%; }
.ap-rooted > img { object-fit: cover; object-position: center; }
.ap-rooted::before { content: ""; z-index: 1; background: linear-gradient(0deg, rgba(26,22,20,.75), rgba(26,22,20,.12) 68%); }
.ap-rooted-content { position: relative; z-index: 2; display: flex; min-height: 88svh; flex-direction: column; justify-content: flex-end; padding: 80px 0; }
.ap-rooted-content > p { max-width: 460px; margin: 30px 0 35px; color: var(--ap-cream); font-size: 16px; }
.ap-rooted .ap-kicker { color: #c9bdac; }

.ap-contact { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; background: var(--ap-paper); }
.ap-contact-media { position: relative; min-height: 640px; overflow: hidden; background: var(--ap-ink); }
.ap-contact-media video { height: 100%; object-fit: cover; }
.ap-contact-media::after { content: ""; position: absolute; inset: 0; background: rgba(25,22,19,.19); }
.ap-contact-copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(60px, 8vw, 124px); }
.ap-contact-copy > p { max-width: 350px; margin: 30px 0 44px; color: var(--ap-soft); }
.ap-contact-links { display: grid; gap: 0; border-top: 1px solid var(--ap-line); }
.ap-contact-links a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--ap-line); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.ap-contact-links a:hover { color: var(--ap-accent); }

.ap-footer { position: relative; overflow: hidden; padding: 78px 0 28px; background: var(--ap-ink); color: var(--ap-cream); }
.ap-footer-main { display: grid; grid-template-columns: 1fr .75fr .75fr 1fr; gap: 36px; padding-bottom: 96px; }
.ap-footer h3 { margin: 0 0 20px; color: #948879; font-size: 9px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.ap-footer p, .ap-footer a { display: block; max-width: 190px; margin: 0 0 8px; color: var(--ap-cream); font-size: 12px; }
.ap-footer a:hover { color: var(--ap-accent); }
.ap-footer-brand { font: 400 clamp(80px, 15vw, 220px)/.68 var(--ap-serif); letter-spacing: -.09em; white-space: nowrap; }
.ap-footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(228,217,197,.24); color: #948879; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.js-enabled .ap-reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .9s cubic-bezier(.22,1,.36,1); }
.js-enabled .ap-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (max-width: 900px) {
  .ap-frame { width: min(calc(100% - 36px), 1380px); }
  .ap-nav { width: min(calc(100% - 36px), 1380px); min-height: 74px; }
  .ap-nav.is-scrolled { padding: 0 18px; }
  .ap-nav-links, .ap-nav-action { display: none; }
  .ap-menu { display: block; }
  .ap-nav-links.is-open { position: fixed; top: 74px; right: 0; left: 0; display: flex; min-height: calc(100svh - 74px); flex-direction: column; align-items: flex-end; gap: 26px; padding: 46px 24px; background: var(--ap-ink); color: var(--ap-cream); font: 400 36px/1 var(--ap-serif); letter-spacing: -.04em; text-transform: none; }
  .ap-hero-content { padding-bottom: 42px; }
  .ap-hero-title { font-size: clamp(76px, 23vw, 154px); line-height: .72; }
  .ap-hero-title em { padding-left: 0; }
  .ap-hero-eyebrow span:last-child, .ap-scroll, .ap-rating { display: none; }
  .ap-hero-bottom { align-items: flex-start; flex-direction: column; gap: 28px; margin-top: 40px; }
  .ap-spirit, .ap-contact { grid-template-columns: 1fr; }
  .ap-spirit-media { min-height: 560px; }
  .ap-spirit-copy { padding: 80px 18px; }
  .ap-occasion, .ap-occasion-content { min-height: 76svh; }
  .ap-occasion-content { padding-bottom: 46px; }
  .ap-occasion-note { position: static; width: auto; margin-top: 50px; }
  .ap-gallery-heading { display: block; }
  .ap-gallery-heading p:not(.ap-kicker) { margin-top: 28px; }
  .ap-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 260px; }
  .ap-gallery-wide { grid-column: span 1; }
  .ap-rooted, .ap-rooted-content { min-height: 74svh; }
  .ap-contact-media { min-height: 560px; }
  .ap-contact-copy { min-height: 600px; padding: 78px 18px; }
  .ap-footer-main { grid-template-columns: 1fr 1fr; gap: 42px 22px; padding-bottom: 68px; }
  .ap-footer-brand { font-size: clamp(78px, 19vw, 160px); }
}
@media (max-width: 520px) {
  .ap-heading { font-size: 15vw; }
  .ap-spirit-media { min-height: 440px; }
  .ap-gallery-grid { grid-auto-rows: 205px; }
  .ap-gallery-item span { font-size: 8px; }
  .ap-contact-media { min-height: 470px; }
  .ap-footer-main { grid-template-columns: 1fr; }
  .ap-footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}
