:root {
  --ink: #17130f;
  --ink-soft: #342b23;
  --gold: #cba45c;
  --gold-light: #ead3a4;
  --cream: #f5efe5;
  --paper: #fffdf8;
  --muted: #766b60;
  --line: rgba(23, 19, 15, .14);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(31, 23, 16, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .35; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .8rem 1rem; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 12px clamp(20px, 4vw, 70px); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, min-height .25s; }
.site-header.scrolled { min-height: 74px; background: rgba(255,253,248,.92); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.1; }
.brand img { width: 56px; height: 56px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(203,164,92,.6); }
.brand span { display: grid; gap: 4px; }
.brand strong { font-family: Georgia, serif; font-size: 1.08rem; letter-spacing: .02em; }
.brand small { color: var(--muted); font-size: .63rem; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); }
.site-nav > a:not(.button) { font-size: .84rem; font-weight: 650; text-decoration: none; }
.site-nav > a:not(.button):hover { color: #9d7433; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.4rem; padding: 15px 22px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-size: .86rem; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23,19,15,.18); background: #2d251e; }
.button-small { padding: 11px 18px; }
.button-light { border-color: var(--cream); background: var(--cream); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 1.2rem; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .88rem; font-weight: 700; text-decoration: none; }
.text-link:hover { color: #9d7433; }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); align-items: center; gap: clamp(40px, 6vw, 100px); max-width: 1460px; margin: 0 auto; padding: 144px clamp(24px, 6vw, 90px) 70px; overflow: hidden; }
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; color: #7d5c2d; font-size: .7rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(3.4rem, 6.4vw, 7.2rem); }
.hero-intro { max-width: 590px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.16rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 36px; }
.rating-card { display: inline-grid; grid-template-columns: auto auto; column-gap: 10px; align-items: center; padding: 13px 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.5); text-decoration: none; }
.rating-card .stars { grid-row: span 2; }
.rating-card strong { font-size: 1.22rem; line-height: 1; }
.rating-card > span:last-child { color: var(--muted); font-size: .68rem; }
.stars { color: var(--gold); letter-spacing: 2px; }

.hero-gallery { position: relative; min-height: 620px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; border: 8px solid var(--paper); border-radius: 130px 130px 20px 20px; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.hero-photo:hover img { transform: scale(1.025); }
.hero-photo-main { left: 0; top: 30px; z-index: 2; width: 62%; height: 540px; }
.hero-photo-main figcaption { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; justify-content: space-between; padding: 12px 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; background: rgba(18,15,12,.72); color: white; font-family: Georgia, serif; backdrop-filter: blur(10px); }
.hero-photo-main figcaption span { font-family: inherit; color: var(--gold-light); font-size: .8rem; }
.hero-photo-top { right: 0; top: 0; width: 43%; height: 290px; border-radius: 20px 90px 20px 20px; }
.hero-photo-bottom { right: 3%; bottom: 0; z-index: 3; width: 39%; height: 310px; border-radius: 20px; }
.crown-stamp { position: absolute; z-index: 5; left: 53%; top: 49%; display: grid; place-items: center; width: 88px; height: 88px; border: 1px solid var(--gold); border-radius: 50%; background: var(--ink); color: var(--gold-light); font-family: Georgia, serif; font-size: 1.25rem; line-height: .8; text-align: center; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.crown-stamp::before { content: "♛"; position: absolute; top: 9px; font-size: .7rem; }
.crown-stamp small { margin-top: 4px; font-family: sans-serif; font-size: .42rem; letter-spacing: .18em; }

.trust-strip { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 3vw, 48px); padding: 22px 30px; background: var(--ink); color: var(--cream); }
.trust-strip p { margin: 0; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.trust-strip strong { color: var(--gold-light); }
.trust-strip > span { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section { max-width: 1380px; margin: 0 auto; padding: 120px clamp(24px, 6vw, 90px); }
.section-heading { max-width: 720px; margin-bottom: 60px; }
.section-heading h2, .care-copy h2, .reviews-copy h2, .contact-copy h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.section-heading > p:last-child, .care-copy > p, .reviews-copy > p, .contact-copy > p { color: var(--muted); }
.section-heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; }
.section-heading-row h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 380px; display: flex; flex-direction: column; padding: clamp(28px, 3vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.5); }
.service-number { color: #9c8c7c; font-size: .72rem; }
.service-card h3 { margin: auto 0 18px; font-family: Georgia, serif; font-size: clamp(1.7rem, 2.3vw, 2.5rem); font-weight: 500; line-height: 1.05; }
.service-card p { color: var(--muted); font-size: .9rem; }
.service-card a { margin-top: 18px; font-size: .78rem; font-weight: 700; text-decoration: none; }
.service-card-featured { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.service-card-featured .service-number, .service-card-featured p { color: #b9ab9e; }
.card-label { position: absolute; top: 28px; right: 28px; padding: 5px 9px; border: 1px solid rgba(234,211,164,.45); border-radius: 999px; color: var(--gold-light) !important; font-size: .55rem !important; letter-spacing: .12em; text-transform: uppercase; }
.service-note { margin: 30px 0 0; color: var(--muted); font-size: .8rem; text-align: center; }

.care-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 140px); padding: 110px max(24px, calc((100vw - 1200px) / 2)); background: var(--cream); }
.care-image { position: relative; }
.care-image img { width: 100%; aspect-ratio: 1 / 1.04; object-fit: cover; border-radius: 220px 220px 24px 24px; box-shadow: var(--shadow); }
.care-badge { position: absolute; right: -35px; bottom: 45px; width: 150px; height: 150px; display: grid; place-content: center; border-radius: 50%; background: var(--ink); color: var(--cream); font-size: .72rem; text-align: center; box-shadow: var(--shadow); }
.care-badge strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.care-copy { max-width: 530px; }
.tick-list { display: grid; gap: 20px; margin: 36px 0 0; padding: 0; list-style: none; }
.tick-list li { display: flex; gap: 16px; padding-top: 20px; border-top: 1px solid rgba(23,19,15,.13); }
.tick-list li > span { flex: 0 0 auto; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--ink); color: var(--gold-light); font-size: .7rem; }
.tick-list div { display: grid; }
.tick-list small { color: var(--muted); }

.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.gallery-item { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius); background: var(--cream); }
.gallery-item-wide { min-height: 540px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item > span { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; justify-content: space-between; padding: 13px 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; background: rgba(20,16,13,.74); color: white; font-family: Georgia, serif; text-decoration: none; backdrop-filter: blur(10px); }
.gallery-item small { align-self: center; color: var(--gold-light); font-family: sans-serif; font-size: .65rem; }

.reviews-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 160px); padding: 120px max(24px, calc((100vw - 1200px) / 2)); background: var(--ink); color: var(--cream); }
.eyebrow-light { color: var(--gold-light); }
.reviews-copy > p { max-width: 450px; color: #b7aaa0; }
.reviews-copy .button { margin-top: 20px; }
.review-themes { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 18px; }
.review-themes article { min-height: 280px; display: flex; flex-direction: column; justify-content: center; padding: 32px; border: 1px solid rgba(234,211,164,.18); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.review-themes blockquote { margin: 24px 0 10px; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.55rem; }
.review-themes article p, .review-disclaimer { margin: 0; color: #a99b90; font-size: .78rem; }
.review-disclaimer { grid-column: 1 / -1; }

.contact-section { padding-bottom: 70px; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 8vw, 120px); padding: clamp(38px, 6vw, 80px); border-radius: 34px; background: var(--cream); }
.contact-card::after { content: "♛"; position: absolute; right: -30px; bottom: -100px; color: rgba(203,164,92,.12); font-size: 280px; line-height: 1; }
.contact-copy, .contact-details { position: relative; z-index: 1; }
.contact-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.contact-details { display: grid; gap: 24px; }
.contact-details > div { display: grid; padding-bottom: 22px; border-bottom: 1px solid rgba(23,19,15,.14); }
.contact-details small { color: #8c6c3d; font-size: .62rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.contact-details strong { margin: 7px 0 3px; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; line-height: 1.5; }
.contact-details strong a { text-decoration: none; }
.contact-details span { color: var(--muted); font-size: .72rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding: 60px clamp(24px, 6vw, 90px) 30px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 74px; height: 74px; border-radius: 50%; }
.footer-brand p { margin: 0; font-family: Georgia, serif; line-height: 1.4; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: .78rem; font-weight: 650; text-decoration: none; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }
.mobile-book { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.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) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { max-width: 760px; }
  .hero-gallery { min-height: 660px; max-width: 780px; width: 100%; margin: 0 auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .care-section, .reviews-section { gap: 55px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item-wide { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  body { padding-bottom: 66px; }
  .site-header { min-height: 74px; background: rgba(255,253,248,.94); border-bottom-color: var(--line); backdrop-filter: blur(16px); }
  .brand img { width: 48px; height: 48px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 74px; left: 16px; right: 16px; display: grid; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a { padding: 13px; }
  .site-nav .button { margin-top: 8px; }
  .trust-strip { flex-wrap: wrap; }
  .service-grid, .care-section, .reviews-section, .contact-card { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .care-section { padding: 85px 40px; }
  .care-image { max-width: 600px; }
  .care-badge { right: -16px; }
  .reviews-section { padding: 90px 40px; }
  .contact-card { gap: 55px; }
  .mobile-book { position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; padding: 13px 18px; border: 1px solid rgba(234,211,164,.4); border-radius: 999px; background: var(--ink); color: var(--cream); font-size: .8rem; font-weight: 700; text-decoration: none; box-shadow: 0 8px 35px rgba(0,0,0,.28); }
}

@media (max-width: 600px) {
  .hero { min-height: 0; padding: 114px 20px 55px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.6rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .rating-card { width: 100%; }
  .hero-gallery { min-height: 470px; }
  .hero-photo { border-width: 5px; }
  .hero-photo-main { width: 73%; height: 390px; }
  .hero-photo-top { width: 38%; height: 190px; }
  .hero-photo-bottom { width: 37%; height: 215px; }
  .hero-photo-main figcaption { left: 10px; right: 10px; bottom: 10px; font-size: .75rem; }
  .crown-stamp { left: 58%; width: 68px; height: 68px; font-size: 1rem; }
  .trust-strip { justify-content: flex-start; gap: 13px; padding: 18px 20px; }
  .trust-strip p { font-size: .58rem; }
  .section { padding: 85px 20px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 22px; }
  .service-grid, .gallery-grid, .review-themes { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .care-section, .reviews-section { padding: 80px 20px; }
  .care-badge { width: 116px; height: 116px; right: -6px; bottom: 20px; font-size: .62rem; }
  .care-badge strong { font-size: 1.5rem; }
  .gallery-item, .gallery-item-wide { grid-column: auto; min-height: 390px; }
  .review-disclaimer { grid-column: auto; }
  .contact-section { padding-bottom: 40px; }
  .contact-card { padding: 34px 24px; border-radius: 22px; }
  .contact-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .contact-actions .text-link { align-self: flex-start; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; }
  .footer-links { flex-wrap: wrap; }
  .copyright { grid-column: auto; }
}
