:root {
  --ivory: #f9f5ed;
  --cream: #f1e9dc;
  --sand: #d7bf9b;
  --gold: #b69260;
  --brown: #31271f;
  --muted: #766c63;
  --white: #fffdf8;
  --line: rgba(49, 39, 31, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--brown); background: var(--ivory); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.7; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Prata", serif; font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(3.25rem, 6.6vw, 7.6rem); }
h2 { margin-bottom: 34px; font-size: clamp(2.5rem, 4.2vw, 5.3rem); }
h1 em, h2 em { color: var(--gold); font-style: italic; }

.site-header { position: absolute; z-index: 5; top: 0; left: 50%; display: flex; width: min(1400px, calc(100% - 80px)); height: 104px; align-items: center; justify-content: space-between; transform: translateX(-50%); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--brown); border-radius: 50%; font-family: "Prata", serif; font-size: 1.35rem; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-family: "Prata", serif; font-size: 1.25rem; font-weight: 400; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 34px; font-size: .84rem; font-weight: 600; }
.nav a { transition: color .25s ease; }
.nav a:hover { color: var(--gold); }
.nav-cta { padding: 12px 22px; border: 1px solid var(--brown); border-radius: 99px; }

.hero { display: grid; min-height: 900px; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); padding: 160px max(40px, calc((100vw - 1400px) / 2)) 72px; gap: clamp(48px, 7vw, 110px); align-items: center; background: radial-gradient(circle at 16% 20%, #fffaf1 0, transparent 36%), var(--cream); }
.hero-copy { padding-top: 50px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; color: var(--gold); font-size: .68rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 1px; background: currentColor; }
.hero-lead { max-width: 680px; margin-bottom: 38px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 24px; padding: 0 28px; border: 1px solid var(--brown); border-radius: 99px; font-size: .82rem; font-weight: 600; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: var(--white); background: var(--brown); }
.button-light { background: transparent; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 0; padding: 0; color: var(--muted); font-size: .72rem; list-style: none; }
.trust-list span { color: var(--gold); }
.hero-visual { position: relative; height: min(680px, 70vw); min-height: 560px; overflow: hidden; border-radius: 180px 180px 28px 28px; box-shadow: 0 30px 80px rgba(71, 53, 34, .16); }
.hero-visual img { filter: saturate(.55) sepia(.08); }
.hero-note { position: absolute; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; gap: 15px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.5); border-radius: 18px; background: rgba(255, 252, 245, .84); backdrop-filter: blur(14px); }
.hero-note p { margin: 0; line-height: 1.35; }
.hero-note small, .hero-note strong { display: block; }
.hero-note small { color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.hero-note strong { font-family: "Prata", serif; font-weight: 400; }
.note-icon { display: grid; width: 42px; height: 42px; flex: none; place-items: center; border-radius: 50%; color: var(--white); background: var(--gold); }
.hero-place { position: absolute; top: 50%; right: 14px; color: rgba(255,255,255,.9); font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; transform: rotate(90deg) translateX(50%); transform-origin: right center; }

.section { padding: 140px max(40px, calc((100vw - 1280px) / 2)); }
.about { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 9vw, 150px); align-items: center; background: var(--ivory); }
.photo-frame { position: relative; height: 710px; overflow: hidden; border-radius: 220px 220px 24px 24px; }
.photo-frame img { filter: saturate(.5) sepia(.08); }
.photo-label { position: absolute; right: 20px; bottom: 20px; display: grid; width: 124px; height: 124px; place-items: center; border-radius: 50%; color: var(--white); background: var(--brown); font-family: "Prata", serif; line-height: 1.3; text-align: center; transform: rotate(-8deg); }
.about-copy > p:not(.eyebrow) { max-width: 670px; color: var(--muted); }
.about-copy .large-text { color: var(--brown) !important; font-family: "Prata", serif; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.55; }
.details-grid { display: grid; margin-top: 42px; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.details-grid p { display: flex; min-height: 92px; align-items: center; gap: 15px; margin: 0; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--brown) !important; font-size: .82rem; }
.details-grid span { color: var(--gold); font-family: "Prata", serif; }

.services { color: var(--white); background: var(--brown); }
.section-heading { display: flex; margin-bottom: 70px; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 430px; margin-bottom: 8px; color: #c9beb3; }
.eyebrow.light { color: var(--sand); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; display: flex; min-height: 360px; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.045); transition: transform .3s ease, background .3s ease; }
.service-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.08); }
.service-card.featured { grid-row: span 2; min-height: 734px; }
.service-card.featured img, .service-overlay { position: absolute; inset: 0; }
.service-card.featured img { filter: saturate(.5) sepia(.14); }
.service-overlay { background: linear-gradient(180deg, rgba(25,18,13,.05), rgba(25,18,13,.8)); }
.service-card.soft { color: var(--brown); background: var(--sand); }
.service-number { position: relative; z-index: 1; color: currentColor; font-family: "Prata", serif; opacity: .55; }
.line-icon { position: absolute; top: 24px; right: 28px; color: var(--sand); font-family: "Prata", serif; font-size: 2.5rem; opacity: .7; }
.soft .line-icon { color: var(--brown); }
.service-content { position: relative; z-index: 1; }
.service-content p { margin-bottom: 10px; color: var(--sand); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.soft .service-content p { color: #6f563d; }
.service-content h3 { margin: 0 0 12px; font-family: "Prata", serif; font-size: clamp(1.3rem, 1.8vw, 1.8rem); font-weight: 400; }
.service-content > span { display: block; margin-bottom: 26px; font-size: .82rem; opacity: .7; }
.service-content a { display: flex; padding-top: 18px; align-items: center; justify-content: space-between; border-top: 1px solid currentColor; font-size: .78rem; font-weight: 600; }

.atmosphere { background: var(--cream); }
.section-heading.warm > p { color: var(--muted); }
.gallery { display: grid; height: 720px; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.gallery figure { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); }
.gallery-main { grid-row: 1 / 3; }
.gallery img { filter: saturate(.45) sepia(.14); transition: transform .7s ease; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 12px 16px; border-radius: 13px; color: var(--brown); background: rgba(255,253,248,.85); font-size: .72rem; backdrop-filter: blur(10px); }

.important { position: relative; overflow: hidden; padding-top: 120px; padding-bottom: 120px; text-align: center; }
.important .eyebrow { justify-content: center; }
.important blockquote { max-width: 1000px; margin: 0 auto 32px; font-family: "Prata", serif; font-size: clamp(2rem, 4vw, 4.5rem); line-height: 1.25; }
.important-copy { max-width: 690px; margin: 0 auto; color: var(--muted); }
.important-symbol { position: absolute; top: 32px; left: 6%; color: var(--sand); font-size: 10rem; opacity: .25; }

.contacts { display: grid; padding: 110px max(40px, calc((100vw - 1280px) / 2)); grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; color: var(--white); background: var(--brown); }
.contact-copy h2 { margin-bottom: 28px; }
.contact-copy > p:last-child { max-width: 510px; color: #c9beb3; }
.contact-card { padding: 36px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.contact-card > p { color: var(--sand); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.contact-card a { display: flex; padding: 18px 0; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); font-family: "Prata", serif; font-size: 1.35rem; }
.contact-card a b { color: var(--sand); font-family: "Manrope", sans-serif; font-weight: 400; }
.contact-card small { display: block; margin-top: 28px; color: #a99d93; }

footer { display: grid; padding: 50px max(40px, calc((100vw - 1280px) / 2)); grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; border-top: 1px solid rgba(255,255,255,.08); color: #c9beb3; background: var(--brown); font-size: .72rem; }
.footer-brand { color: var(--white); }
footer p { margin: 0; }
.copyright { text-align: right; }

@media (max-width: 1050px) {
  .site-header { width: calc(100% - 48px); }
  .nav { gap: 18px; }
  .nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr 430px; padding: 140px 24px 64px; gap: 38px; }
  .hero-visual { height: 580px; min-height: 0; }
  .about { padding-right: 32px; padding-left: 32px; gap: 55px; }
  .photo-frame { height: 620px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { grid-row: auto; min-height: 440px; grid-column: span 2; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .site-header { height: 82px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 1.05rem; }
  .nav-cta { padding: 9px 15px; }
  .hero { display: flex; padding: 118px 18px 48px; flex-direction: column; }
  .hero-copy { padding-top: 10px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .trust-list { display: grid; gap: 8px; }
  .hero-visual { width: 100%; height: 520px; border-radius: 120px 120px 22px 22px; }
  .section { padding: 90px 18px; }
  .about { grid-template-columns: 1fr; }
  .about-photo { order: 2; }
  .photo-frame { height: 540px; border-radius: 140px 140px 20px 20px; }
  .details-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; margin-bottom: 46px; }
  .section-heading h2 { margin-bottom: 26px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.featured { min-height: 370px; grid-column: auto; }
  .gallery { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 430px 250px; }
  .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .important-symbol { font-size: 6rem; }
  .contacts { grid-template-columns: 1fr; padding: 85px 18px; gap: 35px; }
  .contact-card { padding: 26px; }
  footer { grid-template-columns: 1fr; padding: 44px 18px; align-items: start; }
  .copyright { text-align: left; }
}

@media (max-width: 420px) {
  .site-header { width: calc(100% - 36px); }
  .brand small { display: none; }
  .hero-note { right: 12px; bottom: 12px; left: 12px; }
  .hero-note strong { font-size: .84rem; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: 400px 240px 240px; }
  .gallery-main { grid-column: auto; }
}
