:root {
  --ink: #2d1715;
  --cream: #f3e9dd;
  --paper: #fffaf5;
  --terracotta: #a9573e;
  --gold: #c08a55;
  --muted: #765f58;
  --line: #dfcfc1;
  --deep: #3e211d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: absolute; left: 16px; top: 12px; z-index: 10; transform: translateY(-160%); background: var(--deep); color: var(--cream); padding: 10px 14px; border-radius: 999px; font: 700 11px 'DM Mono', monospace; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.announcement { background: var(--deep); color: #f7e8d8; padding: 10px; text-align: center; font: 500 10px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.pulse { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--gold); vertical-align: middle; }
.site-header { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; gap: 42px; height: 82px; padding: 0 6%; border-bottom: 1px solid var(--line); background: var(--paper); background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 10px; letter-spacing: .12em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--deep); color: var(--cream); font: 700 16px 'Playfair Display', serif; }
.brand strong, .brand small { display: block; }
.brand strong { font: 800 15px Manrope; letter-spacing: .18em; }
.brand small { margin-top: 2px; color: var(--terracotta); font: 500 8px 'DM Mono', monospace; letter-spacing: .2em; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; font-size: 12px; font-weight: 700; }
.desktop-nav a:hover, .text-link:hover { color: var(--terracotta); }
.header-book { border-bottom: 1px solid var(--terracotta); padding-bottom: 5px; font: 500 11px 'DM Mono', monospace; }
.header-book span, .button span { margin-left: 7px; }
.menu-toggle { display: none; border: 0; background: none; color: var(--deep); font-size: 22px; }

.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; padding: 75px 8.5% 85px; overflow: hidden; background: var(--cream); }
.eyebrow { margin: 0 0 23px; color: var(--terracotta); font: 500 10px 'DM Mono', monospace; letter-spacing: .18em; }
.hero h1, h2 { margin: 0; font-size: clamp(47px, 6vw, 84px); font-weight: 600; line-height: .94; letter-spacing: -.065em; }
.hero h1 em, h2 em { color: var(--terracotta); font-family: 'Playfair Display', serif; font-weight: 600; letter-spacing: -.06em; }
.hero-intro { max-width: 440px; margin: 30px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 46px; padding: 15px 19px; border-radius: 999px; font: 600 11px 'DM Mono', monospace; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 24px #54251d21; }
.button-accent { background: var(--terracotta); color: #fff9f1; }
.button-accent:hover { background: var(--deep); }
.button-dark { margin-top: 28px; background: var(--deep); color: var(--cream); }
.button-dark:hover { background: var(--terracotta); }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: 6px; font: 600 11px 'DM Mono', monospace; }
.hero-proof { display: flex; align-items: center; gap: 11px; margin-top: 55px; color: var(--muted); font: 500 11px 'DM Mono', monospace; }
.hero-proof strong { color: var(--ink); font-size: 12px; }
.stars { color: var(--gold); letter-spacing: .08em; }
.hero-visual { position: relative; min-height: 470px; }
.main-photo { position: absolute; top: 0; right: 5%; width: 78%; height: 450px; border-radius: 28px 28px 120px 28px; background: linear-gradient(180deg, #00000012 25%, #00000088), url('https://static.wixstatic.com/media/83cf9e_1372aaf2bfdf4dc985e1bc4d05ce9815~mv2.jpeg/v1/fill/w_1200,h_1500,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/83cf9e_1372aaf2bfdf4dc985e1bc4d05ce9815~mv2.jpeg') center / cover; box-shadow: 0 25px 50px #54251d33; overflow: hidden; }
.photo-label { position: absolute; bottom: 27px; left: 28px; color: #fff9ef; font: 600 22px 'Playfair Display', serif; line-height: 1.05; }
.photo-label small { font: 500 9px 'DM Mono', monospace; letter-spacing: .14em; }
.circle-stamp { position: absolute; bottom: 28px; left: 0; display: grid; place-content: center; width: 142px; height: 142px; border-radius: 50%; transform: rotate(-12deg); background: var(--gold); color: var(--deep); text-align: center; }
.circle-stamp strong { font: 700 20px 'Playfair Display', serif; }
.circle-stamp span { margin-top: 5px; font: 500 8px/1.4 'DM Mono', monospace; }
.ticker { display: flex; justify-content: space-around; gap: 20px; padding: 15px 5%; overflow: hidden; background: var(--terracotta); color: #fff5e9; font: 500 9px 'DM Mono', monospace; letter-spacing: .1em; white-space: nowrap; }

.section { padding: 120px 8.5%; }
.services { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; }
.services-intro { position: sticky; top: 35px; align-self: start; }
.section-heading > p:last-child { max-width: 290px; margin-top: 30px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px 18px; }
.service-card { display: block; border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #d8b59a; box-shadow: 0 18px 30px #54251d1c; }
.service-photo { position: relative; height: 300px; overflow: hidden; background: var(--cream); }
.service-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.service-card:hover .service-photo img { transform: scale(1.04); }
.service-photo span { position: absolute; top: 14px; left: 14px; padding: 7px 9px; background: var(--paper); color: var(--terracotta); font: 500 10px 'DM Mono', monospace; }
.service-card-info { display: flex; align-items: start; justify-content: space-between; gap: 14px; padding: 17px 16px 19px; }
.service-card-info h3 { margin: 0; font: 600 20px/1.05 'Playfair Display', serif; }
.service-card-info p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.service-card-info strong { color: var(--terracotta); font: 500 11px 'DM Mono', monospace; white-space: nowrap; }

.story { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; background: var(--deep); color: var(--cream); }
.story-image { display: flex; align-items: end; min-height: 500px; padding: 30px; background: linear-gradient(180deg, #00000015, #0000009c), url('https://static.wixstatic.com/media/83cf9e_599da954f3c045c4abcde97bb2080149~mv2.jpeg/v1/fill/w_1000,h_1250,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/83cf9e_599da954f3c045c4abcde97bb2080149~mv2.jpeg') center / cover; }
.story-image span { color: #fff8ef; font: 600 28px 'Playfair Display', serif; line-height: 1; }
.story-image i { color: #e1ad78; }
.story-copy h2 { color: var(--cream); }
.story-copy h2 em { color: #e1ad78; }
.story-copy > p:not(.eyebrow) { max-width: 430px; color: #d2bcb0; font-size: 14px; line-height: 1.8; }
.story-copy .text-link { display: inline-block; margin-top: 14px; color: #efd6c3; }

.portfolio-heading, .reviews-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.portfolio-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr; gap: 15px; margin-top: 55px; }
.portfolio-tile { display: flex; align-items: end; height: 390px; padding: 22px; background-position: center; background-size: cover; box-shadow: inset 0 -100px 80px #24100b99; color: #fff; font: 500 10px 'DM Mono', monospace; letter-spacing: .12em; }
.tile-one { background-image: url('https://static.wixstatic.com/media/83cf9e_1372aaf2bfdf4dc985e1bc4d05ce9815~mv2.jpeg/v1/fill/w_900,h_1200,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/83cf9e_1372aaf2bfdf4dc985e1bc4d05ce9815~mv2.jpeg'); }
.tile-two { background-image: url('https://static.wixstatic.com/media/83cf9e_28701e8ca0c744b0aa6b3b4a6d400918~mv2.jpeg/v1/fill/w_900,h_1200,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/83cf9e_28701e8ca0c744b0aa6b3b4a6d400918~mv2.jpeg'); }
.tile-three { background-image: url('https://static.wixstatic.com/media/83cf9e_7b7d8bbc3f904e4384597f7299250138~mv2.jpeg/v1/fill/w_900,h_1200,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/83cf9e_7b7d8bbc3f904e4384597f7299250138~mv2.jpeg'); }
.reviews { background: var(--cream); }
.review-score { display: grid; gap: 5px; text-align: right; }
.review-score strong { color: var(--terracotta); font: 600 55px 'Playfair Display', serif; }
.review-score small { color: var(--muted); font: 500 9px 'DM Mono', monospace; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; margin-top: 65px; }
.review-grid blockquote { margin: 0; }
.quote-mark { color: var(--gold); font: 700 56px 'Playfair Display', serif; line-height: .4; }
.review-grid blockquote p { max-width: 300px; margin-bottom: 22px; font: 500 15px/1.65 'Playfair Display', serif; }
.review-grid footer { color: var(--terracotta); font: 500 10px 'DM Mono', monospace; }
.contact { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: center; }
.contact-intro { max-width: 370px; margin: 30px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-card { padding: 30px 0 30px 35px; border-left: 1px solid var(--line); border-radius: 0 22px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.8; background: linear-gradient(90deg, #fff6ed, transparent); }
.contact-card strong { color: var(--ink); }
.contact-card a:not(.text-link):hover { color: var(--terracotta); }
.contact-card .eyebrow { margin-bottom: 15px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px 6%; border-top: 1px solid var(--line); color: var(--muted); font: 500 10px 'DM Mono', monospace; }
.site-footer .brand { color: var(--ink); }
.site-footer .brand-mark { width: 30px; height: 30px; font-size: 14px; }
.site-footer .brand strong { font-size: 12px; }
.site-footer > a:last-child { color: var(--ink); }

@media (max-width: 800px) {
  .site-header { height: 70px; padding: 0 5%; gap: 0; justify-content: space-between; }
  .desktop-nav, .header-book { display: none; }
  .desktop-nav.mobile-open { position: absolute; top: 70px; right: 0; left: 0; z-index: 4; display: flex; flex-direction: column; gap: 22px; padding: 24px 7%; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 30px #54251d18; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding: 60px 7% 45px; }
  .hero h1 { font-size: 58px; }
  .hero-visual { min-height: 390px; margin-top: 38px; }
  .main-photo { right: 3%; width: 82%; height: 360px; }
  .hero-proof { margin-top: 40px; }
  .ticker { justify-content: flex-start; gap: 35px; padding-left: 7%; }
  .ticker span:nth-child(4), .ticker span:nth-child(5) { display: none; }
  .section { padding: 80px 7%; }
  .services, .story, .contact { grid-template-columns: 1fr; gap: 55px; }
  .services-intro { position: static; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 15px 10px; }
  .service-photo { height: 230px; }
  .service-card-info { display: block; padding: 13px; }
  .service-card-info h3 { font-size: 17px; }
  .service-card-info strong { display: block; margin-top: 10px; }
  .story-image { min-height: 380px; }
  .portfolio-heading, .reviews-top { align-items: start; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-tile { height: 280px; }
  .portfolio-tile:first-child { grid-column: span 2; }
  .review-grid { grid-template-columns: 1fr; gap: 40px; margin-top: 50px; }
  .contact-card { padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .site-footer { flex-wrap: wrap; gap: 20px; }
  .site-footer > span { order: 3; width: 100%; }
}

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

@media (max-width: 500px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-proof { flex-wrap: wrap; }
  .service-grid { grid-template-columns: 1fr; }
  .service-photo { height: 320px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-tile, .portfolio-tile:first-child { grid-column: auto; height: 330px; }
  .circle-stamp { width: 115px; height: 115px; }
  .circle-stamp strong { font-size: 16px; }
}
