:root {
  --paper: #f5f0e9;
  --paper-2: #ebe2d7;
  --soft: #dfd1c3;
  --ink: #282522;
  --muted: #6f675f;
  --line: rgba(40,37,34,.18);
  --cream: #fffaf3;
  --charcoal: #23211f;
  --accent: #94765f;
  --header-h: 78px;
  --shadow: 0 18px 60px rgba(44, 37, 31, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
picture { display: contents; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #b17d55; outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, 100%); }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; background: #fff; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 80; min-height: var(--header-h); background: rgba(245,240,233,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: var(--header-h); display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 13px; letter-spacing: .08em; }
.brand-text { font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 2vw, 24px); letter-spacing: -.02em; }
.desktop-nav { display: flex; align-items: center; gap: 20px; }
.nav-link { position: relative; text-decoration: none; font-size: 13px; letter-spacing: .04em; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.nav-link:hover::after, .nav-link.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { font-size: 12px; text-decoration: none; white-space: nowrap; }
.menu-toggle { display: none; width: 43px; height: 43px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { border-top: 1px solid var(--line); background: var(--paper); }
.mobile-nav { display: grid; padding-top: 18px; padding-bottom: 26px; }
.mobile-nav .nav-link { padding: 10px 0; font-family: Georgia, serif; font-size: 24px; }
.mobile-nav .button { margin-top: 16px; justify-self: start; }
.mobile-phone { margin-top: 14px; font-size: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid var(--ink); background: var(--ink); color: var(--cream); text-decoration: none; letter-spacing: .03em; font-size: 13px; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-1px); background: #111; }
.button-small { min-height: 39px; padding: 8px 14px; font-size: 12px; }
.button-light { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.button-light:hover { background: #fff; }
.button-outline { background: transparent; color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link-light { color: var(--cream); }
.eyebrow { margin: 0 0 14px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: rgba(255,250,243,.86); }
h1,h2,h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.08; margin: 0 0 .55em; }
h1 { font-size: clamp(48px, 8vw, 104px); }
h2 { font-size: clamp(34px, 5vw, 62px); }
h3 { font-size: clamp(23px, 3vw, 31px); }
p { margin: 0 0 1.1em; }
.section { padding: clamp(72px, 10vw, 132px) 0; }
.section-tint { background: var(--paper-2); }
.section-dark { background: var(--charcoal); color: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2 { max-width: 720px; }
.section-note, .disclosure { color: var(--muted); max-width: 720px; font-size: 14px; }
.hero { position: relative; min-height: calc(100svh - var(--header-h)); display: flex; align-items: end; overflow: hidden; background: #2b2b28; }
.hero-media-wrap, .hero-overlay { position: absolute; inset: 0; }
.hero-media-wrap picture, .hero-media-wrap img { width: 100%; height: 100%; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.hero-overlay { background: linear-gradient(90deg, rgba(18,17,15,.74) 0%, rgba(18,17,15,.40) 48%, rgba(18,17,15,.10) 78%), linear-gradient(0deg, rgba(18,17,15,.32), transparent 58%); }
.hero-content { position: relative; z-index: 2; color: var(--cream); padding-top: 130px; padding-bottom: clamp(72px, 9vw, 120px); }
.hero-content h1 { max-width: 900px; font-size: clamp(58px, 9vw, 124px); }
.hero-lead { max-width: 690px; font-size: clamp(18px, 2.3vw, 27px); line-height: 1.45; }
.intro-section .split-layout { display: grid; grid-template-columns: .7fr 2fr; gap: clamp(40px, 8vw, 130px); }
.section-label { display: flex; gap: 15px; align-items: flex-start; }
.rule { width: 55px; height: 1px; background: var(--ink); margin-top: 9px; }
.large-copy { max-width: 800px; }
.large-copy > p:first-of-type { font-family: Georgia, serif; font-size: clamp(27px, 4vw, 47px); line-height: 1.25; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { background: var(--cream); min-width: 0; }
.service-card picture { display: block; aspect-ratio: 4/5; overflow: hidden; }
.service-image { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-card:hover .service-image { transform: scale(1.025); }
.card-copy { padding: 25px; }
.card-copy p { color: var(--muted); }
.card-copy a { font-size: 13px; text-decoration: none; border-bottom: 1px solid currentColor; }
.visual-section { overflow: hidden; }
.editorial-gallery { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 330px 330px; gap: 18px; }
.editorial-gallery > div { overflow: hidden; }
.gallery-tall { grid-row: 1 / 3; }
.gallery-wide, .gallery-small { min-height: 0; }
.editorial-image { width: 100%; height: 100%; object-fit: cover; }
.gallery-tall .editorial-image { object-position: center 35%; }
.center-action { margin-top: 35px; text-align: center; }
.info-banner, .session-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.info-banner p, .session-panel p { color: rgba(255,250,243,.74); }
.info-banner.light { color: var(--ink); }
.info-banner.light p { color: var(--muted); }
.cta-band { padding: 68px 0; background: #a88970; color: #fffaf3; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-inner h2 { max-width: 700px; margin-bottom: .25em; }
.cta-inner p { max-width: 700px; }
.page-hero { padding: clamp(80px, 10vw, 140px) 0; border-bottom: 1px solid var(--line); }
.compact-hero { padding-bottom: clamp(70px, 9vw, 115px); }
.page-hero h1 { font-size: clamp(50px, 7.3vw, 96px); }
.page-lead { max-width: 720px; font-size: clamp(18px, 2.3vw, 26px); color: var(--muted); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.hero-card { aspect-ratio: 4 / 5; overflow: hidden; box-shadow: var(--shadow); }
.hero-card picture, .hero-card img { width: 100%; height: 100%; }
.hero-card-image { object-fit: cover; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 120px); align-items: center; }
.about-art { min-height: 510px; background: linear-gradient(145deg,#d8c6b5,#a78b74); color: var(--cream); position: relative; padding: 35px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.about-art::before, .about-art::after { content: ""; position: absolute; border: 1px solid rgba(255,250,243,.35); border-radius: 50%; }
.about-art::before { width: 390px; height: 390px; }
.about-art::after { width: 270px; height: 270px; }
.art-monogram { position: relative; z-index: 1; font-family: Georgia,serif; font-size: 110px; letter-spacing: -.08em; }
.art-line { position: absolute; left: 35px; right: 35px; bottom: 70px; height: 1px; background: rgba(255,250,243,.45); }
.art-caption { position: absolute; bottom: 34px; left: 35px; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.content-stack { max-width: 660px; }
.content-stack p { font-size: 18px; color: var(--muted); }
.three-col-text { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; }
.three-col-text p:last-child { color: var(--muted); }
.quote-panel { max-width: 920px; padding: clamp(38px, 6vw, 76px); border: 1px solid var(--line); }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.service-row > div:first-child { display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: start; }
.service-row span { font-size: 11px; padding-top: 9px; }
.service-row h2 { font-size: clamp(29px, 4vw, 48px); }
.service-row p { color: var(--muted); }
.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-card { padding: clamp(32px, 5vw, 58px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-card h2 { font-size: clamp(28px, 4vw, 44px); }
.detail-card p:last-child { color: var(--muted); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.filter-button { border: 1px solid var(--line); background: transparent; color: var(--ink); min-height: 41px; padding: 8px 14px; cursor: pointer; }
.filter-button.is-active, .filter-button:hover { background: var(--ink); color: var(--cream); }
.portfolio-grid { columns: 3 280px; column-gap: 16px; }
.gallery-item { display: block; width: 100%; padding: 0; border: 0; background: transparent; position: relative; margin: 0 0 16px; break-inside: avoid; cursor: zoom-in; overflow: hidden; text-align: left; }
.gallery-item[hidden] { display: none !important; }
.gallery-image { width: 100%; height: auto; transition: transform .55s ease; }
.gallery-item:hover .gallery-image { transform: scale(1.015); }
.gallery-label { position: absolute; left: 12px; bottom: 12px; background: rgba(245,240,233,.92); padding: 7px 10px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.lightbox { width: min(96vw, 1250px); height: min(92vh, 900px); padding: 0; border: 0; background: #141311; color: #fff; }
.lightbox::backdrop { background: rgba(15,14,12,.88); }
.lightbox-stage { width: 100%; height: 100%; display: grid; place-items: center; padding: 38px; }
.lightbox-stage img { max-width: 100%; max-height: calc(92vh - 76px); object-fit: contain; }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 2; border: 0; background: rgba(255,255,255,.1); color: #fff; cursor: pointer; }
.lightbox-close { top: 12px; right: 12px; width: 42px; height: 42px; font-size: 30px; line-height: 1; }
.lightbox-nav { top: 50%; width: 44px; height: 64px; transform: translateY(-50%); font-size: 38px; }
.lightbox-prev { left: 10px; }.lightbox-next { right: 10px; }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.contact-details { position: sticky; top: calc(var(--header-h) + 35px); }
.contact-block { padding: 22px 0; border-top: 1px solid var(--line); }
.contact-block h3 { font-family: inherit; font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.contact-block address { font-style: normal; }
.form-panel { background: var(--cream); padding: clamp(28px, 5vw, 58px); }
.contact-form { display: grid; gap: 20px; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field label { font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid #bdb2a7; background: #fffdfa; color: var(--ink); min-height: 48px; padding: 11px 12px; border-radius: 0; }
.form-field textarea { resize: vertical; min-height: 150px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-help, .form-status { font-size: 12px; color: var(--muted); margin: 0; }
.form-status.is-error { color: #8a3125; }
.form-status.is-ready { color: #436147; }
.contact-form .button[disabled] { opacity: .55; cursor: not-allowed; transform: none; }
.legal-content { max-width: 850px; }
.legal-content h2 { margin-top: 1.7em; font-size: clamp(27px, 4vw, 39px); }
.legal-content p, .legal-content li { color: #514b45; }
.legal-date { color: var(--muted); font-size: 13px; }
.not-found { min-height: 70vh; display: flex; align-items: center; padding: 100px 0; }
.not-found p { font-size: 18px; color: var(--muted); max-width: 670px; }
.site-footer { background: #1f1d1b; color: #f4eee7; padding: 72px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .8fr 1.3fr; gap: 45px; }
.footer-grid a { color: #f4eee7; opacity: .88; }
.footer-brand { font-family: Georgia,serif; font-size: 26px; margin-bottom: 2px; }
.footer-person, .footer-heading { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid address { font-style: normal; color: rgba(244,238,231,.72); }
.stock-note { margin-top: 24px; font-size: 11px; color: rgba(244,238,231,.62); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.15); padding-top: 22px; margin-top: 55px; font-size: 11px; color: rgba(244,238,231,.65); }
.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1050px) {
  .desktop-nav, .phone-link { display: none; }
  .menu-toggle { display: block; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .three-col-text { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  :root { --header-h: 68px; }
  .container { width: min(100% - 28px, 1180px); }
  .brand-text { font-size: 18px; }
  .header-actions .button-small { display: none; }
  .hero { min-height: calc(88svh - var(--header-h)); }
  .hero-content { padding-top: 100px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(17,16,14,.78), rgba(17,16,14,.10) 76%); }
  .hero-content h1 { font-size: clamp(54px, 16vw, 90px); }
  .intro-section .split-layout, .hero-grid, .about-grid, .contact-grid, .info-banner, .session-panel { grid-template-columns: 1fr; }
  .section-label { margin-bottom: -14px; }
  .hero-grid { gap: 45px; }
  .hero-card { max-height: 690px; }
  .about-art { min-height: 420px; }
  .editorial-gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-tall { grid-row: auto; aspect-ratio: 4/5; }
  .gallery-wide, .gallery-small { aspect-ratio: 4/3; }
  .service-row { grid-template-columns: 1fr; gap: 15px; }
  .detail-grid { grid-template-columns: 1fr; }
  .portfolio-grid { columns: 2 230px; }
  .contact-details { position: static; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  body { padding-bottom: 58px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card picture { aspect-ratio: 5/6; }
  .page-hero { padding-top: 70px; }
  .page-hero h1 { font-size: clamp(48px, 15vw, 74px); }
  .form-two { grid-template-columns: 1fr; }
  .portfolio-grid { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .mobile-cta { position: fixed; display: grid; grid-template-columns: 1fr 1fr; z-index: 79; left: 0; right: 0; bottom: 0; height: 58px; background: var(--charcoal); border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-cta a { display: grid; place-items: center; color: var(--cream); text-decoration: none; font-size: 13px; letter-spacing: .05em; }
  .mobile-cta a + a { border-left: 1px solid rgba(255,255,255,.18); }
  .lightbox-stage { padding: 48px 8px; }
  .lightbox-nav { top: auto; bottom: 12px; transform: none; height: 42px; }
  .lightbox-prev { left: calc(50% - 54px); }.lightbox-next { right: calc(50% - 54px); }
}
