:root{--bg:#f7f3ee;--surface:#fffdf9;--surface-2:#f3ece3;--text:#171717;--muted:#6c6257;--line:#dfd4c8;--accent:#1c2b44;--accent-2:#ece3d7;--shadow:0 10px 30px rgba(20,20,20,0.06);--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--container:1240px}*{box-sizing:border-box}body,html{padding:0;margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}img{display:block}button,input,select,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}.section{padding:40px 0 24px}.sectionHeader{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.sectionEyebrow{margin:0 0 8px;font-size:14px;font-weight:700;color:var(--muted)}.sectionTitle{margin:0;font-size:clamp(30px,4vw,46px);line-height:1.02;letter-spacing:-.03em}.textLink{font-size:15px;font-weight:700;color:var(--accent)}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(247,243,238,.76);border-bottom:1px solid rgba(223,212,200,.8)}.headerInner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.siteLogo{display:inline-flex;align-items:center;min-width:0}.siteLogoImage{width:320px;height:64px;object-fit:cover;object-position:center}.siteNav{display:flex;align-items:center;gap:28px}.siteNavLink{font-size:17px;font-weight:700;color:var(--text);opacity:.88;transition:opacity .18s ease,transform .18s ease}.siteNavLink:hover{opacity:1;transform:translateY(-1px)}.siteHeaderActions{display:flex;align-items:center;gap:12px}.headerAuthBtn,.headerCta{min-height:50px;padding:0 20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;transition:transform .18s ease,opacity .18s ease,background .18s ease}.headerAuthBtn:hover,.headerCta:hover{transform:translateY(-1px)}.headerCta{background:var(--accent);color:#fff}.headerAuthBtn{background:var(--accent-2);color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:999px;font-size:16px;font-weight:700;transition:transform .18s ease,opacity .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}.btnPrimary{background:var(--accent);color:#fff}.btnSecondary{background:var(--accent-2);color:var(--accent)}.heroSection{padding:36px 0 48px}.heroGrid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);grid-gap:28px;gap:28px;align-items:center}.heroContent{padding-right:10px}.eyebrow{display:inline-flex;align-items:center;min-height:34px;padding:0 16px;border-radius:999px;background:var(--accent-2);color:#6f593e;font-size:15px;font-weight:700}.heroTitle{margin:22px 0 18px;font-size:clamp(52px,8vw,92px);line-height:.96;letter-spacing:-.06em;max-width:720px}.heroSubtitle{margin:0;max-width:720px;font-size:clamp(22px,2.2vw,28px);line-height:1.22;color:var(--muted)}.heroActions{gap:14px;margin-top:30px}.heroActions,.heroTrustRow{display:flex;flex-wrap:wrap}.heroTrustRow{gap:12px;margin-top:24px}.heroTrustRow span{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.55);font-size:14px;font-weight:700;color:var(--muted)}.heroShowcase{display:flex;justify-content:center}.heroShowcaseFrame{width:100%;padding:30px;border:1px solid var(--line);border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.5));box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.heroStyleCard{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--surface)}.heroStyleImageWrap{position:relative;aspect-ratio:4/5;margin:16px 16px 12px;border-radius:18px;overflow:hidden;background:var(--surface-2)}.heroStyleImage{object-fit:cover}.heroStyleCardBody{padding:0 16px 18px}.heroStyleCardBody h3{margin:0;font-size:18px;line-height:1.05;letter-spacing:-.03em}.beforeAfterSection{padding-top:8px}.beforeAfterIntro{margin-bottom:24px}.beforeAfterBadge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:var(--accent-2);color:#6f593e;font-size:14px;font-weight:700}.beforeAfterIntroText{margin:16px 0 0;max-width:760px;font-size:18px;line-height:1.55;color:var(--muted)}.exampleGrid{display:grid;grid-template-columns:1fr;grid-gap:22px;gap:22px}.exampleCard{padding:18px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.56));box-shadow:var(--shadow)}.examplePair{display:grid;grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center}.examplePanel{min-width:0}.exampleLabel{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;margin-bottom:10px;border-radius:999px;background:rgba(23,23,23,.08);color:var(--text);font-size:12px;font-weight:800;letter-spacing:.01em}.exampleImageWrap{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:22px;background:var(--surface-2)}.exampleImage{object-fit:cover}.exampleArrow{display:flex;align-items:center;justify-content:center;align-self:center;font-size:34px;font-weight:800;color:var(--accent);opacity:.75}.exampleCardFooter{padding-top:14px}.exampleCardFooter h3{margin:0;font-size:22px;line-height:1.05;letter-spacing:-.03em}.stepsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.stepCard{min-height:220px;padding:24px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.stepNumber{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:96px;margin-bottom:18px;border-radius:999px;background:var(--accent-2);color:var(--accent);font-size:16px;font-weight:800}.stepCard h3{margin:0 0 10px;font-size:32px;line-height:1;letter-spacing:-.04em}.stepCard p{margin:0;font-size:16px;line-height:1.5;color:var(--muted)}.styleGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:18px;gap:18px}.styleCard{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.styleCardImageWrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--surface-2)}.styleCardImage{object-fit:cover;transition:transform .3s ease}.styleCard:hover .styleCardImage{transform:scale(1.03)}.styleCardBody{padding:18px}.styleCardBody h3{margin:0 0 8px;font-size:20px;line-height:1.04;letter-spacing:-.03em}.styleCardBody p{margin:0;font-size:15px;line-height:1.45;color:var(--muted)}.card{border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.stack{display:flex;flex-direction:column;gap:16px}.inline{display:flex;flex-wrap:wrap;gap:12px}.badge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:var(--accent-2);color:#6f593e;font-size:14px;font-weight:700}.muted{color:var(--muted)}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.three-col{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px}.four-col,.three-col{display:grid;gap:18px}.four-col{grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px}@media (min-width:1100px){.exampleGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.examplePair{grid-template-columns:1fr;gap:10px}.exampleArrow{transform:rotate(90deg);font-size:26px}}@media (max-width:1200px){.heroGrid{grid-template-columns:1fr}.heroShowcaseFrame,.styleGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.four-col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1100px){.siteLogoImage{width:280px;height:56px}.siteNav{gap:20px}}@media (max-width:900px){.styleGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.stepsGrid,.three-col,.two-col{grid-template-columns:1fr}.sectionHeader{align-items:start;flex-direction:column}}@media (max-width:820px){.headerInner{min-height:auto;padding:16px 0;flex-wrap:wrap}.siteNav{order:3;width:100%;justify-content:flex-start;gap:18px;padding-top:4px}.siteHeaderActions{margin-left:auto}}@media (max-width:700px){.container{width:min(100% - 28px,var(--container))}.heroSection{padding-top:18px}.heroTitle{font-size:56px}.heroSubtitle{font-size:20px}.heroShowcaseFrame{padding:16px}.four-col,.heroShowcaseFrame,.styleGrid{grid-template-columns:1fr}.beforeAfterIntroText{font-size:16px}.examplePair{grid-template-columns:1fr}.exampleArrow{transform:rotate(90deg);font-size:26px}}@media (max-width:640px){.siteLogoImage{width:220px;height:48px}.headerCta{display:none}}