:root{
  --bg:#fffdfb;
  --paper:#fffaf7;
  --ink:#111214;
  --muted:#6f6b69;
  --line:#eee8e5;
  --pink:#f4a8b8;
  --pink-soft:#f9dbe2;
  --pink-deep:#ea718d;
  --sky:#bfe0f6;
  --sky-soft:#eaf7ff;
  --butter:#ffe994;
  --cream:#fff3df;
  --shadow:0 24px 70px rgba(32,23,24,.08);
  --radius:28px;
  --serif: ui-serif, "Songti SC", "STSong", "SimSun", serif;
  --sans: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.site-header{position:fixed;inset:0 0 auto;z-index:50;transition:.25s ease}
.site-header.scrolled{background:rgba(255,253,251,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(238,232,229,.85)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;gap:12px;align-items:baseline;font-weight:800;letter-spacing:.02em}
.brand small{font-weight:500;color:#777;font-size:12px;letter-spacing:.15em}
.navlinks{display:flex;gap:28px;align-items:center;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.navlinks a{opacity:.72;transition:.2s}.navlinks a:hover{opacity:1}
.menu-btn{display:none;border:0;background:transparent;font-size:24px;line-height:1;padding:8px;cursor:pointer}
.mobile-menu{display:none;position:fixed;inset:76px 16px auto;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:18px;z-index:60}
.mobile-menu.open{display:grid;gap:6px}.mobile-menu a{padding:14px 12px;border-radius:14px}.mobile-menu a:hover{background:#fff4f6}

/* shared */
.kicker{font-size:11px;text-transform:uppercase;letter-spacing:.17em;color:#8e8582}
.display{font-family:var(--serif);font-weight:700;letter-spacing:-.03em;line-height:1.04}
.section{position:relative}
.note{font-size:14px;line-height:1.8;color:var(--muted)}
.cta{display:inline-flex;align-items:center;gap:12px;margin-top:24px;padding:13px 18px;border:1px solid #171717;border-radius:999px;font-size:13px;transition:.2s;background:white}
.cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(20,20,20,.08)}
.arrow{font-size:17px}
.glass-chip{position:absolute;width:84px;height:84px;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.52),rgba(255,255,255,.16));border:1px solid rgba(255,255,255,.7);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 10px 30px rgba(138,156,170,.08);backdrop-filter:blur(8px);pointer-events:none}

/* B: door */
.hero{min-height:100svh;background:linear-gradient(90deg,#fff9f8 0 43%,#f6b1c1 43% 100%);display:flex;align-items:center;padding:108px 0 56px;overflow:hidden}
.hero .container{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center}
.hero-copy{max-width:470px;padding-left:2vw}
.hero-title{font-size:clamp(58px,7vw,94px);margin:0 0 18px}
.hero-title span{display:block;font-family:var(--sans);font-size:.56em;letter-spacing:.08em;margin-top:8px}
.hero-copy .note{max-width:360px;font-size:16px}
.hero-visual{position:relative;justify-self:end;width:min(590px,100%);height:68vh;min-height:520px;border-radius:34px;overflow:hidden;box-shadow:0 28px 80px rgba(162,91,111,.14);background:#f4a8b8}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center 45%}
.hero-visual:after{content:"";position:absolute;inset:auto 7% 7% auto;width:120px;height:165px;border:1px solid rgba(255,255,255,.68);background:linear-gradient(160deg,rgba(255,255,255,.20),rgba(255,255,255,.02));backdrop-filter:blur(3px);border-radius:24px;transform:rotate(3deg)}
.hero .glass-chip{left:39%;bottom:14%;width:72px;height:72px;border-radius:50%}
.scroll-cue{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);font-size:10px;letter-spacing:.18em;color:#514f50;display:flex;flex-direction:column;align-items:center;gap:8px}
.scroll-cue:after{content:"";width:1px;height:30px;background:#544}

/* C: traces */
.traces{padding:150px 0 138px;background:#fff}
.traces-intro{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}
.traces-copy{padding-left:3vw;max-width:410px}
.traces h2,.person h2,.product h2{font-size:clamp(42px,5vw,70px);margin:12px 0 18px}
.big-image{position:relative;border-radius:30px;overflow:hidden;background:#faf4f1;box-shadow:var(--shadow);min-height:540px}
.big-image img{width:100%;height:100%;object-fit:cover}
.big-image .clear-object{position:absolute;right:7%;bottom:7%;width:98px;height:140px;border-radius:20px;background:linear-gradient(160deg,rgba(255,255,255,.38),rgba(214,236,250,.12));border:1px solid rgba(255,255,255,.82);backdrop-filter:blur(5px);box-shadow:0 12px 34px rgba(69,89,102,.08)}
.fragment-row{margin-top:86px;display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:26px;align-items:end}
.fragment{border-top:1px solid var(--line);padding-top:18px}
.fragment.media{padding-top:0;border-top:0}
.fragment img{aspect-ratio:4/3;width:100%;object-fit:cover;border-radius:20px}
.fragment .caption{font-family:var(--serif);font-size:22px;line-height:1.45;margin:12px 0 0}
.fragment .micro{font-size:12px;line-height:1.7;color:var(--muted);margin-top:8px}

/* A: person */
.person{padding:124px 0 150px;background:linear-gradient(180deg,#fff 0,#fff8f7 100%)}
.person-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:center}
.person-photo{position:relative;min-height:650px;border-radius:34px;overflow:hidden;background:#f6eee8;box-shadow:var(--shadow)}
.person-photo img{width:100%;height:100%;object-fit:cover}
.person-copy{max-width:470px}
.person-copy .lead{font-family:var(--serif);font-size:25px;line-height:1.55;margin:18px 0 20px}
.person-pieces{margin-top:42px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.person-piece{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:white}
.person-piece img{width:100%;aspect-ratio:1.45/1;object-fit:cover}
.person-piece p{margin:0;padding:12px 14px;font-size:12px;line-height:1.65;color:#68625f}
.person .glass-chip{right:8%;top:14%;width:70px;height:110px;border-radius:28px;transform:rotate(-5deg)}

/* Product */
.product{padding:70px 0 120px;background:#fff}
.product-shell{position:relative;overflow:hidden;border-radius:36px;background:linear-gradient(120deg,#ffeaa0 0%,#fff0be 55%,#dff2ff 100%);padding:72px 74px;display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center;min-height:480px}
.product-copy{max-width:460px}.product-copy h2{font-family:var(--sans);letter-spacing:-.04em}.product-copy .note{font-size:16px}
.product-object{display:flex;justify-content:center;align-items:center;position:relative}
.product-object img{width:min(300px,72%);filter:drop-shadow(0 28px 40px rgba(52,57,62,.20));transform:rotate(6deg)}
.product-orb{position:absolute;right:12%;bottom:8%;width:118px;height:118px;border-radius:50%;border:1px solid rgba(255,255,255,.9);background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.92),rgba(187,224,245,.28) 40%,rgba(255,255,255,.12) 68%);box-shadow:inset 0 0 32px rgba(255,255,255,.75),0 16px 40px rgba(104,151,178,.10)}

/* outro */
.outro{padding:80px 0 46px;background:#fff}
.outro-row{display:flex;justify-content:space-between;align-items:center;gap:30px;border-top:1px solid var(--line);padding-top:34px}
.outro-nav{display:flex;gap:28px;font-size:12px;letter-spacing:.1em;text-transform:uppercase}
.fish{width:30px;height:16px;position:relative;display:inline-block;background:#d7d7d7;border-radius:50% 55% 50% 55%}
.fish:after{content:"";position:absolute;right:-10px;top:3px;border-left:12px solid #d7d7d7;border-top:5px solid transparent;border-bottom:5px solid transparent}

/* pages */
.page-hero{padding:150px 0 70px;background:linear-gradient(135deg,#fffaf8,#fff 52%,#fff2f5)}
.page-hero h1{font-size:clamp(54px,7vw,96px);margin:8px 0 16px}
.page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;padding:42px 0 110px}
.entry{border-top:1px solid var(--line);padding-top:18px}.entry h3{font-family:var(--serif);font-size:28px;line-height:1.35;margin:8px 0 12px}.entry p{color:var(--muted);line-height:1.8}.entry .meta{font-size:11px;color:#999;letter-spacing:.1em;text-transform:uppercase}
.simple-card{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff;box-shadow:0 12px 40px rgba(30,25,22,.04)}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.cta:hover{transform:none}}

@media (max-width:860px){
  .container{width:min(100% - 28px,680px)}
  .nav{height:68px}.navlinks{display:none}.menu-btn{display:block}.mobile-menu{inset:70px 14px auto}
  .hero{min-height:auto;padding:88px 0 34px;background:linear-gradient(180deg,#fff9f8 0 36%,#f6b1c1 36% 100%)}
  .hero .container{grid-template-columns:1fr;gap:28px}
  .hero-copy{padding:14px 6px 0;max-width:none}.hero-title{font-size:52px}.hero-title span{font-size:.52em}.hero-copy .note{font-size:14px}
  .hero-visual{width:100%;height:58vh;min-height:470px;border-radius:28px}.hero .glass-chip{left:auto;right:8%;bottom:7%}.scroll-cue{display:none}
  .traces{padding:96px 0 88px}.traces-intro{grid-template-columns:1fr;gap:34px}.traces-copy{padding:0 4px}.big-image{min-height:460px}.fragment-row{margin-top:54px;grid-template-columns:1fr;gap:32px}.fragment.media img{aspect-ratio:1.6/1}.fragment .caption{font-size:20px}
  .person{padding:88px 0 94px}.person-grid{grid-template-columns:1fr;gap:36px}.person-photo{min-height:560px}.person-copy{padding:0 4px;max-width:none}.person-pieces{grid-template-columns:1fr 1fr}.person .glass-chip{top:6%;right:4%}
  .product{padding:28px 0 80px}.product-shell{padding:48px 28px;grid-template-columns:1fr;gap:30px;border-radius:28px;min-height:0}.product-copy{max-width:none}.product-object img{width:min(240px,65%)}.product-orb{width:90px;height:90px;right:11%;bottom:2%}
  .outro{padding:48px 0 32px}.outro-row{align-items:flex-start;flex-direction:column}.outro-nav{gap:18px;flex-wrap:wrap}
  .page-hero{padding:120px 0 44px}.page-grid{grid-template-columns:1fr;padding-bottom:72px}
}

@media (max-width:520px){
  .hero-title{font-size:46px}.hero-visual{height:53vh;min-height:420px}.traces h2,.person h2,.product h2{font-size:42px}.big-image{min-height:420px}.person-photo{min-height:500px}.person-pieces{grid-template-columns:1fr}.product-shell{padding:42px 22px}.outro-nav{font-size:11px}
}

/* === IMAGE SLOT SYSTEM v2 ================================================
   Every major image sits inside a fixed layout slot. You may replace any PNG
   in /assets/replace/ with your own file using the SAME filename. The layout
   will stay intact because object-fit: cover handles different photos.
   If a subject is cropped poorly, adjust only the object-position below.
   ======================================================================= */
.hero-visual{aspect-ratio:10/11;height:auto;min-height:0}
.hero-visual img{object-position:center 45%}
.big-image{aspect-ratio:4/3;min-height:0}
.big-image img{object-position:center center}
.person-photo{aspect-ratio:4/5;min-height:0}
.person-photo img{object-position:center 38%}
.person-piece img,.fragment img{object-position:center center}
.product-object img{height:auto;object-fit:contain}

@media (max-width:860px){
  .hero-visual{aspect-ratio:4/5;height:auto;min-height:0}
  .big-image{aspect-ratio:4/3;min-height:0}
  .person-photo{aspect-ratio:4/5;min-height:0}
}
@media (max-width:520px){
  .hero-visual,.big-image,.person-photo{min-height:0}
}

/* === LOCAL 2K IMAGE RENDERING =========================================
   Main visual assets live in /assets/replace/ and are kept around 2K.
   The bundled editorial images do not enlarge the original photo pixels;
   they place source photos at native size inside a larger 2K composition.
   Replace any slot with a true native high-resolution image using the same filename.
   ======================================================================= */
.hero-visual img,
.big-image img,
.fragment img,
.person-photo img,
.person-piece img,
.product-object img{
  image-rendering:auto;
  -ms-interpolation-mode:bicubic;
  opacity:1;
  backface-visibility:hidden;
}
/* Decorative translucent chips may blur themselves, but never the photo underneath. */
.hero-visual,.big-image,.person-photo,.fragment.media,.person-piece{isolation:isolate}

/* === RESPONSIVE / ADAPTIVE LAYOUT v4 ===================================
   One site, adaptive composition across desktop / laptop / tablet / phone.
   Content and image slots stay the same; only spacing, hierarchy, grid and
   crop behaviour change with the available viewport.
   ======================================================================= */
:root{
  --page-gutter: clamp(16px, 3.2vw, 48px);
  --section-space: clamp(72px, 9vw, 150px);
  --header-h: clamp(64px, 5.2vw, 76px);
}
html{-webkit-text-size-adjust:100%}
body{overflow-x:clip}
.container{width:min(1180px,calc(100% - (var(--page-gutter) * 2)))}
.site-header{padding-top:env(safe-area-inset-top)}
.nav{height:var(--header-h)}
.hero-copy,.hero-visual,.traces-copy,.big-image,.fragment,.person-photo,.person-copy,.product-copy,.product-object{min-width:0}
.hero-title{font-size:clamp(46px,6.6vw,94px)}
.hero-copy .note{font-size:clamp(14px,1.25vw,16px)}
.traces h2,.person h2,.product h2{font-size:clamp(40px,4.8vw,70px)}
.person-copy .lead{font-size:clamp(21px,2vw,25px)}
.product-shell{padding:clamp(44px,5vw,74px)}
.page-hero{padding-top:calc(var(--header-h) + clamp(48px,5vw,74px))}
.page-grid{gap:clamp(20px,2.4vw,28px)}

/* laptop / small desktop */
@media (max-width:1180px){
  .hero .container{grid-template-columns:.9fr 1.1fr;gap:clamp(28px,4vw,48px)}
  .hero-copy{padding-left:0}
  .hero-visual{max-width:560px}
  .traces-intro{grid-template-columns:.82fr 1.18fr;gap:clamp(36px,5vw,58px)}
  .fragment-row{gap:20px}
  .person-grid{gap:clamp(36px,5vw,58px)}
  .product-shell{gap:36px}
}

/* tablet landscape / compact laptop */
@media (max-width:980px){
  .navlinks{gap:20px}
  .hero{padding-top:calc(var(--header-h) + 28px);padding-bottom:44px}
  .hero .container{grid-template-columns:.92fr 1.08fr;gap:26px}
  .hero-visual{border-radius:28px}
  .traces{padding:110px 0 104px}
  .traces-intro{gap:34px}
  .fragment-row{margin-top:64px;grid-template-columns:1.1fr .9fr;align-items:start}
  .fragment-row .fragment:nth-child(3){grid-column:1 / -1;max-width:58%;justify-self:end}
  .person{padding:104px 0 112px}
  .person-grid{grid-template-columns:1fr 1fr;gap:36px}
  .person-pieces{grid-template-columns:1fr}
  .product{padding-bottom:96px}
  .product-shell{grid-template-columns:1fr .9fr}
}

/* tablet portrait + mobile: composition changes, not just shrink */
@media (max-width:820px){
  :root{--page-gutter:clamp(14px,4.2vw,28px);--header-h:68px}
  .navlinks{display:none}.menu-btn{display:block;min-width:44px;min-height:44px}
  .mobile-menu{inset:calc(var(--header-h) + env(safe-area-inset-top) + 2px) var(--page-gutter) auto}
  .hero{min-height:auto;padding:calc(var(--header-h) + 18px) 0 38px;background:linear-gradient(180deg,#fff9f8 0 35%,#f6b1c1 35% 100%)}
  .hero .container{display:flex;flex-direction:column;gap:26px;align-items:stretch}
  .hero-copy{order:1;padding:8px 4px 0;max-width:620px}
  .hero-visual{order:2;max-width:none;width:100%;aspect-ratio:4/5;border-radius:26px}
  .hero-visual:after{width:88px;height:118px;border-radius:18px}
  .hero .glass-chip{right:7%;left:auto;bottom:6%;width:58px;height:58px}
  .scroll-cue{display:none}

  .traces{padding:88px 0 84px}
  .traces-intro{display:flex;flex-direction:column;gap:30px}
  .traces-copy{padding:0 4px;max-width:620px}
  .big-image{width:100%;aspect-ratio:4/3;border-radius:24px}
  .big-image .clear-object{width:72px;height:104px;border-radius:16px}
  .fragment-row{margin-top:50px;display:grid;grid-template-columns:1fr 1fr;gap:22px}
  .fragment-row .fragment:nth-child(3){grid-column:1 / -1;max-width:none;justify-self:stretch}
  .fragment.media img{aspect-ratio:1.55/1;border-radius:18px}

  .person{padding:84px 0 88px}
  .person-grid{display:flex;flex-direction:column;gap:34px}
  .person-photo{width:100%;aspect-ratio:4/5;border-radius:26px}
  .person-copy{padding:0 4px;max-width:620px}
  .person-pieces{grid-template-columns:1fr 1fr;gap:14px}
  .person .glass-chip{top:5%;right:4%;width:56px;height:88px}

  .product{padding:24px 0 72px}
  .product-shell{display:flex;flex-direction:column;align-items:stretch;gap:28px;border-radius:26px;padding:clamp(32px,6vw,48px) clamp(20px,5vw,30px)}
  .product-copy{max-width:620px}
  .product-object{min-height:280px}
  .product-object img{width:min(250px,65%)}
  .product-orb{width:82px;height:82px}

  .outro{padding:44px 0 calc(28px + env(safe-area-inset-bottom))}
  .outro-row{flex-direction:column;align-items:flex-start;gap:22px}
  .outro-nav{gap:18px;flex-wrap:wrap}
  .page-grid{grid-template-columns:1fr;padding-bottom:72px}
}

/* phones */
@media (max-width:560px){
  :root{--page-gutter:16px}
  .brand{gap:9px}.brand small{font-size:10px}
  .hero-copy{padding-inline:2px}
  .hero-title{font-size:clamp(43px,13vw,56px);margin-bottom:14px}
  .hero-visual{aspect-ratio:4/5;border-radius:22px}
  .cta{min-height:44px;padding:12px 16px;margin-top:20px}
  .kicker{font-size:10px}
  .traces,.person{padding-top:74px;padding-bottom:76px}
  .traces h2,.person h2,.product h2{font-size:clamp(38px,11vw,48px)}
  .big-image{border-radius:20px}
  .fragment-row{grid-template-columns:1fr;gap:26px;margin-top:42px}
  .fragment-row .fragment:nth-child(3){grid-column:auto}
  .fragment.media img{aspect-ratio:1.45/1}
  .person-photo{border-radius:22px}
  .person-pieces{grid-template-columns:1fr}
  .product-shell{border-radius:22px}
  .product-object{min-height:240px}
  .product-object img{width:min(225px,70%)}
  .outro-nav{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px}
  .page-hero h1{font-size:clamp(46px,13vw,66px)}
  .entry h3{font-size:24px}
}

/* very narrow phones */
@media (max-width:380px){
  :root{--page-gutter:13px}
  .hero-title{font-size:42px}
  .person-copy .lead{font-size:20px}
  .product-shell{padding-inline:18px}
}

/* short landscape phones: prevent oversized hero */
@media (max-width:820px) and (orientation:landscape) and (max-height:520px){
  .hero .container{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center}
  .hero-visual{aspect-ratio:16/10;max-height:68vh}
  .hero-copy{padding-top:0}
}

/* touch devices should not depend on hover feedback */
@media (hover:none){
  .cta:hover{transform:none;box-shadow:none}
  .navlinks a:hover{opacity:.72}
}

/* ---------- CMS content system ---------- */
.content-archive{padding:34px 0 110px}.archive-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px}.filter-row{display:flex;gap:8px;flex-wrap:wrap;min-height:34px}.filter-chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 13px;font-size:11px;color:#766f6a;cursor:pointer}.filter-chip.active{background:#ffeaf0;border-color:#ffc7d4;color:#3c3431}.archive-admin-link{display:none;color:#8b7d77;font-size:11px;text-decoration:none}.cms-editing .archive-admin-link{display:inline-flex}.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.content-card{display:block;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;color:inherit;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.content-card:hover{transform:translateY(-3px);box-shadow:0 24px 60px rgba(112,79,67,.09);border-color:#ead8d2}.content-cover{aspect-ratio:16/9;background:#f7f2ee;overflow:hidden}.content-cover img{width:100%;height:100%;object-fit:cover;display:block}.content-card-body{padding:22px 24px 20px}.content-card h3{font-family:var(--serif);font-size:28px;line-height:1.35;margin:8px 0 12px}.content-card p{color:var(--muted);line-height:1.75;margin:0}.content-card .meta{font-size:10px;letter-spacing:.12em;color:#999}.content-card-foot{display:flex;justify-content:space-between;gap:18px;margin-top:22px;font-size:10px;color:#aaa}.content-detail-page{padding:calc(var(--header-h) + 70px) 0 110px;min-height:70vh}.article-shell{width:min(820px,calc(100% - 40px));margin:0 auto}.article-back{display:inline-block;margin-bottom:42px;color:#817873;text-decoration:none;font-size:12px}.article-meta{font-size:11px;letter-spacing:.12em;color:#9b918b;text-transform:uppercase}.article-shell h1{font-family:var(--serif);font-weight:500;font-size:clamp(42px,6vw,72px);line-height:1.14;margin:14px 0 20px}.article-deck{font-size:18px;line-height:1.8;color:#746c67;margin-bottom:34px}.article-cover{margin:34px 0;border-radius:26px;overflow:hidden}.article-cover img{width:100%;display:block}.article-body{font-family:var(--serif);font-size:18px;line-height:1.95;color:#332f2c}.article-body p{margin:0 0 1.35em}.article-body h2{font-size:32px;line-height:1.4;margin:2em 0 .7em}.article-body h3{font-size:24px}.article-body blockquote{margin:2em 0;border-left:3px solid #f0a4b6;padding:4px 0 4px 20px;color:#756a64}.article-body img{max-width:100%;height:auto;border-radius:20px;margin:22px auto;display:block}.article-body a{color:#a65e72}.article-video-link a,.article-cta{display:inline-flex;border:1px solid #e7d8d2;border-radius:999px;padding:11px 16px;color:#4c4440;text-decoration:none;background:#fff}.article-cta{margin-top:35px;background:#1f1d1c;color:#fff;border-color:#1f1d1c}.home-updates{background:#fffdfb}.home-updates-head{display:grid;grid-template-columns:1fr minmax(260px,430px);gap:40px;align-items:end;margin-bottom:30px}.home-updates-head h2{font-size:clamp(44px,6vw,74px);margin:6px 0 0}.home-feed{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-feed-card{border:1px solid var(--line);background:#fff;border-radius:22px;overflow:hidden;color:inherit;text-decoration:none}.home-feed-card>img,.home-feed-blank{width:100%;aspect-ratio:16/10;object-fit:cover;background:linear-gradient(135deg,#ffe8ef,#edf7ff)}.home-feed-card>div{padding:18px}.home-feed-card .meta{font-size:10px;letter-spacing:.1em;color:#aaa}.home-feed-card h3{font-family:var(--serif);font-size:22px;line-height:1.4;margin:7px 0}.home-feed-card p{font-size:13px;color:var(--muted);line-height:1.65;margin:0}.home-feed-empty{grid-column:1/-1;padding:35px;border:1px dashed var(--line);border-radius:20px;color:#aaa;text-align:center}.home-hub-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px}.home-hub-links a{color:#645b56;text-decoration:none;font-size:12px}.cms-edit-bar{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:2000;display:flex;align-items:center;gap:13px;padding:10px 12px 10px 16px;border-radius:999px;background:rgba(28,27,26,.94);color:white;box-shadow:0 16px 40px rgba(0,0,0,.2);font-size:11px;backdrop-filter:blur(10px)}.cms-edit-bar b{font-size:12px}.cms-edit-bar span{color:#ddd}.cms-edit-bar a,.cms-edit-bar button{color:white;border:1px solid rgba(255,255,255,.18);background:transparent;border-radius:999px;padding:7px 10px;text-decoration:none;cursor:pointer}.cms-editable,.cms-editable-image{outline:2px dashed rgba(255,92,132,.65)!important;outline-offset:5px;cursor:pointer!important}.cms-editable:hover,.cms-editable-image:hover{outline-color:#ff4f7e!important;background:rgba(255,230,238,.2)}.cms-edit-modal{position:fixed;inset:0;background:rgba(20,16,14,.35);z-index:2100;display:none;place-items:center;padding:18px}.cms-edit-modal.open{display:grid}.cms-edit-card{position:relative;width:min(560px,100%);background:#fff;border-radius:24px;padding:24px;box-shadow:0 30px 90px rgba(0,0,0,.18)}.cms-edit-close{position:absolute;right:14px;top:12px;border:0;background:transparent;font-size:24px;cursor:pointer}.cms-edit-label{font-size:11px;color:#888;margin-bottom:10px}.cms-edit-input{width:100%;border:1px solid #e5ddd8;border-radius:14px;padding:13px;resize:vertical}.cms-edit-upload-row{display:flex;align-items:center;gap:10px;margin-top:10px}.cms-upload-hint{font-size:10px;color:#aaa}.cms-edit-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.cms-edit-actions button{border-radius:999px;padding:9px 14px;cursor:pointer}.cms-secondary{border:1px solid #e5ddd8;background:white}.cms-primary{border:0;background:#1e1c1b;color:#fff}.cms-edit-msg{font-size:11px;color:#8d6470;margin-top:9px;min-height:16px}.loading-dot{color:#aaa;padding:60px 0;text-align:center}@media(max-width:820px){.content-grid{grid-template-columns:1fr}.content-card h3{font-size:24px}.home-updates-head{grid-template-columns:1fr;gap:10px}.home-feed{grid-template-columns:1fr 1fr}.cms-edit-bar span{display:none}}@media(max-width:540px){.content-archive{padding-top:22px}.archive-toolbar{align-items:flex-start;flex-direction:column}.home-feed{grid-template-columns:1fr}.article-shell{width:min(100% - 28px,820px)}.article-shell h1{font-size:42px}.article-body{font-size:17px}.cms-edit-bar{width:calc(100% - 24px);justify-content:space-between}.cms-edit-bar b{white-space:nowrap}.cms-edit-upload-row{align-items:flex-start;flex-direction:column}}
