@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=DM+Sans:wght@400;500;600;700&display=swap");

:root {
  --radius: 0.2rem;
  --background: #f4f0e9;
  --foreground: #181716;
  --card: #fffdfa;
  --card-foreground: #181716;
  --popover: #fffdfa;
  --popover-foreground: #181716;
  --primary: #181716;
  --primary-foreground: #f4f0e9;
  --muted: #e9e2d8;
  --muted-foreground: #716b63;
  --accent: #c89b54;
  --accent-foreground: #181716;
  --border: #d8d0c4;
  --input: #d8d0c4;
  --ring: #c89b54;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid #c89b54; outline-offset: 4px; }

.site-shell { background: #f4f0e9; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.topline { min-height: 32px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8d857b; background: #181716; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.topline a { color: #d9b779; display: inline-flex; align-items: center; gap: 4px; text-decoration: none; }
.topline-center { opacity: .72; }
.nav-wrap { position: sticky; top: 0; z-index: 100; background: #f4f0e9; border-bottom: 1px solid rgba(24,23,22,.12); transition: background .3s ease, box-shadow .3s ease; }
.nav-wrap.scrolled { background: rgba(244,240,233,.97); backdrop-filter: blur(10px); box-shadow: 0 2px 16px rgba(24,23,22,.06); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: flex; align-items: center; gap: 10px; color: inherit; border: 0; background: transparent; padding: 0; text-align: left; text-decoration: none; }
.wordmark-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: "Cormorant Garamond", serif; font-size: 13px; letter-spacing: -.07em; }
.wordmark-text { font-family: "DM Sans", sans-serif; font-size: 11px; font-weight: 700; line-height: .9; letter-spacing: .18em; }
.wordmark-text em { font-family: "Cormorant Garamond", serif; font-size: 15px; font-style: italic; font-weight: 500; letter-spacing: .1em; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links button { color: #625d55; border: 0; background: transparent; font-size: 12px; letter-spacing: .07em; transition: color .2s ease; }
.nav-links button:hover { color: #181716; }
.nav-links .nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 17px; color: #f4f0e9; background: #181716; }
.nav-links .nav-cta:hover { color: #d9b779; }
.menu-toggle { display: none; border: 0; background: transparent; color: #181716; }

.hero { position: relative; min-height: 520px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; padding-top: 40px; padding-bottom: 60px; }
.hero-copy { position: relative; z-index: 1; padding-bottom: 6px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #9b713b; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-line { width: 28px; height: 1px; display: inline-block; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; letter-spacing: -.045em; }
h1 { margin-bottom: 18px; color: #181716; font-size: clamp(48px, 6vw, 88px); line-height: .85; }
h1 span, h2 em, blockquote em { color: #9b713b; font-style: italic; }
.hero-intro { max-width: 360px; margin-bottom: 26px; color: #716b63; font-size: 14px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; padding: 13px 18px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; text-decoration: none; }
.button:active, .piece-arrow:active { transform: scale(.97); }
.button-dark { background: #181716; color: #f4f0e9; }
.button-dark:hover { background: #9b713b; }
.button-light { background: #f4f0e9; color: #181716; }
.button-light:hover { background: #d9b779; }
.button-gold { width: 100%; background: #c89b54; color: #181716; }
.button-gold:hover { background: #e0bc7e; }
.text-button, .underlined-link { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; color: #625d55; padding: 0; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.text-button:hover, .underlined-link:hover { color: #9b713b; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 32px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 25px; height: 25px; display: grid; place-items: center; margin-right: -7px; border: 2px solid #f4f0e9; border-radius: 50%; color: #f4f0e9; background: #8c6a45; font-size: 9px; }
.avatar-stack span:nth-child(2) { background: #59616a; }
.avatar-stack span:nth-child(3) { background: #222; }
.avatar-stack span:nth-child(4) { background: #c89b54; color: #181716; }
.stars { display: flex; gap: 2px; color: #b38242; }
.hero-proof p { margin: 4px 0 0; color: #8d857b; font-size: 10px; letter-spacing: .04em; }
.hero-visual { position: relative; width: min(100%, 420px); justify-self: end; }
.hero-image-frame { position: relative; width: 80%; margin-left: auto; overflow: hidden; aspect-ratio: 3/4; background: #201d19; }
.hero-image-frame::after { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.04), transparent 50%); content: ""; pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 25%; transition: transform .6s cubic-bezier(.23,1,.32,1); }
.hero-visual:hover .hero-image-frame img { transform: scale(1.035); }
.hero-note { position: absolute; left: 0; bottom: 28px; display: grid; grid-template-columns: 24px 1fr 14px; align-items: center; gap: 8px; width: 170px; padding: 12px 13px; border: 1px solid rgba(24,23,22,.2); background: rgba(244,240,233,.94); color: #3a342d; font-size: 9px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.note-number { align-self: start; color: #9b713b; font-size: 10px; }
.hero-stamp { position: absolute; right: -20px; top: 26px; width: 78px; height: 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid #c89b54; border-radius: 50%; color: #9b713b; font-size: 6px; letter-spacing: .15em; line-height: 1.3; text-align: center; transform: rotate(13deg); }
.hero-stamp strong { font-size: 15px; font-weight: 400; }
.hero-scroll { position: absolute; bottom: 28px; left: 0; display: flex; align-items: center; gap: 12px; color: #9d968d; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; transform: rotate(-90deg) translateX(-100%); transform-origin: left top; }
.scroll-line { width: 42px; height: 1px; background: #b6aea3; }
.marquee { overflow: hidden; border-top: 1px solid rgba(24,23,22,.12); border-bottom: 1px solid rgba(24,23,22,.12); background: #e9e2d8; }
.marquee-track { display: flex; align-items: center; gap: 36px; min-width: max-content; padding: 13px 0; color: #6c645b; font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.marquee-track i { color: #b38242; font-style: normal; font-size: 13px; }
.section { padding-top: 80px; padding-bottom: 80px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 62px); line-height: .85; }
.section-heading-side { max-width: 290px; margin: 0 0 2px; color: #716b63; font-size: 14px; line-height: 1.65; }
.section-heading-side p { margin-bottom: 24px; }
.underlined-link { padding-bottom: 7px; border-bottom: 1px solid #a39789; }
.piece-grid { display: grid; grid-template-columns: 1fr 1.06fr 1fr; gap: 21px; }
.piece-card:nth-child(2) { transform: translateY(38px); }
.piece-image { position: relative; overflow: hidden; aspect-ratio: 1/1; background: #24211e; }
.piece-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s cubic-bezier(.23,1,.32,1); }
.piece-card:first-child .piece-image img { object-position: center 30%; }
.piece-card:nth-child(2) .piece-image img { object-position: center 20%; }
.piece-card:nth-child(3) .piece-image img { object-position: center 40%; }
.piece-card:hover .piece-image img { transform: scale(1.04); }
.piece-tag { position: absolute; top: 14px; left: 14px; padding: 7px 9px; color: #f4f0e9; background: rgba(24,23,22,.73); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.piece-arrow { position: absolute; right: 12px; bottom: 12px; width: 36px; height: 36px; display: grid; place-items: center; border: 0; color: #181716; background: #d9b779; transition: transform .2s ease, background .2s ease; text-decoration: none; }
.piece-arrow:hover { transform: rotate(45deg); background: #f4f0e9; }
.piece-meta { display: flex; justify-content: space-between; gap: 12px; padding-top: 18px; }
.piece-meta h3 { margin: 0 0 4px; font-family: "Cormorant Garamond", serif; font-size: 20px; font-weight: 600; }
.piece-meta p, .piece-meta strong { margin: 0; color: #8d857b; font-size: 10px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.piece-meta strong { padding-top: 5px; color: #9b713b; text-align: right; }
.section-dark { color: #f4f0e9; background: #181716; }
.manifesto { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 400px; }
.manifesto-image { position: relative; min-height: 350px; overflow: hidden; }
.manifesto-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.image-caption { position: absolute; left: 30px; bottom: 27px; color: #f4f0e9; font-size: 12px; line-height: 1.55; letter-spacing: .08em; text-transform: uppercase; }
.image-caption span { color: #d9b779; font-size: 9px; }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; max-width: 570px; padding: 45px 9% 45px 12%; }
.eyebrow-light { color: #d9b779; }
.manifesto-copy h2 { margin-bottom: 24px; color: #f4f0e9; font-size: clamp(42px, 4.5vw, 62px); line-height: .85; }
.manifesto-copy > p:not(.eyebrow) { max-width: 420px; color: #b9b0a6; font-size: 14px; line-height: 1.8; }
.manifesto-copy .button { align-self: flex-start; margin-top: 20px; }
.process { padding-bottom: 96px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 200px; padding: 22px 22px 26px; border-top: 1px solid #b9afa1; }
.step-top { display: flex; justify-content: space-between; color: #9b713b; }
.step-top span { font-family: "Cormorant Garamond", serif; font-size: 20px; }
.step-top svg { color: #9b713b; }
.step-card h3 { margin: 36px 0 10px; font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 500; }
.step-card p { max-width: 290px; margin: 0; color: #716b63; font-size: 13px; line-height: 1.65; }
.step-rule { position: absolute; right: 24px; bottom: 29px; left: 24px; height: 1px; background: #d8d0c4; }
.quote-section { padding-top: 60px; padding-bottom: 155px; text-align: center; }
.quote-mark { margin-bottom: -10px; color: #c89b54; font-family: "Cormorant Garamond", serif; font-size: 91px; line-height: .7; }
blockquote { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(42px, 5.5vw, 71px); line-height: .88; letter-spacing: -.04em; }
.quote-byline { display: flex; align-items: center; justify-content: center; gap: 11px; margin-top: 32px; color: #8d857b; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.byline-line { width: 25px; height: 1px; background: #b38242; }
.booking { padding-top: 0; }
.booking-card { display: grid; grid-template-columns: .93fr 1.07fr; color: #f4f0e9; background: #292521; }
.booking-info { padding: 50px 12% 48px; background: #292521; }
.booking-info h2 { margin-bottom: 20px; color: #f4f0e9; font-size: clamp(40px, 4.5vw, 58px); line-height: .85; }
.booking-info > p:not(.eyebrow) { max-width: 345px; color: #b9b0a6; font-size: 14px; line-height: 1.75; }
.contact-list { display: flex; flex-direction: column; gap: 13px; margin-top: 43px; color: #d9b779; font-size: 11px; letter-spacing: .07em; }
.contact-list span { display: flex; align-items: center; gap: 10px; }
.contact-list svg { color: #9b713b; }
.booking-form-wrap { padding: 50px 12%; background: #f4f0e9; color: #181716; }
.booking-form-wrap form { display: flex; flex-direction: column; gap: 21px; }
.booking-form-wrap label { display: flex; flex-direction: column; gap: 8px; color: #8d857b; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.booking-form-wrap input, .booking-form-wrap select { width: 100%; border: 0; border-bottom: 1px solid #bdb3a6; border-radius: 0; outline: none; padding: 5px 0 10px; color: #181716; background: transparent; font-size: 14px; letter-spacing: 0; }
.booking-form-wrap input::placeholder { color: #b4aca2; }
.booking-form-wrap input:focus, .booking-form-wrap select:focus { border-color: #9b713b; box-shadow: none; }
.booking-form-wrap small { color: #9d968d; font-size: 9px; line-height: 1.5; }
.success-state { display: flex; flex-direction: column; justify-content: center; min-height: 350px; }
.success-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 33px; border-radius: 50%; color: #f4f0e9; background: #9b713b; }
.success-state h3 { margin-bottom: 16px; font-family: "Cormorant Garamond", serif; font-size: 44px; font-weight: 500; line-height: .86; }
.success-state > p:not(.eyebrow) { max-width: 340px; color: #716b63; font-size: 14px; line-height: 1.7; }
.success-state .text-button { margin-top: 17px; }
.footer { padding-top: 60px; color: #d8d0c4; background: #181716; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr .7fr; gap: 36px; padding-bottom: 60px; }
.wordmark-footer { color: #f4f0e9; }
.footer-baseline { margin-top: 18px; color: #8e867d; font-family: "Cormorant Garamond", serif; font-size: 18px; font-style: italic; line-height: .95; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; color: #9f978d; font-size: 12px; line-height: 1.55; }
.footer-col button, .footer-col a { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; color: inherit; background: transparent; text-decoration: none; }
.footer-col button:hover, .footer-col a:hover { color: #d9b779; }
.footer-label { margin: 0 0 7px; color: #d9b779; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.footer-col p:not(.footer-label) { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; padding-bottom: 20px; border-top: 1px solid rgba(244,240,233,.14); color: #736d66; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom a { color: #9f978d; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }
.footer-bottom a:hover { color: #d9b779; }

.pricing-note { margin: 34px 0 0; color: #8d857b; font-size: 10px; font-style: italic; }
.process-cta { margin-top: 42px; text-align: center; }
.gallery-section { padding: 80px 0 90px; background: #181716; }
.gallery-heading { margin-bottom: 35px; }
.gallery-heading h2 { color: #f4f0e9; }
.gallery-heading .section-heading-side { color: #b9b0a6; }
.underlined-link-light { color: #d9b779; border-color: rgba(217,183,121,.5); }
.gallery-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.gallery-tabs button { border: 1px solid rgba(244,240,233,.22); padding: 9px 14px; color: #b9b0a6; background: transparent; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; transition: all .2s ease; }
.gallery-tabs button:hover, .gallery-tabs button.active { border-color: #c89b54; color: #181716; background: #c89b54; }
.real-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.real-card { position: relative; min-height: 180px; overflow: hidden; padding: 0; border: 0; background: #292521; text-align: left; cursor: pointer; }
.real-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s cubic-bezier(.23,1,.32,1), filter .35s ease; }
.real-card:nth-child(2n) img { object-position: center 35%; }
.real-card:hover img { transform: scale(1.06); }
.real-card > span { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: end; justify-content: space-between; gap: 8px; padding: 38px 14px 13px; color: #f4f0e9; background: linear-gradient(transparent, rgba(0,0,0,.65)); opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.real-card:hover > span { opacity: 1; transform: translateY(0); }
.real-card small, .real-card strong { display: block; }
.real-card small { margin-bottom: 4px; color: #d9b779; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.real-card strong { font-family: "Cormorant Garamond", serif; font-size: 21px; font-weight: 500; }
.real-card svg { flex: 0 0 auto; color: #d9b779; }
.reviews-section { padding-bottom: 80px; }
.review-score { display: flex; align-items: center; gap: 10px; margin-bottom: 19px; color: #9b713b; font-size: 12px; }
.review-score .stars { letter-spacing: .1em; }
.review-score strong { color: #181716; font-size: 14px; }
.review-score > span:last-child { color: #8d857b; font-size: 10px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card-new { min-height: 180px; padding: 22px; border: 1px solid #d8d0c4; background: #fbf8f2; }
.review-card-new .stars { margin-bottom: 24px; color: #b38242; font-size: 13px; letter-spacing: .12em; }
.review-card-new > p { min-height: 55px; margin-bottom: 20px; color: #514b45; font-family: "Cormorant Garamond", serif; font-size: 18px; line-height: 1.15; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-author > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #f4f0e9; background: #6e5135; font-size: 10px; }
.review-author strong, .review-author small { display: block; }
.review-author strong { color: #3e3933; font-size: 11px; }
.review-author small { margin-top: 2px; color: #9d968d; font-size: 9px; }
.contact-list a { display: flex; align-items: center; gap: 10px; color: #d9b779; text-decoration: none; }
.contact-list a:hover, .social-row a:hover { color: #f4f0e9; }
.social-row { display: flex; gap: 20px; margin-top: 30px; }
.social-row a { display: inline-flex; align-items: center; gap: 7px; color: #b9b0a6; font-size: 10px; text-decoration: none; }
.tiktok-mark { font-size: 17px; line-height: 1; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #f4f0e9; }
.footer-brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }

.booking-form-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 6px; color: #3d3731; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.booking-form-title small { display: inline-flex; align-items: center; gap: 5px; color: #9d968d; font-size: 9px; font-weight: 400; letter-spacing: .04em; text-transform: none; }
.calendar-title { margin-top: 2px; padding-top: 11px; border-top: 1px solid #d8d0c4; }
.date-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; margin-bottom: 9px; }
.date-grid button, .slot-grid button { min-height: 40px; border: 1px solid #d8d0c4; color: #716b63; background: transparent; font-size: 9px; line-height: 1.2; text-transform: capitalize; transition: all .18s ease; }
.date-grid button:hover, .slot-grid button:hover, .date-grid button.selected, .slot-grid button.selected { border-color: #c89b54; color: #181716; background: #d9b779; }
.slot-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; margin-bottom: 3px; }
.slot-grid button { min-height: 32px; font-size: 10px; }
.booking-form-wrap form { gap: 16px; }
.form-error { margin: -4px 0 0; color: #9c4f40; font-size: 11px; line-height: 1.4; }
.button-gold:disabled { cursor: wait; opacity: .65; }
.lightbox { position: fixed; z-index: 50; inset: 0; display: flex; align-items: center; justify-content: center; padding: 30px 60px; background: rgba(10,9,8,.92); animation: lightbox-in .2s ease-out; }
@keyframes lightbox-in { from { opacity: 0; } to { opacity: 1; } }
.lightbox-content { position: relative; width: min(640px, 80vw); height: min(78vh, 680px); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lightbox-content img { width: 100%; height: calc(100% - 72px); display: block; object-fit: contain; }
.lightbox-caption { display: flex; align-items: center; gap: 13px; width: 100%; padding-top: 14px; color: #f4f0e9; }
.lightbox-caption span { color: #d9b779; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.lightbox-caption strong { font-family: "Cormorant Garamond", serif; font-size: 20px; font-weight: 500; }
.lightbox-caption small { margin-left: auto; color: #9d968d; font-size: 10px; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(244,240,233,.3); color: #f4f0e9; background: rgba(24,23,22,.55); transition: all .18s ease; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { border-color: #d9b779; color: #181716; background: #d9b779; }
.lightbox-close { top: 20px; right: 22px; width: 36px; height: 36px; }
.lightbox-prev, .lightbox-next { top: 50%; width: 40px; height: 40px; transform: translateY(-50%); }
.lightbox-prev { left: 28px; }
.lightbox-next { right: 28px; }

.info-page { min-height: 100vh; background: #f4f0e9; }
.info-nav-button { text-decoration: none; }
.info-hero { padding: 110px 0 100px; color: #f4f0e9; background: #181716; }
.info-hero h1 { max-width: 760px; margin: 0 0 24px; color: #f4f0e9; font-size: clamp(66px, 10vw, 130px); line-height: .78; }
.info-hero p:last-child { max-width: 420px; margin: 0; color: #b9b0a6; font-size: 14px; line-height: 1.7; }
.info-content { display: grid; grid-template-columns: 190px 1fr; gap: 80px; padding-top: 110px; padding-bottom: 130px; }
.info-aside { color: #9b713b; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.info-aside span { font-family: "Cormorant Garamond", serif; font-size: 24px; letter-spacing: 0; }
.info-aside p { margin-top: 18px; color: #9d968d; font-size: 9px; line-height: 1.7; letter-spacing: .08em; }
.info-article { max-width: 700px; }
.info-article h2 { margin: 0 0 30px; font-size: clamp(44px, 5vw, 70px); line-height: .86; }
.info-article h3 { margin: 44px 0 12px; font-family: "Cormorant Garamond", serif; font-size: 31px; font-weight: 600; }
.info-article p, .info-article li { color: #655f58; font-size: 14px; line-height: 1.85; }
.info-article ul { margin: 0; padding-left: 20px; }
.info-article li { margin-bottom: 8px; padding-left: 6px; }
.info-action { margin-top: 37px; text-decoration: none; }
.info-footer { padding-top: 0; }
.info-footer .footer-bottom { align-items: center; }
.info-footer .footer-bottom a { display: inline-flex; align-items: center; gap: 5px; color: #9f978d; text-decoration: none; }
.info-footer .footer-bottom a:hover { color: #d9b779; }

@media (max-width: 900px) {
  .topline-center { display: none; }
  .hero { grid-template-columns: 1fr; gap: 32px; padding-top: 50px; }
  .hero-visual { width: min(100%, 480px); justify-self: center; }
  .hero-image-frame { width: 80%; }
  .hero-scroll { display: none; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { min-height: 340px; }
  .manifesto-copy { max-width: none; padding: 60px 8%; }
  .real-gallery { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .review-card-new > p { min-height: auto; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 560px); }
  .topline { padding: 0 16px; font-size: 8px; }
  .topline a { display: none; }
  .nav { min-height: 62px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 14px 16px; border-bottom: 1px solid #d8d0c4; background: #f4f0e9; box-shadow: 0 14px 20px rgba(24,23,22,.08); }
  .nav-links-open { display: flex; }
  .nav-links button { padding: 12px 0; text-align: left; }
  .nav-links .nav-cta { justify-content: space-between; padding: 11px 13px; }
  .hero { min-height: auto; padding-top: 40px; padding-bottom: 60px; }
  h1 { font-size: clamp(48px, 16vw, 88px); }
  .hero-intro { font-size: 14px; }
  .hero-actions { flex-wrap: wrap; gap: 18px; }
  .hero-note { left: -1px; bottom: 16px; width: 160px; }
  .hero-stamp { right: -6px; top: 16px; width: 62px; height: 62px; font-size: 5px; }
  .section { padding-top: 60px; padding-bottom: 60px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { margin-bottom: 22px; font-size: 48px; }
  .section-heading-side { max-width: 100%; }
  .piece-grid { grid-template-columns: 1fr; gap: 39px; }
  .piece-card:nth-child(2) { transform: none; }
  .piece-image { aspect-ratio: 4/5; }
  .piece-meta h3 { font-size: 20px; }
  .manifesto-image { min-height: 280px; }
  .manifesto-copy { padding: 50px 8% 55px; }
  .manifesto-copy h2 { font-size: 48px; }
  .step-grid { grid-template-columns: 1fr; gap: 0; }
  .step-card { min-height: 180px; }
  .step-card h3 { margin-top: 22px; }
  .quote-section { padding-top: 20px; padding-bottom: 105px; }
  blockquote { font-size: 49px; }
  .booking-card { grid-template-columns: 1fr; }
  .booking-info, .booking-form-wrap { padding: 42px 9%; }
  .booking-info h2 { font-size: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; padding-bottom: 42px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; font-size: 8px; }
  .gallery-section { padding: 60px 0; }
  .gallery-tabs { gap: 5px; }
  .gallery-tabs button { padding: 8px 10px; font-size: 8px; }
  .real-card { min-height: 140px; }
  .real-card > span { opacity: 1; transform: translateY(0); padding: 35px 9px 9px; }
  .real-card strong { font-size: 16px; }
  .contact-list { font-size: 10px; }
  .social-row { flex-direction: column; gap: 11px; }
  .booking-form-title { align-items: flex-start; flex-direction: column; gap: 3px; }
  .date-grid { grid-template-columns: repeat(4, 1fr); }
  .slot-grid { grid-template-columns: repeat(3, 1fr); }
  .lightbox { padding: 24px 14px; }
  .lightbox-content { width: 100%; height: 70vh; }
  .lightbox-content img { height: calc(100% - 50px); }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 4px; transform: none; }
  .lightbox-prev { left: calc(50% - 50px); }
  .lightbox-next { right: calc(50% - 50px); }
  .lightbox-close { top: 12px; right: 12px; }
  .lightbox-caption strong { font-size: 18px; }
  .info-hero { padding: 60px 0 55px; }
  .info-hero h1 { font-size: 56px; }
  .info-content { grid-template-columns: 1fr; gap: 24px; padding-top: 56px; padding-bottom: 70px; }
  .info-aside { display: flex; align-items: baseline; gap: 14px; }
  .info-aside p { margin: 0; }
  .info-article h3 { margin-top: 34px; }
}

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