:root {
  --paper: #fcfbf8;
  --paper-warm: #f1ece3;
  --paper-deep: #e8dfd1;
  --ink: #302f2b;
  --muted: #69665f;
  --sand: #b89c77;
  --sand-dark: #826746;
  --line: rgba(92, 77, 57, .2);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a, button, summary { touch-action: manipulation; }
.button, .nav-cta, .contact-button, .certificate-button, .video-start, .whatsapp-button { -webkit-tap-highlight-color: rgba(130, 103, 70, .18); }
.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; left: 1rem; top: -5rem; z-index: 99; padding: .7rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { width: min(1280px, calc(100% - 56px)); min-height: 104px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.brand { width: 122px; height: 88px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 118px; height: 92px; object-fit: cover; object-position: center 42%; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; gap: clamp(.9rem, 1.8vw, 1.8rem); font-size: .88rem; }
.main-nav a { position: relative; padding: .6rem 0; text-decoration: none; }
.main-nav a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: .25rem; height: 1px; background: var(--sand-dark); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.active::after { right: 0; }
.nav-cta { padding: .65rem 1rem !important; border-radius: 2px; background: var(--sand-dark); color: white; font-weight: 700; }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; border: 0; background: transparent; padding: .6rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 6px 0; background: var(--ink); }

.hero { width: min(1180px, calc(100% - 56px)); margin: 0 auto; display: grid; grid-template-columns: 1fr .78fr; align-items: stretch; padding: 4rem 0 5rem; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); background: #f7f4ee; }
.eyebrow { margin: 0 0 1rem; color: var(--sand-dark); font-size: .72rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 { margin: 0; font-size: clamp(4rem, 7vw, 6.6rem); line-height: .86; letter-spacing: -.045em; }
h1 em { color: var(--sand-dark); font-style: normal; font-weight: 400; }
.hero-subtitle { max-width: 420px; margin: 1.7rem 0 0; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.3; }
.fine-rule { display: none; }
.hero-lead { margin: 1.7rem 0 .5rem; font-family: var(--serif); font-size: 1.08rem; font-weight: 700; line-height: 1.5; }
.hero-copy > p:not(.eyebrow):not(.hero-subtitle):not(.hero-lead) { max-width: 470px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .7rem 1.2rem; border-radius: 2px; text-decoration: none; font-size: .87rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sand-dark); color: white; }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.hero-visual { margin: 0; display: flex; flex-direction: column; overflow: hidden; border-radius: 16px; background: var(--paper-warm); }
.hero-visual::before, .botanical-stroke, .image-frame::after { display: none; }
.image-frame { flex: 1; min-height: 610px; overflow: hidden; background: var(--paper-deep); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.intro-section { width: min(1120px, calc(100% - 56px)); margin: 0 auto; padding: 2rem 0 7rem; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.section-mark { display: none; }
.intro-section h2, .story-copy h2, .center-heading h2, .about-copy h2, .qual-copy h2, .process-section h2, .contact-section h2 { margin: 0 0 1.4rem; font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 3.65rem); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.intro-copy { align-self: end; color: var(--muted); }
.text-link { display: inline-block; margin-top: 1rem; color: var(--sand-dark); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--line); }
.text-link span { display: inline-block; margin-left: .4rem; }

.story-band { width: min(1180px, calc(100% - 56px)); margin: 0 auto 8rem; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 16px; background: var(--paper-warm); }
.story-image { min-height: 560px; overflow: hidden; }
.story-image::after { display: none; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { align-self: center; padding: clamp(3rem, 6vw, 6rem); }
.story-copy h2 { font-size: clamp(2.1rem, 3.5vw, 3.4rem); }
.story-copy p { color: var(--muted); }
.soft-note { padding: .9rem 0 .9rem 1rem; border-left: 2px solid var(--sand); background: transparent; color: var(--sand-dark) !important; font-family: var(--serif); font-style: italic; }

.tools-section { width: min(1180px, calc(100% - 56px)); margin: -3rem auto 8rem; padding: clamp(2.5rem, 5vw, 4.5rem); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(3rem, 7vw, 6rem); border: 1px solid rgba(130,103,70,.46); border-radius: 22px; background: linear-gradient(135deg, #f4eee5 0%, #ebe0d1 100%); box-shadow: 0 18px 50px rgba(92,77,57,.08); }
.tools-visual { position: relative; min-height: 560px; }
.tools-main-image { width: 84%; height: 500px; display: block; margin-left: auto; border-radius: 18px; object-fit: cover; object-position: center; box-shadow: 0 20px 55px rgba(48,47,43,.12); }
.tools-detail-image { position: absolute; left: 0; bottom: 0; width: 43%; aspect-ratio: 4 / 5; border: 8px solid var(--paper); border-radius: 16px; object-fit: cover; object-position: 50% 32%; box-shadow: 0 16px 40px rgba(48,47,43,.18); }
.tools-copy h2 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 3.65rem); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.tools-copy p:not(.eyebrow) { color: var(--muted); }
.tools-copy p + p { margin-top: 1rem; }

.services-section, .process-section { width: min(1180px, calc(100% - 56px)); margin: 0 auto; padding: 1rem 0 8rem; }
.center-heading { max-width: 720px; margin: 0 auto 3.5rem; text-align: center; }
.center-heading > p:last-child { color: var(--muted); }
.service-grid { display: grid; gap: 2.5rem; }
.service-card { position: relative; min-height: 470px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 16px; background: #f5f2ec; }
.service-card:nth-child(even) .service-photo { grid-column: 2; grid-row: 1; }
.service-card:nth-child(even) .service-body { grid-column: 1; grid-row: 1; }
.service-photo { min-height: 470px; overflow: hidden; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-body { align-self: center; padding: clamp(2.5rem, 6vw, 6rem); }
.service-body h3, .process-grid h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; }
.service-body p, .service-body li { color: var(--muted); }
.service-body ul { padding-left: 1.1rem; }
.service-body li::marker { color: var(--sand-dark); }

.video-section { width: min(1180px, calc(100% - 56px)); margin: 0 auto 8rem; padding: clamp(3rem, 6vw, 5rem); scroll-margin-top: 120px; background: var(--paper-deep); }
.video-section .center-heading { margin-bottom: 3rem; }
.video-grid { max-width: 820px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.video-card { margin: 0; padding: 1.1rem; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.video-frame { position: relative; width: min(100%, 330px); margin: 0 auto; overflow: hidden; border-radius: 12px; }
.video-frame video { display: block; width: 100%; aspect-ratio: 480 / 848; background: #2f2d29; object-fit: cover; box-shadow: 0 18px 48px rgba(48,47,43,.16); }
.video-start { position: absolute; z-index: 2; left: 50%; top: 50%; display: inline-flex; align-items: center; gap: .55rem; min-height: 48px; padding: .75rem 1rem; border: 2px solid rgba(255,255,255,.9); border-radius: 100px; background: rgba(82,65,44,.92); color: white; box-shadow: 0 8px 28px rgba(0,0,0,.25); font: 700 .86rem/1 var(--sans); transform: translate(-50%,-50%); cursor: pointer; white-space: nowrap; }
.video-start span { font-size: 1rem; }
.video-frame.is-playing .video-start { display: none; }
.video-note { margin: 1.6rem 0 0; color: var(--muted); font-family: var(--serif); font-size: .9rem; font-style: italic; text-align: center; }

.quote-section { padding: 6rem 24px; background: var(--paper-deep); color: var(--ink); text-align: center; }
.quote-section .flower-of-life { width: 88px; height: 88px; fill: none; stroke: var(--sand-dark); stroke-width: 1.15; opacity: .82; }
.quote-section blockquote { max-width: 880px; margin: 1.3rem auto 0; font-family: var(--serif); font-size: clamp(1.9rem, 3.5vw, 3.2rem); font-style: italic; font-weight: 400; line-height: 1.25; }

.about-section { width: min(1180px, calc(100% - 56px)); margin: 8rem auto; display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; overflow: hidden; border-radius: 16px; background: #f5f2ec; }
.about-photo-wrap { grid-column: 2; grid-row: 1; min-height: 620px; display: flex; align-items: center; justify-content: center; padding: 2.25rem 1.5rem; }
.about-photo-wrap::before, .handwritten { display: none; }
.about-photo { width: min(88%, 390px); height: 520px; overflow: hidden; border-radius: 16px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.about-copy { grid-column: 1; grid-row: 1; align-self: center; padding: clamp(3rem, 6vw, 6rem); }
.about-copy p { color: var(--muted); }

.qualifications-section { padding: 8rem max(28px, calc((100% - 1180px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 5rem; background: var(--paper-warm); }
.qual-copy p { color: var(--muted); }
.signature-line { margin-top: 2rem; color: var(--sand-dark) !important; font-family: var(--serif); font-size: 1.08rem; font-style: italic; }
.certificate-actions { display: grid; gap: 1rem; }
.certificate-button { width: 100%; min-height: 118px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: .25rem 1.25rem; padding: 1.5rem 1.7rem; border: 1px solid var(--line); background: var(--paper); color: var(--ink); text-align: left; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.certificate-button:hover, .certificate-button:focus-visible { transform: translateY(-2px); background: #fff; }
.certificate-button span { color: var(--sand-dark); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.certificate-button strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.certificate-button i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--sand-dark); font-family: var(--serif); font-size: 1.7rem; font-style: normal; }
.certificate-dialog { width: min(720px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; background: var(--paper); box-shadow: 0 24px 80px rgba(48,47,43,.35); }
.certificate-dialog::backdrop { background: rgba(48,47,43,.72); }
.certificate-dialog-head { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); background: var(--paper); }
.certificate-dialog-head h2 { margin: 0; font-size: 1.35rem; }
.certificate-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-warm); color: var(--ink); font-size: 1.6rem; cursor: pointer; }
.certificate-dialog > img { width: 100%; height: auto; }

.process-section { padding-top: 8rem; }
.welcome-offer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; margin-bottom: 3rem; padding: clamp(2rem, 4vw, 3rem); background: var(--paper-deep); }
.welcome-offer .eyebrow { margin-bottom: .55rem; }
.welcome-offer h3 { margin: 0 0 .65rem; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 400; }
.welcome-offer p:last-child { max-width: 720px; margin-bottom: 0; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { padding: 2.5rem; text-align: center; }
.process-grid article + article { border-left: 1px solid var(--line); }
.process-grid h3 { margin-top: 0; }
.process-grid p { color: var(--muted); }
.price-panel { margin-top: 2.5rem; padding: 2rem; display: grid; grid-template-columns: repeat(2,1fr) auto; align-items: center; gap: 2rem; background: var(--paper-warm); }
.price-panel div { display: flex; flex-direction: column; }
.price-panel small { color: var(--sand-dark); text-transform: uppercase; letter-spacing: .1em; }
.price-panel strong { margin-top: .2rem; font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.photo-note { max-width: 800px; margin: 1.4rem auto 0; color: var(--muted); font-size: .9rem; text-align: center; }

.testimonials-section { padding: 7rem max(28px, calc((100% - 1180px)/2)); background: var(--paper-warm); }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.testimonial-grid-single { grid-template-columns: minmax(0, 720px); justify-content: center; }
.testimonial-grid figure { position: relative; margin: 0; padding: clamp(2rem, 4vw, 3rem); background: var(--paper); border: 1px solid var(--line); }
.testimonial-grid figure::before { content: '“'; position: absolute; right: 1.4rem; top: .2rem; color: rgba(130,103,70,.13); font-family: var(--serif); font-size: 6rem; line-height: 1; }
.testimonial-grid blockquote { position: relative; margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.5; }
.feedback-followup { display: block; margin: 1rem 0 .35rem; color: var(--sand-dark); font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.testimonial-grid figcaption { color: var(--sand-dark); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-note { margin: 1.4rem 0 0; color: var(--muted); font-size: .84rem; text-align: center; }

.contact-section { max-width: 1040px; margin: 0 auto; padding: 7rem 24px; text-align: center; }
.contact-section > p:not(.eyebrow) { max-width: 650px; margin: 0 auto; color: var(--muted); }
.contact-decoration { display: flex; align-items: center; justify-content: center; width: 170px; margin: 0 auto 2.2rem; }
.contact-decoration span { height: 1px; flex: 1; background: var(--line); }
.contact-decoration i { width: 18px; height: 18px; margin: 0 14px; border: 1px solid var(--sand-dark); transform: rotate(45deg); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.5rem; text-align: left; }
.contact-grid a { position: relative; min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 1.25rem 4rem 1.25rem 1.5rem; border: 1px solid var(--sand-dark); background: var(--paper-warm); text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.contact-grid a:hover, .contact-grid a:focus-visible { transform: translateY(-2px); background: var(--sand-dark); color: white; }
.contact-grid span { margin-bottom: .25rem; color: var(--sand-dark); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-grid a:hover span, .contact-grid a:focus-visible span { color: rgba(255,255,255,.75); }
.contact-grid strong { overflow-wrap: anywhere; font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 400; }
.contact-grid i { position: absolute; right: 1.5rem; top: 50%; font-family: var(--serif); font-size: 1.65rem; font-style: normal; transform: translateY(-50%); }
.disclaimer-section { width: min(900px, calc(100% - 48px)); margin: 0 auto 6rem; }
.disclaimer-section details { padding: 1rem 1.3rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); }
.disclaimer-section summary { color: var(--ink); cursor: pointer; font-weight: 650; }

.site-footer { padding: 4.5rem max(28px, calc((100% - 1180px)/2)) 2rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; background: #38342e; color: rgba(255,255,255,.76); }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.footer-brand img { display: block; width: 145px; height: auto; object-fit: contain; mix-blend-mode: screen; opacity: .78; }
.site-footer strong { margin-bottom: .5rem; color: white; font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: white; }
.copyright { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .8rem; }
.legal-main { width: min(980px, calc(100% - 56px)); margin: 0 auto; padding: 5rem 0 8rem; }
.legal-intro { margin-bottom: 3.5rem; padding: clamp(2.5rem, 6vw, 5rem); border-radius: 16px; background: var(--paper-warm); }
.legal-intro h1 { max-width: 760px; font-size: clamp(3rem, 7vw, 5.4rem); line-height: .95; }
.legal-intro p:last-child { max-width: 720px; margin: 1.5rem 0 0; color: var(--muted); }
.legal-content { max-width: 820px; margin: 0 auto; }
.legal-section { padding: 2.3rem 0; border-bottom: 1px solid var(--line); }
.legal-section:first-child { padding-top: 0; }
.legal-section h2 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 400; line-height: 1.2; }
.legal-section h3 { margin: 1.7rem 0 .5rem; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.legal-section p, .legal-section li { color: var(--muted); }
.legal-section p { margin: .7rem 0; }
.legal-section ul { margin: .8rem 0; padding-left: 1.25rem; }
.legal-section a { color: var(--sand-dark); overflow-wrap: anywhere; }
.legal-address { font-style: normal; }
.legal-address strong { color: var(--ink); }
.legal-callout { margin-top: 1.2rem; padding: 1.25rem 1.4rem; border-left: 2px solid var(--sand); background: var(--paper-warm); }
.legal-back { display: inline-flex; align-items: center; gap: .5rem; margin-top: 2.5rem; color: var(--sand-dark); font-weight: 700; text-decoration: none; }
.whatsapp-button { position: fixed; z-index: 20; right: 22px; bottom: 22px; min-height: 54px; display: inline-flex; align-items: center; gap: .65rem; padding: .7rem 1rem; border: 2px solid rgba(255,255,255,.92); border-radius: 100px; background: var(--sand-dark); color: white; box-shadow: 0 10px 30px rgba(48,47,43,.22); font-size: .88rem; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.whatsapp-button svg { width: 25px; height: 25px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-button svg path + path { fill: currentColor; stroke: none; }
.whatsapp-button:hover, .whatsapp-button:focus-visible { transform: translateY(-3px); background: #705637; }
.whatsapp-button:focus-visible { outline: 3px solid rgba(130,103,70,.28); outline-offset: 3px; }

.contact-modal { position: fixed; z-index: 100; inset: 0; display: none; place-items: center; padding: 20px; }
.contact-modal:target { display: grid; }
.contact-modal-backdrop { position: absolute; inset: 0; background: rgba(48,47,43,.72); backdrop-filter: blur(4px); }
.contact-modal-card { position: relative; z-index: 1; width: min(540px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: clamp(2rem, 6vw, 3.5rem); border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 24px 70px rgba(30,27,23,.28); }
.contact-modal-card h2 { margin: .4rem 2.5rem 1rem 0; font-size: clamp(2.1rem, 7vw, 3.2rem); }
.contact-modal-card > p:not(.eyebrow):not(.contact-modal-help) { color: var(--muted); }
.contact-modal-close { position: absolute; right: 1rem; top: .8rem; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); font-size: 2rem; line-height: 1; text-decoration: none; }
.contact-modal-close:hover, .contact-modal-close:focus-visible { background: var(--paper-warm); }
.contact-modal-actions { display: grid; gap: .7rem; margin: 1.7rem 0; }
.contact-modal-actions .button { justify-content: center; width: 100%; text-align: center; }
.button-secondary { border: 1px solid var(--sand-dark); background: transparent; color: var(--sand-dark); }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--paper-warm); }
.contact-modal-details { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.contact-modal-details p { margin: .8rem 0; }
.contact-modal-details strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 500; }
.contact-modal-details a { color: var(--sand-dark); overflow-wrap: anywhere; }
.contact-modal-help { margin: 1.3rem 0 0; padding: 1rem; border-radius: 10px; background: var(--paper-warm); color: var(--muted); font-size: .88rem; }

@media (max-width: 980px) {
  .site-header { min-height: 92px; }
  .menu-toggle { display: block; z-index: 5; }
  .main-nav { display: none; position: absolute; z-index: 4; left: 24px; right: 24px; top: 86px; flex-direction: column; align-items: stretch; gap: .15rem; padding: 1rem 1.5rem 1.5rem; background: rgba(252,251,248,.98); border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(48,47,43,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .75rem 0; }
  .nav-cta { margin-top: .5rem; text-align: center; }
  .hero { grid-template-columns: 1fr .82fr; }
  .hero-copy { padding: 2.5rem; }
  .image-frame { min-height: 520px; }
  .story-band { grid-template-columns: 1fr; }
  .story-image { min-height: 480px; }
  .tools-section { grid-template-columns: 1fr; gap: 3rem; }
  .tools-visual { width: min(620px, 100%); min-height: 530px; margin: 0 auto; }
  .service-card { grid-template-columns: 1fr; }
  .service-card:nth-child(even) .service-photo, .service-card:nth-child(even) .service-body { grid-column: auto; grid-row: auto; }
  .service-card:nth-child(even) .service-photo { grid-row: 1; }
  .service-photo { min-height: 390px; }
  .video-section { padding: 3.5rem 2rem; }
  .welcome-offer { grid-template-columns: 1fr; gap: 1.5rem; }
  .welcome-offer .button { justify-self: start; }
  .price-panel { grid-template-columns: 1fr 1fr; }
  .price-panel .button { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .site-header, .hero, .intro-section, .story-band, .tools-section, .services-section, .video-section, .about-section, .process-section { width: min(100% - 32px, 600px); }
  .brand { width: 105px; }
  .hero { grid-template-columns: 1fr; padding: 1.5rem 0 4rem; }
  .hero-copy { padding: 2.2rem 1.5rem; }
  h1 { font-size: clamp(3.6rem, 18vw, 5rem); }
  .image-frame { min-height: 0; aspect-ratio: 1183 / 1329; }
  .intro-section { grid-template-columns: 1fr; gap: 1rem; padding-bottom: 5rem; }
  .story-band { margin-bottom: 5.5rem; }
  .story-image { min-height: 360px; }
  .story-copy { padding: 3rem 1.5rem; }
  .tools-section { margin-top: 0; margin-bottom: 5.5rem; gap: 2.5rem; }
  .tools-section { padding: 1.25rem 1.25rem 2.25rem; border-radius: 18px; }
  .tools-visual { min-height: 400px; }
  .tools-main-image { width: 88%; height: 365px; }
  .tools-detail-image { width: 42%; border-width: 6px; }
  .services-section, .process-section { padding-bottom: 5.5rem; }
  .center-heading { margin-bottom: 2.5rem; }
  .service-photo { min-height: 300px; }
  .service-body { padding: 2.5rem 1.5rem; }
  .video-section { margin-bottom: 5.5rem; padding: 3rem 1.2rem; }
  .video-grid { grid-template-columns: 1fr; gap: 1.3rem; }
  .video-frame { width: min(100%, 330px); scroll-margin-top: 220px; }
  .quote-section { padding: 4.5rem 24px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .about-section { grid-template-columns: 1fr; margin-top: 5rem; margin-bottom: 5rem; }
  .about-photo-wrap { grid-column: 1; grid-row: 1; min-height: auto; padding: 1.5rem 0 0; }
  .about-photo { width: calc(100% - 3rem); height: 460px; }
  .about-copy { grid-column: 1; grid-row: 2; padding: 3rem 1.5rem; }
  .qualifications-section { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 24px; }
  .process-section { padding-top: 5rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .price-panel { grid-template-columns: 1fr; }
  .price-panel .button { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; gap: 2.5rem; padding-bottom: 6.5rem; }
  .legal-main { width: min(100% - 32px, 680px); padding: 2rem 0 5rem; }
  .legal-intro { padding: 2.5rem 1.5rem; }
  .legal-section { padding: 1.8rem 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .whatsapp-button { right: 14px; bottom: 14px; min-height: 50px; padding: .6rem .85rem; }
  .whatsapp-button svg { width: 23px; height: 23px; }
}

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