:root {
  --ink: #11110f;
  --paper: #f3efe7;
  --paper-2: #e9e2d6;
  --accent: #c59a5e;
  --line: rgba(17, 17, 15, .16);
  --white: #fffdf7;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
main { background: var(--paper); }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; width: 100%; top: 0; color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.nav-wrap { width: min(1380px, calc(100% - 48px)); height: 92px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; line-height: .9; letter-spacing: .18em; font-weight: 800; width: max-content; }
.brand small { display: block; font-size: 7px; letter-spacing: .34em; margin-top: 7px; opacity: .7; }
.brand-mark { width: 40px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.main-nav { display: flex; gap: 34px; font-size: 13px; }
.main-nav a { position: relative; }
.main-nav a::after { content: ''; position: absolute; height: 1px; width: 0; background: var(--accent); left: 0; bottom: -7px; transition: width .25s; }
.main-nav a:hover::after { width: 100%; }
.desktop-booking { justify-self: end; }
.menu-toggle { display: none; }

.btn { border: 1px solid var(--accent); background: var(--accent); color: var(--ink); min-height: 52px; padding: 0 25px; display: inline-flex; gap: 25px; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; letter-spacing: .04em; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.btn .arrow-icon { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.btn:hover { background: #d7ae73; transform: translateY(-2px); }
.btn-small { min-height: 42px; padding: 0 19px; }
.btn.light { background: var(--paper); border-color: var(--paper); }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 8px; }

.hero { min-height: 760px; height: 100vh; max-height: 980px; position: relative; color: white; background: #151411; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,8,.93) 0%, rgba(10,10,8,.67) 35%, rgba(10,10,8,.13) 70%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 35%); }
.hero-content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 78px; }
.eyebrow { text-transform: uppercase; font-size: 10px; letter-spacing: .34em; font-weight: 800; color: var(--accent); margin: 0 0 22px; }
.eyebrow::before { content: ''; display: inline-block; width: 28px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 13px; }
.eyebrow.dark { color: #8d6330; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; margin: 0; line-height: .95; }
h1 { font-size: clamp(64px, 8vw, 118px); }
h1 em, h2 em { color: var(--accent); font-weight: 400; }
.hero-copy { max-width: 510px; color: rgba(255,255,255,.72); line-height: 1.7; font-size: 16px; margin: 32px 0; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-meta { position: absolute; right: 3vw; bottom: 34px; display: flex; gap: 38px; font-size: 11px; color: rgba(255,255,255,.65); }
.hero-meta b { color: white; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 7px; }

.section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 68px; }
h2 { font-size: clamp(48px, 6vw, 78px); }
.section-heading > p { font-size: 14px; line-height: 1.8; color: #5d5a53; margin: 0 0 4px; max-width: 430px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { position: relative; min-height: 390px; padding: 45px 38px 38px; border-right: 1px solid var(--line); transition: background .25s, color .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: var(--ink); color: white; }
.service-number { position: absolute; right: 24px; top: 24px; font: italic 13px var(--serif); color: var(--accent); }
.service-icon { width: 54px; height: 54px; margin-bottom: 62px; }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: var(--accent); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font: 30px var(--serif); margin: 0 0 16px; }
.service-card p { font-size: 13px; line-height: 1.7; color: #77736b; max-width: 270px; }
.service-card:hover p { color: rgba(255,255,255,.55); }
.price { display: block; margin-top: 30px; color: var(--accent); font: italic 16px var(--serif); }

.about { background: var(--ink); color: white; overflow: hidden; }
.about-inner { min-height: 690px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.about-visual { height: 540px; position: relative; display: grid; place-items: center; background: radial-gradient(circle at 50%, #2a2925 0, #161614 65%); border: 1px solid rgba(255,255,255,.07); }
.cutout { font: 390px/.8 var(--serif); color: transparent; -webkit-text-stroke: 1px rgba(197,154,94,.5); transform: translateY(-15px); }
.about-visual::after { content: 'EST. 2012'; position: absolute; inset: 30px; border: 1px solid rgba(197,154,94,.2); display: flex; align-items: flex-end; justify-content: center; padding: 25px; font-size: 9px; letter-spacing: .4em; color: var(--accent); }
.experience { position: absolute; right: -36px; bottom: 45px; width: 150px; height: 150px; background: var(--accent); color: var(--ink); display: flex; align-items: center; justify-content: center; gap: 10px; z-index: 2; }
.experience strong { font: 49px var(--serif); }
.experience span { font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; }
.about-copy > p:not(.eyebrow) { line-height: 1.9; color: rgba(255,255,255,.58); max-width: 520px; margin: 30px 0 38px; font-size: 14px; }
.values { border-top: 1px solid rgba(255,255,255,.14); }
.values > div { display: flex; align-items: center; gap: 25px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.values strong { font: italic 13px var(--serif); color: var(--accent); }
.values span { display: flex; align-items: baseline; gap: 14px; }
.values b { font: 18px var(--serif); }
.values small { color: rgba(255,255,255,.42); font-size: 11px; }

.section-heading.compact { margin-bottom: 52px; }
.price-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; }
.price-list > div { display: flex; justify-content: space-between; align-items: center; min-height: 90px; border-top: 1px solid var(--line); padding: 15px 0; }
.price-list span { font: 20px var(--serif); }
.price-list small { font: 10px var(--sans); color: #77736b; display: block; margin-top: 7px; letter-spacing: .02em; }
.price-list b { font: italic 18px var(--serif); white-space: nowrap; margin-left: 20px; }

.testimonial { background: #d9cfbf; text-align: center; padding: 105px 0; }
.quote-wrap { max-width: 920px; }
.rating { color: #95692f; letter-spacing: .16em; font-size: 13px; }
.rating span { color: #5d5a53; font-size: 9px; text-transform: uppercase; margin-left: 15px; letter-spacing: .2em; }
blockquote { font: italic clamp(28px, 4vw, 48px)/1.35 var(--serif); margin: 36px auto 24px; }
.quote-wrap > p { font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: #69655e; }

.contact { padding-block: 90px; }
.contact-card { background: var(--accent); display: grid; grid-template-columns: 1.1fr .9fr; min-height: 440px; }
.contact-copy { padding: 70px; }
.contact-copy .eyebrow { color: var(--ink); opacity: .65; }
.contact-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.contact-copy h2 em { color: var(--paper); }
.contact-copy .btn { margin-top: 45px; }
.contact-details { background: #1a1916; color: white; padding: 62px; display: grid; align-content: center; gap: 30px; }
.contact-details > div { border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 22px; display: grid; grid-template-columns: 130px 1fr; font-size: 13px; line-height: 1.65; }
.contact-details > div:last-child { border: 0; }
.contact-details span { color: var(--accent); text-transform: uppercase; letter-spacing: .2em; font-size: 8px; padding-top: 5px; }
.contact-details a { display: block; }
.contact-details p { margin: 0; }

.site-footer { background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.1); padding: 38px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-inner p, .footer-inner > div { color: rgba(255,255,255,.44); font-size: 10px; }
.footer-inner > div { display: flex; gap: 25px; }
.footer-inner a:hover { color: var(--accent); }
.footer-disclaimer { margin: 30px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.44); font-size: 10px; line-height: 1.6; text-align: center; }
.footer-disclaimer a { color: var(--accent); }
.footer-disclaimer a:hover { color: white; }

.booking-dialog { width: min(560px, calc(100% - 32px)); border: 0; padding: 52px; overflow: visible; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.booking-dialog::backdrop { background: rgba(10,10,8,.82); backdrop-filter: blur(5px); }
.booking-dialog h2 { font-size: 45px; margin-bottom: 30px; }
.dialog-close { position: absolute; right: 18px; top: 14px; border: 0; background: none; font: 30px var(--serif); cursor: pointer; }
.booking-dialog form { display: grid; gap: 17px; }
.booking-dialog label { display: grid; gap: 7px; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.booking-dialog input, .booking-dialog select { width: 100%; min-height: 48px; border: 1px solid var(--line); background: rgba(255,255,255,.5); border-radius: 0; padding: 0 13px; color: var(--ink); font-size: 14px; text-transform: none; letter-spacing: 0; }
.custom-select { position: relative; display: block; text-transform: none; letter-spacing: 0; font-weight: 400; }
.custom-select-trigger { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid var(--line); background: rgba(255,255,255,.5); color: var(--ink); display: flex; align-items: center; justify-content: space-between; font-family: var(--sans); font-size: 14px; font-weight: 800; text-align: left; cursor: pointer; }
.custom-select-trigger svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.custom-select-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.custom-select-options { position: absolute; z-index: 12; top: calc(100% + 7px); left: 0; right: 0; padding: 7px; background: var(--white); border: 1px solid rgba(17,17,15,.18); box-shadow: 0 18px 50px rgba(17,17,15,.16); }
.custom-select-options[hidden] { display: none; }
.custom-select-options button { width: 100%; min-height: 42px; padding: 0 13px; border: 0; background: transparent; color: var(--ink); display: flex; align-items: center; font-size: 13px; text-align: left; cursor: pointer; }
.custom-select-options button:hover, .custom-select-options button[aria-selected="true"] { background: var(--ink); color: white; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.calendar-field { position: relative; display: block; }
.calendar-field #date-display { padding-right: 44px; cursor: pointer; }
.calendar-toggle { position: absolute; top: 0; right: 0; width: 44px; height: 48px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; color: var(--ink); }
.calendar-toggle svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.calendar-popover { position: absolute; z-index: 10; left: 0; top: auto; bottom: calc(100% + 9px); width: 322px; padding: 20px; background: var(--white); border: 1px solid rgba(17,17,15,.18); box-shadow: 0 18px 50px rgba(17,17,15,.18); text-transform: none; letter-spacing: 0; font-weight: 400; }
.calendar-popover[hidden] { display: none; }
.calendar-header, .calendar-actions { display: flex; align-items: center; justify-content: space-between; }
.calendar-title { font: 20px var(--serif); }
.calendar-nav { display: flex; gap: 5px; }
.calendar-nav button { width: 34px; height: 34px; border: 1px solid var(--line); background: transparent; color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.calendar-nav svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.calendar-nav button:hover:not(:disabled) { background: var(--ink); color: white; }
.calendar-nav button:disabled { opacity: .25; cursor: default; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.calendar-weekdays { margin: 19px 0 8px; color: #8b867e; font-size: 10px; text-align: center; }
.calendar-days button { aspect-ratio: 1; border: 0; background: transparent; color: var(--ink); font: 13px var(--sans); cursor: pointer; }
.calendar-days button:hover:not(:disabled) { background: var(--paper-2); }
.calendar-days button.other-month { color: #aaa59c; }
.calendar-days button:disabled { color: #cbc6bd; cursor: default; }
.calendar-days button.today { box-shadow: inset 0 0 0 1px var(--accent); }
.calendar-days button.selected { background: var(--ink); color: white; box-shadow: none; }
.calendar-actions { border-top: 1px solid var(--line); margin-top: 12px; padding-top: 14px; }
.calendar-actions button { border: 0; background: transparent; color: #8d6330; padding: 4px 0; font-size: 11px; cursor: pointer; }
.calendar-actions button:hover { color: var(--ink); }
.submit-booking { width: 100%; margin-top: 7px; }
.form-note { text-align: center; color: #77736b; font-size: 10px; margin: 0; }
.success-dialog { width: min(620px, calc(100% - 32px)); border: 0; padding: 58px 42px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.success-dialog::backdrop { background: rgba(10,10,8,.82); backdrop-filter: blur(5px); }
.success-message { text-align: center; padding: 20px 0 5px; }
.success-message > span { display: grid; place-items: center; width: 70px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); font-size: 30px; margin: 0 auto 24px; }
.success-message h3 { font: 35px var(--serif); margin: 0 0 12px; }
.success-message p { color: #67635c; margin-bottom: 28px; }
.success-message .demo-notice { max-width: 460px; margin: 0 auto 28px; line-height: 1.65; }

@media (min-width: 901px) and (max-width: 1100px) and (orientation: portrait) {
  .hero { height: 100dvh; min-height: 100svh; max-height: none; }
}

@media (max-width: 900px) {
  .nav-wrap { grid-template-columns: 1fr auto; height: 76px; }
  .desktop-booking { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; color: white; border: 0; background: transparent; z-index: 3; }
  .menu-toggle span { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { display: none; position: fixed; inset: 0; background: #11110f; flex-direction: column; justify-content: center; align-items: center; font: 34px var(--serif); }
  .main-nav.open { display: flex; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,10,8,.93), rgba(10,10,8,.35)), linear-gradient(0deg, rgba(0,0,0,.7), transparent 55%); }
  .hero-meta { left: 24px; right: 24px; justify-content: space-between; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: 330px; }
  .about-inner { grid-template-columns: 1fr; padding-block: 80px; gap: 80px; }
  .about-visual { width: calc(100% - 28px); }
  .price-list { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container, .nav-wrap { width: min(100% - 32px, 1180px); }
  .hero { height: 820px; max-height: none; }
  .hero-content { justify-content: flex-end; padding-bottom: 175px; }
  .hero-copy { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; bottom: 25px; gap: 18px; }
  .hero-meta span:last-child { grid-column: 1 / -1; }
  .section { padding-block: 80px; }
  .section-heading { margin-bottom: 45px; }
  .service-card { padding-inline: 28px; }
  .about-visual { height: 410px; }
  .cutout { font-size: 280px; }
  .experience { right: -16px; width: 125px; height: 125px; }
  .about-copy h2 { font-size: 54px; }
  .values span { display: grid; gap: 5px; }
  .contact { width: 100%; padding: 0; }
  .contact-copy, .contact-details { padding: 48px 28px; }
  .contact-details > div { grid-template-columns: 100px 1fr; }
  .footer-inner { flex-direction: column; gap: 28px; text-align: center; }
  .booking-dialog { padding: 42px 23px 28px; }
  .calendar-popover { position: fixed; left: 50%; top: 50%; bottom: auto; width: min(322px, calc(100vw - 32px)); transform: translate(-50%, -50%); }
}

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