.ed-hero{position:relative;min-height:92svh;display:flex;align-items:flex-end;padding-top:var(--nav-height);padding-bottom:clamp(2.5rem,7vh,6rem);overflow:hidden;background:var(--espresso)}.ed-hero__media{position:absolute;inset:0;z-index:0}.ed-hero__img{position:absolute;inset:-12% 0;width:100%;height:124%;object-fit:cover}.ed-hero__scrim{position:absolute;inset:0;background:linear-gradient(180deg,#14100c80,#14100c26 35%,#14100ccc 80%,#14100cf5),linear-gradient(95deg,rgba(20,16,12,.55) 0%,transparent 60%)}.ed-hero__inner{position:relative;z-index:2;color:var(--cream)}.ed-hero__eyebrow{color:var(--accent-soft)}.ed-hero__title{font-size:var(--step-6);color:#fff;margin-top:var(--space-4);max-width:18ch}.ed-hero__title em{color:var(--accent-soft);font-style:italic}.ed-hero__sub{margin-top:var(--space-5);max-width:56ch;font-size:var(--step-1);color:#e8e0d3d1;line-height:1.55}.ed-hero__claim{margin-top:var(--space-4);max-width:50ch;font-family:var(--font-display);font-style:italic;font-size:var(--step-2);color:var(--accent-soft)}.ed-hero__cta{margin-top:var(--space-6);display:flex;gap:var(--space-3);flex-wrap:wrap}.ed-hero__cta .btn--ghost{border-color:#ffffff4d;color:#fff}.ed-hero__cta .btn--ghost:hover{border-color:var(--accent-soft);color:var(--accent-soft)}.ed-head{max-width:56ch;margin-bottom:clamp(2.5rem,5vw,4rem)}.ed-head--center{margin-inline:auto;text-align:center}.ed-head__title{font-size:var(--step-4);margin-top:var(--space-3)}.ed-head__sub{margin-top:var(--space-4);color:var(--text-soft);font-size:var(--step-1)}.ed-gallery{display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);gap:clamp(.8rem,1.5vw,1.4rem)}.ed-tile{position:relative;aspect-ratio:var(--tile-ratio, 4 / 5);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.ed-tile__img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease-out)}.ed-tile:hover .ed-tile__img{transform:scale(1.05)}.ed-tile__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(20,16,12,.78) 100%)}.ed-tile__label{position:absolute;left:0;right:0;bottom:0;padding:var(--space-4);color:#fff;font-family:var(--font-display);font-size:var(--step-1);line-height:1.1}@media (max-width: 860px){.ed-gallery{--cols: 2 !important}}@media (max-width: 480px){.ed-gallery{--cols: 1 !important}}.ed-benefits{display:grid;grid-template-columns:repeat(var(--bcols, 5),1fr);gap:clamp(1.25rem,2.4vw,2.2rem)}@media (max-width: 1180px){.ed-benefits{--bcols: 3}}@media (max-width: 720px){.ed-benefits{--bcols: 2}}@media (max-width: 440px){.ed-benefits{--bcols: 1}}.ed-benefit{padding-top:var(--space-5);border-top:1.5px solid var(--border-strong)}.ed-benefit__ico{display:inline-grid;place-items:center;width:48px;height:48px;color:var(--accent);margin-bottom:var(--space-4)}.ed-benefit__ico svg{width:48px;height:48px;display:block}.ed-benefit__img{display:block;width:56px;height:56px;margin-bottom:var(--space-4);object-fit:contain}.ed-benefit p{font-size:var(--step-0);color:var(--text);font-weight:450;max-width:30ch}.ed-process{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(1.5rem,3vw,2.5rem)}.ed-step{position:relative}.ed-step__num{font-family:var(--font-display);font-size:var(--step-5);line-height:1;color:var(--accent);display:block;margin-bottom:var(--space-3)}.ed-step__title{font-size:var(--step-1);margin-bottom:var(--space-2)}.ed-step__desc{font-size:var(--step--1);color:var(--text-soft);line-height:1.6}.ed-process--cards{grid-template-columns:repeat(var(--pcols, 4),1fr)}.ed-pcard{position:relative;aspect-ratio:3 / 4;border-radius:var(--radius);overflow:hidden;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:var(--space-5)}.ed-pcard>.ed-step__num,.ed-pcard>h3,.ed-pcard>p{position:relative;z-index:2}.ed-pcard__bg{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;z-index:0}.ed-pcard__scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#14100c40,#14100cd9)}.ed-pcard .ed-step__num{color:var(--accent-soft)}.ed-pcard h3{color:#fff}.ed-pcard .ed-step__desc{color:#ffffffd1}@media (max-width: 980px){.ed-process--cards{--pcols: 2}}@media (max-width: 520px){.ed-process--cards{--pcols: 1}}.ed-prices{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(1.2rem,2.5vw,2rem);align-items:stretch}.ed-price{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out),border-color var(--dur) var(--ease-out)}.ed-price:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--accent-soft)}.ed-price__img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.ed-price__body{padding:var(--space-5);display:flex;flex-direction:column;flex:1}.ed-price__name{font-size:var(--step-1);margin-bottom:var(--space-3)}.ed-price__amount{font-family:var(--font-display);font-size:var(--step-4);color:var(--accent);line-height:1;margin-bottom:var(--space-4)}.ed-price__amount span:not(.ed-price__value){display:block;font-family:var(--font-body);font-size:var(--step--1);font-weight:400;color:var(--text-soft);letter-spacing:.04em}.ed-price__value{display:block}.ed-price__list{display:flex;flex-direction:column;gap:var(--space-2);margin-top:auto}.ed-price__list li{position:relative;padding-left:1.4em;font-size:var(--step--1);color:var(--text-soft)}.ed-price__list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:600}.ed-price--featured{border:1.5px solid var(--accent);position:relative}.ed-price--featured .ed-price__badge{position:absolute;top:var(--space-4);right:var(--space-4);z-index:2;background:var(--accent-bright);color:var(--espresso);font-size:var(--step--1);font-weight:600;letter-spacing:.04em;padding:.3em .9em;border-radius:999px}.ed-prices-note{margin-top:var(--space-6);text-align:center;font-size:var(--step--1);color:var(--text-soft);font-style:italic;max-width:70ch;margin-inline:auto}.ed-prices-cta{display:flex;justify-content:center;margin-top:var(--space-6)}.ed-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:clamp(1.2rem,2.5vw,1.8rem)}.ed-review{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out)}.ed-review:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.ed-review__stars{color:var(--accent-bright);letter-spacing:.12em;font-size:var(--step-0)}.ed-review__title{font-size:var(--step-1)}.ed-review__text{flex:1;color:var(--text);line-height:1.65}.ed-review__author{font-weight:500;font-size:var(--step--1)}.ed-review__date{color:var(--text-soft);font-weight:400}.ed-reviews-cta{display:flex;justify-content:center;margin-top:clamp(2rem,4vw,3.5rem)}.ed-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.ed-marquee__track{display:flex;gap:clamp(1.2rem,2.5vw,1.8rem);width:max-content;animation:ed-marquee 42s linear infinite}.ed-marquee:hover .ed-marquee__track{animation-play-state:paused}.ed-marquee .ed-review{width:340px;flex-shrink:0}@keyframes ed-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.ed-marquee__track{animation:none}}.ed-faqs{max-width:800px;margin-inline:auto;display:flex;flex-direction:column}.ed-faq{border-bottom:1px solid var(--border)}.ed-faq summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-5) 0;font-family:var(--font-display);font-size:var(--step-1);cursor:pointer;list-style:none}.ed-faq summary::-webkit-details-marker{display:none}.ed-faq__icon{position:relative;flex-shrink:0;width:20px;height:20px}.ed-faq__icon:before,.ed-faq__icon:after{content:"";position:absolute;top:50%;left:50%;background:var(--accent);transform:translate(-50%,-50%);transition:transform var(--dur) var(--ease-out)}.ed-faq__icon:before{width:16px;height:1.5px}.ed-faq__icon:after{width:1.5px;height:16px}.ed-faq[open] .ed-faq__icon:after{transform:translate(-50%,-50%) scaleY(0)}.ed-faq__a{padding:0 0 var(--space-5);color:var(--text-soft);font-size:var(--step-0);line-height:1.7;max-width:70ch}.ed-contact{text-align:center}.ed-contact__title{font-size:var(--step-4);margin-top:var(--space-3)}.ed-contact__sub{margin:var(--space-4) auto 0;max-width:52ch;color:var(--cream-soft)}.ed-checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2.5vw,2rem) clamp(2rem,5vw,4rem);max-width:900px}.ed-check{display:flex;align-items:center;gap:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid var(--border);font-size:var(--step-1)}.ed-check__mark{flex-shrink:0;width:34px;height:34px;display:grid;place-items:center;border:1.5px solid var(--accent);border-radius:50%;color:var(--accent)}.ed-check__mark svg{width:16px;height:16px}@media (max-width: 600px){.ed-checklist{grid-template-columns:1fr}}
