*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { font-size: 16px; scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; background: #f9f4f2; color: #2c2422; overflow-x: hidden; cursor: none; }
  body.modal-open { overflow: hidden; }
  ::-webkit-scrollbar { width: 3px; }
  ::-webkit-scrollbar-track { background: #f9f4f2; }
  ::-webkit-scrollbar-thumb { background: #e8b4b8; border-radius: 2px; }
  #root { min-height: 100vh; }

:root {
    --pink: #e8b4b8;
    --pink-d: #d4949a;
    --pink-l: #f5d9db;
    --pink-p: #fdf0f1;
    --blue: #a8c5d6;
    --blue-l: #c8dde8;
    --blue-p: #edf4f8;
    --bg: #f9f4f2;
    --bg2: #f3edea;
    --txt: #2c2422;
    --txt-m: #5a4e4b;
    --txt-l: #9a8e8b;
    --gold: #c9a96e;
    --gold-l: #e8d5b0;
    --gold-p: #faf3e4;
    --white: #ffffff;
    --dark: #1a1210;
    --r: 20px;
    --sh: 0 8px 40px rgba(200,150,140,0.12);
    --shh: 0 24px 60px rgba(200,140,130,0.22);
    --t: all 0.5s cubic-bezier(0.23,1,0.32,1);
  }

  /* Cursor */
  .cursor { position:fixed; width:10px; height:10px; background:var(--pink); border-radius:50%; pointer-events:none; z-index:9999; transform:translate(-50%,-50%); mix-blend-mode:multiply; transition:width .3s,height .3s,background .3s; }
  .cursor-ring { position:fixed; width:36px; height:36px; border:1.5px solid var(--pink); border-radius:50%; pointer-events:none; z-index:9998; transform:translate(-50%,-50%); transition:width .3s,height .3s,border-color .3s; }

  /* Navbar */
  .nav { position:fixed; top:0; left:0; right:0; z-index:500; padding:28px 64px; display:flex; align-items:center; justify-content:space-between; transition:var(--t); }
  .nav.scrolled { background:rgba(249,244,242,0.94); backdrop-filter:blur(24px); padding:18px 64px; box-shadow:0 2px 30px rgba(200,150,140,0.1); }
  .nav-logo { color:var(--txt); text-decoration:none; cursor:pointer; display:flex; align-items:center; }
  .brand-logo { display:block; width:100%; height:100%; object-fit:contain; }
  .nav-brand-logo { width:152px; height:152px; max-width:none; }
  .nav-links { display:flex; gap:38px; list-style:none; }
  .nav-links button { background:none; border:none; font-family:'Jost',sans-serif; font-size:.72rem; letter-spacing:.2em; text-transform:uppercase; color:var(--txt-m); cursor:pointer; position:relative; padding-bottom:3px; transition:color .3s; }
  .nav-links button::after { content:''; position:absolute; bottom:0; left:0; right:100%; height:1px; background:var(--pink); transition:right .45s cubic-bezier(0.23,1,0.32,1); }
  .nav-links button:hover { color:var(--txt); }
  .nav-links button:hover::after, .nav-links button.active::after { right:0; }
  .nav-links button.active { color:var(--txt); }
  .nav-cta { background:var(--txt); color:var(--white); padding:10px 28px; border-radius:40px; font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; border:none; cursor:pointer; font-family:'Jost',sans-serif; font-weight:400; transition:var(--t); }
  .nav-cta:hover { background:var(--gold); transform:translateY(-1px); }
  .ham { display:none; flex-direction:column; gap:5px; cursor:pointer; border:none; background:none; padding:4px; }
  .ham span { display:block; width:22px; height:1.5px; background:var(--txt); transition:var(--t); }

  /* Mobile drawer */
  .mob-nav { position:fixed; inset:0; z-index:600; background:var(--white); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:48px; transform:translateX(110%); transition:transform .55s cubic-bezier(0.23,1,0.32,1); }
  .mob-nav.open { transform:translateX(0); }
  .mob-nav button { font-family:'Cormorant Garamond',serif; font-size:2.8rem; font-weight:300; background:none; border:none; color:var(--txt); cursor:pointer; transition:color .3s; }
  .mob-nav button:hover { color:var(--pink); }
  .mob-close { position:absolute; top:24px; right:28px; width:42px; height:42px; border-radius:50%; border:none; background:var(--bg); cursor:pointer; font-size:1.1rem; display:flex; align-items:center; justify-content:center; }
  body.modal-open .nav,
  body.modal-open .mob-nav,
  body.modal-open .footer,
  body.modal-open main { pointer-events:none; user-select:none; }
  body.modal-open .modal-ov,
  body.modal-open .modal-ov * { pointer-events:auto; user-select:auto; }

  /* Page transitions */
  .page { animation:pageFadeIn .65s cubic-bezier(0.23,1,0.32,1) forwards; }
  @keyframes pageFadeIn { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }

  /* Reveal */
  .rv { opacity:0; transform:translateY(36px); transition:opacity .75s cubic-bezier(0.23,1,0.32,1), transform .75s cubic-bezier(0.23,1,0.32,1); }
  .rv.on { opacity:1; transform:translateY(0); }
  .rv.d1 { transition-delay:.1s; } .rv.d2 { transition-delay:.2s; } .rv.d3 { transition-delay:.3s; } .rv.d4 { transition-delay:.4s; }

  /* Shared typography */
  .eyebrow { font-size:.65rem; letter-spacing:.38em; text-transform:uppercase; color:var(--gold); font-weight:400; display:flex; align-items:center; gap:14px; }
  .eyebrow::before { content:''; width:30px; height:1px; background:var(--gold); flex-shrink:0; }
  .h1 { font-family:'Cormorant Garamond',serif; font-size:clamp(3rem,7vw,6rem); font-weight:300; line-height:1.07; letter-spacing:-.01em; }
  .h2 { font-family:'Cormorant Garamond',serif; font-size:clamp(2.4rem,4.5vw,4rem); font-weight:300; line-height:1.12; }
  .h3 { font-family:'Cormorant Garamond',serif; font-size:1.55rem; font-weight:400; }
  .italic-pink { font-style:italic; color:var(--pink); }
  .body-txt { font-size:1rem; line-height:1.85; color:var(--txt-m); font-weight:300; }
  .small-txt { font-size:.82rem; line-height:1.75; color:var(--txt-l); font-weight:300; }

  /* Buttons */
  .btn-dark { background:var(--txt); color:var(--white); padding:15px 42px; border-radius:50px; font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; border:none; cursor:pointer; font-family:'Jost',sans-serif; font-weight:400; transition:var(--t); display:inline-flex; align-items:center; gap:10px; position:relative; overflow:hidden; }
  .btn-dark::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg,var(--pink),var(--blue)); opacity:0; transition:opacity .4s; }
  .btn-dark:hover::before { opacity:1; }
  .btn-dark:hover { transform:translateY(-2px); box-shadow:0 12px 40px rgba(200,150,140,.28); }
  .btn-dark span { position:relative; z-index:1; }
  .btn-outline { border:1px solid rgba(44,36,34,.22); color:var(--txt); padding:15px 42px; border-radius:50px; font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; background:none; cursor:pointer; font-family:'Jost',sans-serif; font-weight:400; transition:var(--t); }
  .btn-outline:hover { border-color:var(--pink); color:var(--pink); transform:translateY(-2px); }
  .btn-pink { background:linear-gradient(135deg,var(--pink),#cf8890); color:var(--white); padding:16px 50px; border-radius:50px; font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; border:none; cursor:pointer; font-family:'Jost',sans-serif; font-weight:400; transition:var(--t); }
  .btn-pink:hover { transform:translateY(-3px); box-shadow:0 16px 50px rgba(232,180,184,.4); }
  .btn-gold { background:var(--gold); color:var(--white); padding:12px 32px; border-radius:50px; font-size:.68rem; letter-spacing:.18em; text-transform:uppercase; border:none; cursor:pointer; font-family:'Jost',sans-serif; font-weight:400; transition:var(--t); }
  .btn-gold:hover { transform:translateY(-2px); box-shadow:0 10px 30px rgba(201,169,110,.35); }

  /* Footer */
  .footer { background:var(--dark); padding:80px 64px 40px; }
  .ft-top { display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:56px; padding-bottom:56px; border-bottom:1px solid rgba(255,255,255,.08); margin-bottom:36px; }
  .ft-logo { margin-bottom:16px; width:176px; height:176px; }
  .footer-brand-logo { width:100%; height:100%; max-width:none; filter:brightness(0) invert(1); }
  .ft-desc { font-size:.84rem; color:rgba(255,255,255,.38); line-height:1.8; max-width:250px; }
  .ft-col-h { font-size:.6rem; letter-spacing:.28em; text-transform:uppercase; color:rgba(255,255,255,.35); margin-bottom:22px; }
  .ft-links { list-style:none; }
  .ft-links li { margin-bottom:11px; }
  .ft-links button { background:none; border:none; font-family:'Jost',sans-serif; font-size:.86rem; color:rgba(255,255,255,.55); cursor:pointer; transition:color .3s; text-align:left; }
  .ft-links button:hover { color:var(--pink); }
  .ft-links a { font-size:.86rem; color:rgba(255,255,255,.55); text-decoration:none; transition:color .3s; }
  .ft-links a:hover { color:var(--pink); }
  .ft-bottom { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
  .ft-copy { font-size:.76rem; color:rgba(255,255,255,.25); }
  .ft-social { display:flex; gap:12px; }
  .social-btn { width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; font-size:.8rem; color:rgba(255,255,255,.4); cursor:pointer; background:none; transition:var(--t); }
  .social-btn:hover { border-color:var(--pink); color:var(--pink); transform:translateY(-2px); }

  /* ── HOME ── */
  .hero { min-height:100vh; display:flex; align-items:center; position:relative; overflow:hidden; background:linear-gradient(140deg,#f0e8e5 0%,#e8eff5 55%,#f5e8ed 100%); }
  .hero-blob { position:absolute; border-radius:50%; opacity:.38; animation:floatBlob 9s ease-in-out infinite; }
  .b1 { width:700px;height:700px;background:radial-gradient(circle,var(--pink-l) 0%,transparent 68%);top:-160px;right:-120px; }
  .b2 { width:450px;height:450px;background:radial-gradient(circle,var(--blue-l) 0%,transparent 68%);bottom:-80px;left:5%;animation-delay:-4s; }
  .b3 { width:300px;height:300px;background:radial-gradient(circle,var(--gold-l) 0%,transparent 68%);top:35%;right:28%;animation-delay:-6s; }
  @keyframes floatBlob { 0%,100%{transform:translate(0,0) scale(1)} 33%{transform:translate(18px,-18px) scale(1.04)} 66%{transform:translate(-12px,14px) scale(.97)} }
  .hero-content { position:relative; z-index:2; padding:120px 64px 80px; max-width:680px; animation:hIn 1.1s cubic-bezier(0.23,1,0.32,1) forwards; opacity:0; transform:translateY(28px); }
  @keyframes hIn { to { opacity:1; transform:translateY(0); } }
  .hero-eyebrow { margin-bottom:30px; }
  .hero-title { margin-bottom:28px; }
  .hero-sub { max-width:420px; margin-bottom:52px; }
  .hero-actions { display:flex; gap:18px; flex-wrap:wrap; }
  .hero-visual { position:absolute; right:64px; top:50%; transform:translateY(-50%); width:min(44vw,500px); height:min(44vw,500px); z-index:2; animation:hIn 1.3s .3s cubic-bezier(0.23,1,0.32,1) forwards; opacity:0; }
  .hero-morph { width:100%; height:100%; background:linear-gradient(135deg,var(--pink-p),var(--blue-p)); border-radius:30% 70% 60% 40%/40% 50% 50% 60%; display:flex; align-items:center; justify-content:center; animation:morphB 14s ease-in-out infinite; box-shadow:inset 0 0 100px rgba(232,180,184,.25),0 30px 80px rgba(200,150,140,.14); }
  @keyframes morphB { 0%,100%{border-radius:30% 70% 60% 40%/40% 50% 50% 60%} 25%{border-radius:60% 40% 30% 70%/50% 60% 40% 50%} 50%{border-radius:40% 60% 70% 30%/60% 40% 50% 50%} 75%{border-radius:70% 30% 40% 60%/50% 50% 60% 40%} }
  .hero-scroll { position:absolute; bottom:40px; left:64px; display:flex; align-items:center; gap:14px; font-size:.62rem; letter-spacing:.3em; text-transform:uppercase; color:var(--txt-l); animation:hIn 1.5s .8s forwards; opacity:0; }
  .scroll-line { width:44px; height:1px; background:var(--txt-l); position:relative; overflow:hidden; }
  .scroll-line::after { content:''; position:absolute; left:-100%; top:0; bottom:0; width:100%; background:var(--pink); animation:sLine 2.2s ease-in-out infinite; }
  @keyframes sLine { to { left:100%; } }

  /* Stats bar */
  .stats-bar { background:var(--white); padding:56px 64px; display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-bottom:1px solid rgba(44,36,34,.06); }
  .stat-item { text-align:center; padding:0 24px; border-right:1px solid rgba(44,36,34,.08); }
  .stat-item:last-child { border-right:none; }
  .stat-num { font-family:'Cormorant Garamond',serif; font-size:3rem; font-weight:300; line-height:1; color:var(--txt); }
  .stat-label { font-size:.65rem; letter-spacing:.25em; text-transform:uppercase; color:var(--txt-l); margin-top:8px; }
  .home-section { padding:120px 64px; }
  .home-about-section,.home-featured-section { background:#fff; }
  .home-journey-section { background:linear-gradient(160deg,#f9f4f2,#edf0f5); text-align:center; }
  .home-about-grid { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; }
  .home-about-copy { min-width:0; }
  .home-feature-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
  .home-journey-sub { max-width:520px; margin:0 auto 72px; }
  .home-journey-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; position:relative; }
  .home-journey-line { position:absolute; top:56px; left:calc(16.66% + 28px); right:calc(16.66% + 28px); height:1px; background:linear-gradient(90deg,var(--pink),var(--blue)); }
  .home-journey-step { display:flex; flex-direction:column; align-items:center; position:relative; }
  .home-journey-node { width:52px; height:52px; border-radius:50%; background:#fff; border:1.5px solid var(--pink-l); display:flex; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif; font-size:1.2rem; margin-bottom:28px; box-shadow:0 4px 20px rgba(232,180,184,.2); z-index:1; }
  .home-journey-card { background:#fff; border-radius:24px; padding:40px 32px; box-shadow:0 8px 40px rgba(200,150,140,.1); width:100%; }
  .home-journey-icon { font-size:2.4rem; margin-bottom:16px; }
  .home-journey-title { margin-bottom:12px; }
  .home-section-cta { margin-top:60px; }
  .home-featured-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:52px; flex-wrap:wrap; gap:24px; }
  .home-gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
  .home-cta-section { padding:120px 64px; background:var(--dark); text-align:center; position:relative; overflow:hidden; }
  .home-cta-glow { position:absolute; inset:0; background:radial-gradient(ellipse at center,rgba(232,180,184,.1) 0%,transparent 70%); pointer-events:none; }
  .home-cta-title { color:#fff; margin-bottom:20px; position:relative; z-index:1; }
  .home-cta-copy { color:rgba(255,255,255,.55); max-width:480px; margin:0 auto 48px; position:relative; z-index:1; }
  .home-cta-button { position:relative; z-index:1; }

  /* ── ABOUT ── */
  .about-page { padding:140px 64px 100px; }
  .about-split { display:grid; grid-template-columns:1fr 1fr; gap:110px; align-items:center; margin-bottom:120px; }
  .about-visual-wrap { position:relative; height:580px; }
  .av-main { position:absolute; right:0; top:0; width:80%; height:84%; background:linear-gradient(145deg,var(--pink-p),var(--blue-p)); border-radius:40% 60% 55% 45%/45% 40% 60% 55%; display:flex; align-items:center; justify-content:center; box-shadow:var(--sh); font-size:6rem; }
  .av-accent { position:absolute; left:0; bottom:0; width:52%; height:48%; background:linear-gradient(145deg,var(--gold-l),var(--pink-l)); border-radius:50% 50% 40% 60%/60% 40% 50% 50%; box-shadow:var(--sh); }
  .av-badge { position:absolute; top:48%; left:8%; transform:translateY(-50%); background:var(--white); border-radius:16px; padding:20px 26px; text-align:center; box-shadow:var(--shh); z-index:2; }
  .av-num { font-family:'Cormorant Garamond',serif; font-size:2.8rem; font-weight:300; line-height:1; }
  .av-lbl { font-size:.6rem; letter-spacing:.22em; text-transform:uppercase; color:var(--txt-l); margin-top:5px; }
  .about-features { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:48px; }
  .af-card { padding:26px; border-radius:var(--r); background:var(--bg); transition:var(--t); }
  .af-card:hover { background:var(--pink-p); transform:translateY(-4px); box-shadow:var(--sh); }
  .af-icon { font-size:1.5rem; margin-bottom:10px; }
  .af-title { font-family:'Cormorant Garamond',serif; font-size:1.15rem; font-weight:500; margin-bottom:7px; }
  .af-desc { font-size:.8rem; color:var(--txt-l); line-height:1.7; }
  .about-values { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
  .value-card { background:var(--white); border-radius:24px; padding:48px 36px; text-align:center; box-shadow:var(--sh); transition:var(--t); }
  .value-card:hover { transform:translateY(-6px); box-shadow:var(--shh); }
  .value-icon { font-size:2.8rem; margin-bottom:22px; }
  .value-title { font-family:'Cormorant Garamond',serif; font-size:1.5rem; font-weight:400; margin-bottom:14px; }
  .value-desc { font-size:.85rem; color:var(--txt-m); line-height:1.8; }

  /* ── PROCESS ── */
  .process-page { padding:140px 64px 100px; background:linear-gradient(160deg,var(--bg) 0%,#edf0f5 100%); min-height:100vh; }
  .process-hero { text-align:center; max-width:620px; margin:0 auto 100px; }
  .process-steps { display:flex; flex-direction:column; gap:0; }
  .p-step { display:grid; grid-template-columns:1fr 80px 1fr; gap:0; align-items:stretch; min-height:260px; }
  .p-step:nth-child(even) .p-content-left { order:3; }
  .p-step:nth-child(even) .p-spine { order:2; }
  .p-step:nth-child(even) .p-content-right { order:1; }
  .p-content-left, .p-content-right { padding:40px 48px; display:flex; align-items:center; }
  .p-spine { display:flex; flex-direction:column; align-items:center; position:relative; }
  .p-spine-line { flex:1; width:1px; background:linear-gradient(to bottom,transparent,var(--pink),transparent); }
  .p-spine-node { width:52px; height:52px; border-radius:50%; background:var(--white); border:1.5px solid var(--pink-l); display:flex; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif; font-size:1.2rem; font-weight:300; box-shadow:0 4px 20px rgba(232,180,184,.22); flex-shrink:0; transition:var(--t); z-index:1; }
  .p-step:hover .p-spine-node { background:linear-gradient(135deg,var(--pink-l),var(--blue-l)); border-color:transparent; box-shadow:0 8px 28px rgba(200,150,140,.3); }
  .p-card { background:var(--white); border-radius:24px; padding:44px 40px; box-shadow:var(--sh); transition:var(--t); width:100%; }
  .p-card:hover { box-shadow:var(--shh); transform:translateY(-4px); }
  .p-icon { font-size:2.8rem; margin-bottom:18px; }
  .p-title { font-family:'Cormorant Garamond',serif; font-size:1.8rem; font-weight:400; margin-bottom:14px; }
  .p-desc { font-size:.9rem; color:var(--txt-m); line-height:1.8; }
  .p-tag { display:inline-block; margin-top:20px; padding:5px 18px; border-radius:40px; background:var(--pink-p); color:var(--gold); font-size:.62rem; letter-spacing:.22em; text-transform:uppercase; }
  .p-empty { display:flex; align-items:center; justify-content:center; opacity:.12; font-size:4rem; }
  .p-step:last-child .p-spine-line:last-child { background:transparent; }

  /* ── GALLERY ── */
  .gallery-page { padding:140px 64px 100px; background:var(--white); }
  .gallery-hd { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:52px; flex-wrap:wrap; gap:28px; }
  .filters { display:flex; gap:8px; flex-wrap:wrap; }
  .fb { padding:8px 22px; border-radius:40px; border:1px solid rgba(44,36,34,.15); background:transparent; color:var(--txt-m); font-family:'Jost',sans-serif; font-size:.68rem; letter-spacing:.15em; text-transform:uppercase; cursor:pointer; transition:var(--t); }
  .fb:hover, .fb.act { background:var(--txt); color:var(--white); border-color:var(--txt); }
  .masonry { columns:4 260px; column-gap:18px; }
  .gi { break-inside:avoid; margin-bottom:18px; border-radius:22px; overflow:hidden; cursor:pointer; transition:var(--t); position:relative; }
  .gi:hover { transform:translateY(-5px); box-shadow:var(--shh); }
  .gi-inner { position:relative; overflow:hidden; }
  .gi-thumb { width:100%; display:block; object-fit:cover; transition:transform .65s cubic-bezier(0.23,1,0.32,1); }
  .gi:hover .gi-thumb { transform:scale(1.07); }
  .gi-ov { position:absolute; inset:0; background:linear-gradient(to top,rgba(30,16,12,.72) 0%,transparent 55%); opacity:0; transition:opacity .4s; display:flex; align-items:flex-end; padding:24px; }
  .gi:hover .gi-ov { opacity:1; }
  .gi-glow { position:absolute; inset:0; box-shadow:inset 0 0 50px rgba(232,180,184,.28); opacity:0; transition:opacity .4s; border-radius:22px; }
  .gi:hover .gi-glow { opacity:1; }
  .gi-info h4 { font-family:'Cormorant Garamond',serif; font-size:1.15rem; font-weight:400; color:#fff; }
  .gi-info p { font-size:.65rem; letter-spacing:.15em; text-transform:uppercase; color:rgba(255,255,255,.65); margin-top:2px; }
  /* Modal */
  .modal-ov { position:fixed; inset:0; z-index:800; background:rgba(26,18,16,.88); backdrop-filter:blur(22px); display:flex; align-items:center; justify-content:center; opacity:0; pointer-events:none; transition:opacity .4s; padding:24px; overflow-y:auto; }
  .modal-ov.open { opacity:1; pointer-events:all; }
  .modal-box { background:var(--white); border-radius:28px; max-width:660px; width:min(100%,660px); max-height:calc(100vh - 48px); padding:56px 48px; transform:scale(.88); transition:transform .45s cubic-bezier(0.23,1,0.32,1); text-align:center; position:relative; overflow-y:auto; margin:auto; }
  .modal-ov.open .modal-box { transform:scale(1); }
  .modal-x { position:absolute; top:18px; right:22px; width:38px; height:38px; border-radius:50%; background:var(--bg); border:none; cursor:pointer; font-size:1rem; display:flex; align-items:center; justify-content:center; transition:var(--t); }
  .modal-x:hover { background:var(--pink-l); }
  .m-icon { font-size:5.5rem; margin-bottom:18px; }
  .m-image { width:100%; max-height:420px; object-fit:cover; border-radius:20px; margin-bottom:24px; box-shadow:var(--sh); display:block; }
  .m-tag { display:inline-block; padding:4px 18px; border-radius:40px; background:var(--pink-p); color:var(--gold); font-size:.62rem; letter-spacing:.22em; text-transform:uppercase; margin-bottom:16px; }
  .m-title { font-family:'Cormorant Garamond',serif; font-size:2.1rem; font-weight:400; margin-bottom:12px; }
  .m-desc { font-size:.9rem; color:var(--txt-m); line-height:1.8; margin-bottom:36px; }

  /* ── COLLECTION ── */
  .coll-page { padding:140px 64px 100px; background:var(--bg); }
  .coll-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:30px; margin-top:64px; }
  .pc { background:var(--white); border-radius:24px; overflow:hidden; transition:var(--t); box-shadow:0 4px 20px rgba(200,150,140,.07); }
  .pc:hover { transform:translateY(-8px); box-shadow:var(--shh); }
  .pc-img { height:270px; display:flex; align-items:center; justify-content:center; font-size:5rem; position:relative; overflow:hidden; }
  .pc-img-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .65s cubic-bezier(0.23,1,0.32,1); }
  .pc:hover .pc-img-bg { transform:scale(1.06); }
  .pc-body { padding:26px; }
  .pc-cat { font-size:.6rem; letter-spacing:.25em; text-transform:uppercase; color:var(--gold); margin-bottom:8px; }
  .pc-name { font-family:'Cormorant Garamond',serif; font-size:1.4rem; font-weight:400; margin-bottom:9px; }
  .pc-desc { font-size:.82rem; color:var(--txt-l); line-height:1.72; margin-bottom:22px; }
  .pc-btn { background:none; border:none; border-bottom:1px solid var(--pink-l); font-family:'Jost',sans-serif; font-size:.68rem; letter-spacing:.15em; text-transform:uppercase; color:var(--txt); cursor:pointer; padding-bottom:3px; transition:var(--t); }
  .pc-btn:hover { color:var(--pink); border-bottom-color:var(--pink); letter-spacing:.22em; }

  /* ── CONTACT ── */
  .contact-page { padding:140px 64px 100px; background:var(--white); display:grid; grid-template-columns:1fr 1.15fr; gap:110px; align-items:start; }
  .ci-card { background:linear-gradient(145deg,var(--pink-p),var(--blue-p)); border-radius:32px; padding:56px 48px; position:relative; overflow:hidden; margin-top:48px; }
  .ci-card::after { content:'◈'; position:absolute; font-size:9rem; color:rgba(232,180,184,.18); bottom:-28px; right:-14px; line-height:1; pointer-events:none; }
  .cd { display:flex; align-items:flex-start; gap:18px; margin-bottom:36px; }
  .cd:last-child { margin-bottom:0; }
  .cd-icon { width:46px; height:46px; border-radius:13px; background:var(--white); display:flex; align-items:center; justify-content:center; font-size:1.1rem; flex-shrink:0; box-shadow:0 4px 16px rgba(200,150,140,.14); }
  .cd-lbl { font-size:.6rem; letter-spacing:.24em; text-transform:uppercase; color:var(--gold); margin-bottom:4px; }
  .cd-val { font-size:.96rem; color:var(--txt); }
  .cf { padding-top:10px; }
  .fl { display:block; font-size:.6rem; letter-spacing:.22em; text-transform:uppercase; color:var(--txt-l); margin-bottom:10px; }
  .fi { width:100%; background:var(--bg); border:1px solid transparent; border-radius:10px; padding:14px 18px; font-family:'Jost',sans-serif; font-size:.9rem; color:var(--txt); outline:none; transition:var(--t); }
  .fi:focus { border-color:var(--pink-l); background:var(--white); box-shadow:0 0 0 4px rgba(232,180,184,.1); }
  .ft2 { height:130px; resize:none; }
  .fr { margin-bottom:24px; }
  .fr2 { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:24px; }
  .fs { background:var(--txt); color:var(--white); padding:16px 50px; border-radius:50px; font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; font-family:'Jost',sans-serif; font-weight:400; border:none; cursor:pointer; transition:var(--t); }
  .fs:hover { background:var(--gold); transform:translateY(-2px); box-shadow:0 12px 40px rgba(201,169,110,.3); }
  .fs:disabled { opacity:.7; cursor:wait; transform:none; box-shadow:none; }
  .fs.sent { background:var(--gold); }
  .form-status { margin-top:18px; font-size:.84rem; line-height:1.7; }
  .form-status.success { color:#4f7a58; }
  .form-status.error { color:#b14f5b; }

  /* Responsive */
  @media(max-width:1100px) {
    .home-about-grid { grid-template-columns:1fr; gap:56px; }
    .home-gallery-grid { grid-template-columns:repeat(2,1fr); }
    .about-split { grid-template-columns:1fr; gap:60px; }
    .about-values { grid-template-columns:1fr 1fr; }
    .contact-page { grid-template-columns:1fr; gap:64px; }
    .hero-visual { display:none; }
    .stats-bar { grid-template-columns:1fr 1fr; }
    .ft-top { grid-template-columns:1fr 1fr; gap:40px; }
    .p-step { grid-template-columns:1fr 60px 1fr; }
  }
  @media(max-width:900px) {
    .home-section,.home-cta-section { padding:96px 32px; }
    .home-journey-grid { grid-template-columns:1fr; gap:24px; }
    .home-journey-line { display:none; }
    .about-values { grid-template-columns:1fr; }
    .masonry { columns:2 180px; }
    .coll-grid { grid-template-columns:1fr 1fr; }
    .p-step { grid-template-columns:60px 1fr; gap:0; }
    .p-step .p-content-left, .p-step .p-content-right { grid-column:2; padding:24px 24px 24px 0; }
    .p-step .p-spine { grid-column:1; grid-row:1; }
    .p-step:nth-child(even) .p-content-left,
    .p-step:nth-child(even) .p-content-right { order:unset; }
    .p-step:nth-child(even) .p-spine { order:unset; }
    .p-step .p-empty { display:none; }
  }
  @media(max-width:768px) {
    .nav { padding:22px 24px; }
    .nav.scrolled { padding:16px 24px; }
    .nav-links,.nav-cta { display:none; }
    .ham { display:flex; }
    .about-page,.process-page,.gallery-page,.coll-page,.contact-page { padding:120px 24px 80px; }
    .hero { min-height:auto; padding-top:120px; }
    .hero-content { padding:0 24px 56px; max-width:none; }
    .stats-bar { padding:44px 24px; grid-template-columns:1fr 1fr; }
    .stat-item { padding:18px 12px; border-right:none; border-bottom:1px solid rgba(44,36,34,.08); }
    .stat-item:nth-last-child(-n+2) { border-bottom:none; }
    .footer { padding:60px 24px 32px; }
    .ft-top { grid-template-columns:1fr; gap:32px; }
    .ft-bottom { flex-direction:column; text-align:center; }
    .gallery-hd { flex-direction:column; align-items:flex-start; }
    .coll-grid { grid-template-columns:1fr; }
    .fr2 { grid-template-columns:1fr; gap:0; margin-bottom:0; }
    .fr2 > div { margin-bottom:24px; }
    .about-visual-wrap { height:320px; }
    .hero-actions { flex-direction:column; }
    .hero-scroll { display:none; }
    .home-section,.home-cta-section { padding:80px 24px; }
    .home-feature-grid { grid-template-columns:1fr; }
    .home-gallery-grid { grid-template-columns:1fr; }
    .home-featured-head { margin-bottom:36px; }
    .home-journey-sub { margin-bottom:44px; }
    .home-journey-card { padding:32px 24px; }
    .nav-brand-logo { width:120px; height:120px; }
    .ft-logo { width:136px; height:136px; }
    .modal-ov { padding:16px; align-items:flex-start; }
    .modal-box { max-height:calc(100vh - 32px); padding:48px 22px 28px; }
    .m-image { max-height:300px; }
  }
  @media(max-width:480px) {
    .masonry { columns:2 140px; column-gap:12px; }
    .gi { margin-bottom:12px; border-radius:16px; }
    .gi-glow { border-radius:16px; }
    .h1 { font-size:2.6rem; }
    .hero-content { padding:0 20px 44px; }
    .hero-sub { margin-bottom:36px; }
    .hero-actions .btn-dark,
    .hero-actions .btn-outline,
    .home-cta-button { width:100%; justify-content:center; }
    .stats-bar { grid-template-columns:1fr; padding:32px 20px; }
    .stat-item { border-bottom:1px solid rgba(44,36,34,.08); }
    .stat-item:last-child { border-bottom:none; }
    .home-section,.home-cta-section { padding:68px 20px; }
    .home-featured-head { gap:18px; }
    .home-journey-card { padding:28px 20px; }
  }
