:root {
  --ink: #0d0d0b;
  --ink-soft: #171714;
  --ivory: #f1ecdf;
  --paper: #d6c187;
  --paper-soft: #e6d8b1;
  --olive: #5a5448;
  --line-dark: rgba(13, 13, 11, .2);
  --line-light: rgba(241, 236, 223, .2);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--sans); line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 16px; }

.site-nav { position: absolute; inset: 0 0 auto; z-index: 30; background: rgba(13,13,11,.88); border-bottom: 1px solid var(--line-light); }
.site-nav.is-solid { position: relative; background: var(--ink); }
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2rem); font-weight: 400; letter-spacing: -.02em; }
.wordmark small { display: block; margin-top: -5px; color: var(--paper); font: 500 .55rem/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 34px); margin: 0; padding: 0; list-style: none; }
.nav-links a { color: rgba(241,236,223,.72); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.nav-links a:hover, .nav-links .active { color: var(--paper); }
.nav-links .outline-link { padding: 11px 17px; border: 1px solid rgba(214,193,135,.65); color: var(--paper); }
.menu-button { display: none; width: 46px; height: 42px; border: 1px solid var(--line-light); background: transparent; color: var(--ivory); cursor: pointer; font-size: 1.2rem; }

.hero-editorial { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; background: #222; }
.hero-editorial > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.hero-editorial::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,6,.83) 0%, rgba(7,7,6,.36) 55%, rgba(7,7,6,.18)), linear-gradient(0deg, rgba(7,7,6,.94), transparent 64%); }
.hero-copy { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 150px 0 64px; }
.kicker { margin: 0 0 24px; color: var(--paper); font-size: .65rem; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.hero-copy h1 { max-width: 760px; margin: 0; font: 300 clamp(4rem, 9vw, 8.2rem)/.78 var(--serif); letter-spacing: -.055em; }
.hero-copy h1 em { display: block; color: var(--paper-soft); font-weight: 300; }
.hero-copy > p:not(.kicker) { max-width: 590px; margin: 28px 0 0; color: rgba(241,236,223,.76); font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.65rem); font-style: italic; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid rgba(214,193,135,.75); color: var(--ivory); font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: background .2s, color .2s; }
.button:hover, .button.primary { background: var(--paper); color: var(--ink); }
.button.primary:hover { background: var(--paper-soft); }

.section { padding: clamp(76px, 10vw, 140px) 0; }
.section.paper { background: var(--paper); color: var(--ink); }
.section.ivory { background: var(--ivory); color: var(--ink); }
.section.dark { background: var(--ink); color: var(--ivory); }
.section-grid { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(42px, 8vw, 112px); align-items: start; }
.section-label { display: block; margin-bottom: 17px; color: currentColor; opacity: .62; font-size: .63rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.display-title { margin: 0; font: 400 clamp(3.4rem, 7vw, 6.8rem)/.88 var(--serif); letter-spacing: -.045em; }
.lede { margin: 0 0 24px; font: 400 clamp(1.45rem, 2.5vw, 2.15rem)/1.25 var(--serif); }
.copy p { margin: 0 0 18px; color: rgba(13,13,11,.72); }
.dark .copy p { color: rgba(241,236,223,.68); }
.text-link { display: inline-block; margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.portrait-panel { position: relative; min-height: 620px; }
.portrait-panel img { width: 100%; height: 620px; object-fit: cover; object-position: center 20%; }
.portrait-note { position: absolute; right: -22px; bottom: 32px; max-width: 230px; padding: 25px; background: var(--ink); color: var(--ivory); font: 400 1.3rem/1.2 var(--serif); }

.work-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 38px; }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.work-card { position: relative; min-height: 430px; grid-column: span 4; overflow: hidden; background: var(--ink-soft); }
.work-card.wide { grid-column: span 8; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-card:hover img { transform: scale(1.025); }
.work-caption { position: absolute; inset: auto 0 0; padding: 44px 24px 22px; background: linear-gradient(transparent, rgba(0,0,0,.88)); }
.work-caption span { color: var(--paper); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; }
.work-caption h3 { margin: 4px 0 0; font: 400 2rem/1 var(--serif); }

.service-list { margin-top: 48px; border-top: 1px solid var(--line-dark); }
.service-row { display: grid; grid-template-columns: 56px 1fr auto; gap: 24px; align-items: center; padding: 23px 0; border-bottom: 1px solid var(--line-dark); }
.service-row .num { color: rgba(13,13,11,.45); font: 400 1rem/1 var(--serif); }
.service-row h3 { margin: 0; font: 400 clamp(1.8rem, 3vw, 2.7rem)/1 var(--serif); }
.service-row p { margin: 5px 0 0; color: rgba(13,13,11,.62); font-size: .85rem; }
.service-row a { font-size: 1.4rem; }

.event-feature { display: grid; grid-template-columns: minmax(280px,.86fr) minmax(0,1.14fr); gap: clamp(38px,7vw,90px); align-items: center; }
.event-feature img { width: 100%; max-height: 720px; object-fit: cover; }
.event-meta { display: grid; grid-template-columns: repeat(2,1fr); margin: 34px 0; border-top: 1px solid var(--line-light); }
.event-meta div { padding: 18px 0; border-bottom: 1px solid var(--line-light); }
.event-meta small { display: block; color: var(--paper); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.event-meta strong { display: block; margin-top: 6px; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }

.quote { max-width: 930px; margin: 0 auto; text-align: center; }
.quote blockquote { margin: 0; font: 300 clamp(2.8rem, 6vw, 5.7rem)/.95 var(--serif); letter-spacing: -.035em; }
.quote cite { display: block; margin-top: 30px; font-size: .62rem; font-style: normal; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.site-footer { padding: 55px 0 26px; background: var(--ink); border-top: 1px solid var(--line-light); color: var(--ivory); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.footer-grid h2 { margin: 0 0 12px; font: 400 2.8rem/1 var(--serif); }
.footer-grid h3 { margin: 0 0 13px; color: var(--paper); font-size: .61rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: rgba(241,236,223,.62); font-size: .82rem; }
.footer-links { display: grid; gap: 8px; }
.copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line-light); color: rgba(241,236,223,.4); font-size: .68rem; }

/* Events */
.event-page-hero { padding: 145px 0 76px; background: var(--ink); }
.event-page-hero h1 { max-width: 860px; margin: 0; font: 300 clamp(4rem, 8vw, 7.7rem)/.82 var(--serif); letter-spacing: -.05em; }
.event-page-hero h1 em { color: var(--paper); font-weight: 300; }
.event-page-hero p { max-width: 610px; margin: 24px 0 0; color: rgba(241,236,223,.66); }
.event-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(390px,1.1fr); gap: clamp(38px,7vw,90px); align-items: start; }
.event-poster { position: sticky; top: 28px; }
.event-poster img { width: 100%; height: auto; }
.poster-note { display: flex; justify-content: space-between; gap: 20px; margin-top: 12px; color: rgba(13,13,11,.55); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
.event-copy h2 { margin: 12px 0 18px; font: 400 clamp(3rem,5vw,5.4rem)/.88 var(--serif); letter-spacing: -.04em; }
.badge { color: rgba(13,13,11,.6); font-size: .62rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.intro { color: rgba(13,13,11,.68); }
.details { margin: 32px 0; border-top: 1px solid var(--line-dark); }
.detail { display: grid; grid-template-columns: 115px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); }
.detail i { display: none; }
.detail small { color: rgba(13,13,11,.52); font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.detail strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.form-card { margin-top: 44px; padding: clamp(25px,4vw,42px); background: var(--ink); color: var(--ivory); }
.form-card h3 { margin: 0; font: 400 2.25rem/1 var(--serif); }
.form-card header p { margin: 12px 0 28px; color: rgba(241,236,223,.6); font-size: .86rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.full, .price-box, .submit, .privacy { grid-column: 1 / -1; }
.form-card label { display: block; margin-bottom: 7px; color: var(--paper); font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.form-card input, .form-card select { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid var(--line-light); border-radius: 0; outline: 0; background: transparent; color: var(--ivory); }
.form-card input:focus, .form-card select:focus { border-color: var(--paper); }
.form-card select option { background: var(--ink); }
.ticket-widget-card { margin-top: 44px; padding: clamp(22px,3vw,34px); border: 1px solid rgba(15,15,13,.16); background: #f7f2e7; }
.ticket-widget-card header { margin-bottom: 24px; }
.ticket-widget-card header .kicker { margin: 0 0 10px; color: #806628; }
.ticket-widget-card h3 { margin: 0; font: 400 clamp(2.1rem,4vw,3.25rem)/1 var(--serif); color: var(--ink); }
.ticket-widget-card header > p:last-child { max-width: 620px; margin: 12px 0 0; color: rgba(15,15,13,.68); }
.ticket-widget-frame { overflow: hidden; height: 390px; border-radius: 12px; background: #fff; box-shadow: 0 18px 48px rgba(15,15,13,.1); }
.ticket-widget-frame iframe { display: block; width: 100%; height: 390px; min-height: 0; background: #fff; }
.widget-fallback { margin: 18px 0 0; color: rgba(15,15,13,.64); font-size: .86rem; }
.widget-fallback a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.phone-help, .field-error { display: block; margin-top: 6px; color: rgba(241,236,223,.48); font-size: .7rem; line-height: 1.4; }
.field-error { color: #ffad9f; }
.price-box { display: grid; gap: 10px; padding: 17px 0; border-block: 1px solid var(--line-light); }
.price-row { display: flex; justify-content: space-between; gap: 20px; color: rgba(241,236,223,.62); }
.price-row strong, .price-row output { color: var(--paper-soft); }
.price-total { padding-top: 10px; border-top: 1px solid var(--line-light); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.submit { min-height: 54px; border: 1px solid var(--paper); background: var(--paper); color: var(--ink); cursor: pointer; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.submit:disabled { opacity: .6; cursor: wait; }
.privacy { margin: 0; color: rgba(241,236,223,.43); font-size: .7rem; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.status { display: none; padding: 25px; border: 1px solid var(--line-light); }
.status.show { display: block; }
.status h4 { margin: 10px 0 7px; font: 400 1.8rem/1 var(--serif); }
.status p { color: rgba(241,236,223,.65); }
.status.success { border-color: #70b991; }
.status.error { border-color: #e69383; }
.retry { margin-top: 14px; padding: 10px 15px; border: 1px solid var(--paper); background: transparent; color: var(--paper); }

/* Pricing and shop */
.page-hero { padding: 145px 0 90px; background: var(--ink); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(330px,.88fr); gap: clamp(40px,7vw,100px); align-items: end; }
.page-hero h1 { margin: 0; font: 300 clamp(4.5rem,9vw,8.5rem)/.78 var(--serif); letter-spacing: -.055em; }
.page-hero h1 em { display: block; color: var(--paper); font-weight: 300; }
.page-hero .hero-intro { max-width: 620px; margin: 30px 0 0; color: rgba(241,236,223,.66); font-family: var(--serif); font-size: 1.35rem; font-style: italic; }
.quote-card { padding: clamp(26px,4vw,42px); border: 1px solid var(--line-light); background: var(--ink-soft); }
.quote-card h2 { margin: 0 0 7px; font: 400 2.35rem/1 var(--serif); }
.quote-card p { margin: 0 0 24px; color: rgba(241,236,223,.55); font-size: .82rem; }
.quote-card label, .order-form label { display: block; margin-bottom: 7px; color: var(--paper); font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.quote-card select, .order-form input, .order-form select, .order-form textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--line-light); border-radius: 0; outline: 0; background: transparent; color: var(--ivory); }
.quote-card select option, .order-form select option { background: var(--ink); }
.quote-result { display: none; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line-light); }
.quote-result.show { display: block; }
.quote-result strong { display: block; color: var(--paper-soft); font: 400 2rem/1 var(--serif); }
.quote-result span { color: rgba(241,236,223,.62); font-size: .8rem; }

.category-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 34px 0 46px; }
.category-button { padding: 11px 18px; border: 1px solid var(--line-dark); background: transparent; color: var(--ink); cursor: pointer; font-size: .62rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.category-button.active, .category-button:hover { background: var(--ink); color: var(--ivory); }
.pricing-panel { display: none; }
.pricing-panel.active { display: block; }
.panel-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }
.panel-heading h2 { margin: 0; font: 400 clamp(3rem,6vw,5.2rem)/.9 var(--serif); }
.panel-heading p { max-width: 430px; margin: 0; color: rgba(13,13,11,.62); }
.price-list { border-top: 1px solid var(--line-dark); }
.price-item { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line-dark); }
.price-item h3 { margin: 0; font: 400 clamp(1.45rem,2.6vw,2.15rem)/1 var(--serif); }
.price-item strong { color: var(--olive); font-size: .78rem; letter-spacing: .08em; }
.price-item button { padding: 9px 13px; border: 1px solid var(--line-dark); background: transparent; cursor: pointer; font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.price-item button:hover { background: var(--ink); color: var(--ivory); }
.notes-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 46px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.note { padding: 25px; background: var(--ivory); }
.note span { color: rgba(13,13,11,.42); font: 400 1rem/1 var(--serif); }
.note h3 { margin: 20px 0 8px; font: 400 1.5rem/1 var(--serif); }
.note p { margin: 0; color: rgba(13,13,11,.62); font-size: .8rem; }

.shop-hero { position: relative; min-height: 86svh; display: grid; align-items: end; overflow: hidden; }
.shop-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.shop-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(13,13,11,.94),rgba(13,13,11,.65) 48%,rgba(13,13,11,.18)), linear-gradient(0deg,rgba(13,13,11,.8),transparent 65%); }
.shop-hero-copy { position: relative; z-index: 2; padding: 150px 0 66px; }
.shop-hero h1 { max-width: 720px; margin: 0; font: 300 clamp(4.7rem,9vw,8.7rem)/.78 var(--serif); letter-spacing: -.055em; }
.shop-hero h1 em { display: block; color: var(--paper); font-weight: 300; }
.shop-hero p:not(.kicker) { max-width: 580px; margin: 28px 0 0; color: rgba(241,236,223,.7); font-family: var(--serif); font-size: 1.3rem; font-style: italic; }
.shop-filter { position: sticky; top: 0; z-index: 20; padding: 16px 0; background: rgba(241,236,223,.96); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(10px); }
.shop-filter .category-nav { margin: 0; }
.shop-section { padding: 66px 0 18px; }
.shop-section[hidden] { display: none; }
.shop-section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.shop-section-head h2 { margin: 0; font: 400 clamp(3rem,6vw,5rem)/.9 var(--serif); }
.shop-section-head span { color: rgba(13,13,11,.52); font-size: .6rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.product-card { background: #fff; border: 1px solid var(--line-dark); }
.product-card img { width: 100%; aspect-ratio: 1/1.08; object-fit: cover; }
.product-card-copy { padding: 18px; }
.product-card small { color: rgba(13,13,11,.48); font-size: .56rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-card h3 { margin: 7px 0 4px; font: 400 1.6rem/1 var(--serif); }
.product-card p { min-height: 39px; margin: 0 0 16px; color: rgba(13,13,11,.6); font-size: .76rem; }
.product-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line-dark); padding-top: 14px; }
.product-actions strong { color: var(--olive); font-size: .69rem; }
.product-actions a { font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.order-layout { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: clamp(40px,8vw,110px); align-items: start; }
.order-form { padding: clamp(25px,4vw,42px); background: var(--ink-soft); }
.order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.order-grid .full { grid-column: 1 / -1; }
.order-form textarea { min-height: 125px; resize: vertical; }
.form-success { display: none; margin-top: 16px; padding: 14px; border: 1px solid #70b991; color: #9ad2b4; }
.order-contact { display: grid; gap: 1px; margin-top: 34px; background: var(--line-light); border: 1px solid var(--line-light); }
.order-contact a { display: block; padding: 18px; background: var(--ink); color: rgba(241,236,223,.72); }
.order-contact strong { display: block; color: var(--paper); font: 400 1.4rem/1 var(--serif); }

@media (max-width: 900px) {
  .menu-button { display: grid; place-items: center; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 26px 24px; background: var(--ink); border-bottom: 1px solid var(--line-light); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .section-grid, .event-feature, .event-layout { grid-template-columns: 1fr; }
  .event-poster { position: static; max-width: 620px; }
  .ticket-widget-card { padding: 18px; }
  .work-card, .work-card.wide { grid-column: span 6; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-hero-grid, .order-layout { grid-template-columns: 1fr; }
  .notes-grid { grid-template-columns: repeat(2,1fr); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 600px) {
  .shell, .hero-copy { width: min(100% - 28px, 1180px); }
  .ticket-widget-frame,
  .ticket-widget-frame iframe { height: 430px; }
  .hero-copy { padding-bottom: 38px; }
  .hero-copy h1 { font-size: clamp(3.7rem, 18vw, 6.1rem); }
  .hero-editorial > img { object-position: 58% center; }
  .work-head { align-items: start; flex-direction: column; }
  .work-grid { gap: 10px; }
  .work-card, .work-card.wide { min-height: 330px; grid-column: 1 / -1; }
  .portrait-panel, .portrait-panel img { min-height: 480px; height: 480px; }
  .portrait-note { right: 0; bottom: 0; }
  .service-row { grid-template-columns: 38px 1fr auto; gap: 12px; }
  .event-meta { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .full, .price-box, .submit, .privacy { grid-column: auto; }
  .detail { grid-template-columns: 88px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { flex-direction: column; }
  .page-hero h1, .shop-hero h1 { font-size: clamp(4rem,20vw,6.5rem); }
  .price-item { grid-template-columns: 1fr auto; gap: 12px; }
  .price-item button { grid-column: 1 / -1; }
  .notes-grid, .product-grid, .order-grid { grid-template-columns: 1fr; }
  .order-grid .full { grid-column: auto; }
  .shop-section-head, .panel-heading { align-items: start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
