/*
Theme Name: Koda Veya
Theme URI: https://www.kodaveya.com
Author: Koda Veya
Description: A custom, lightweight editorial theme for Koda Veya — fashion, beauty, London and elevated everyday style. Built from the approved Koda Veya website prototype with no page builder dependency.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: koda-veya
*/

:root{
  --paper:#F4F0E9;
  --paper-warm:#EFE9DE;
  --ink:#1B1815;
  --stone:#8C8171;
  --brass:#8A6D3F;
  --line: rgba(27,24,21,0.12);
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  background:var(--paper);
  color:var(--ink);
  font-family:'Inter',sans-serif;
  font-weight:400;
  overflow-x:hidden;
}
h1,h2,h3,.serif{font-family:'Bodoni Moda',serif;font-weight:400;letter-spacing:0.005em;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;height:auto;}
.cover-img{width:100%;height:100%;object-fit:cover;display:block;}
video.cover-img{background:#000;}
picture.cover-img{width:100%;height:100%;display:block;}
picture.cover-img img{width:100%;height:100%;object-fit:cover;display:block;}
ul,ol{list-style:none;}
button{font-family:inherit;}

/* WordPress core accessibility helper */
.screen-reader-text{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

/* focus visibility for keyboard users */
a:focus-visible,
button:focus-visible,
.tag:focus-visible,
.link-underline:focus-visible{
  outline:2px solid var(--brass);
  outline-offset:3px;
  border-radius:2px;
}
.tag:focus-visible .tag-circle{
  box-shadow:0 0 0 3px rgba(138,109,63,0.35);
}

.eyebrow{font-size:11px;letter-spacing:0.2em;text-transform:uppercase;color:var(--stone);font-weight:500;}
.link-underline{
  font-size:11px;letter-spacing:0.14em;text-transform:uppercase;
  border-bottom:1px solid var(--ink);
  padding-bottom:4px;
  display:inline-flex;align-items:center;gap:6px;
  transition:border-color 0.3s ease, color 0.3s ease, gap 0.3s ease;
}
@media (hover: hover) and (pointer: fine){.link-underline:hover{color:var(--brass);border-color:var(--brass);gap:10px;}}

/* kicker = plain uppercase text label, no pill background — magazine convention */
.kicker{
  font-size:10.5px;letter-spacing:0.16em;text-transform:uppercase;
  color:var(--brass);font-weight:500;margin-bottom:10px;display:block;
}
.kicker.on-photo{color:rgba(255,255,255,0.9);text-shadow:0 1px 8px rgba(0,0,0,0.5);}

/* ===== HEADER ===== */
header.site-header{
  display:flex;align-items:center;justify-content:center;position:relative;
  padding:26px 5vw;
  background:var(--paper);
  border-bottom:1px solid var(--line);
}
.logo{font-family:'Bodoni Moda',serif;font-style:italic;font-size:32px;font-weight:700;letter-spacing:0.03em;}
.menu-btn{
  position:absolute;right:5vw;top:50%;transform:translateY(-50%);
  background:none;border:none;cursor:pointer;
  display:flex;flex-direction:column;gap:5px;padding:6px;
}
.menu-btn span{width:20px;height:1px;background:var(--ink);display:block;}

/* ===== NAV DRAWER ===== */
.nav-backdrop{
  position:fixed;inset:0;background:rgba(20,18,15,0.35);
  opacity:0;pointer-events:none;transition:opacity 0.35s ease;z-index:300;
}
.nav-backdrop.open{opacity:1;pointer-events:auto;}
.nav-drawer{
  position:fixed;top:0;right:0;bottom:0;z-index:301;
  width:min(78vw,320px);
  background:var(--paper);
  box-shadow:-12px 0 40px rgba(0,0,0,0.15);
  transform:translateX(100%);
  transition:transform 0.4s cubic-bezier(.2,.8,.2,1);
  padding:80px 36px 40px;
  display:flex;flex-direction:column;gap:26px;
}
.nav-drawer.open{transform:translateX(0);}
.nav-drawer a{
  font-family:'Bodoni Moda',serif;font-size:22px;
  padding-bottom:6px;border-bottom:1px solid transparent;
  transition:color 0.25s ease, border-color 0.25s ease;
}
@media (hover: hover) and (pointer: fine){.nav-drawer a:hover{color:var(--brass);border-color:var(--brass);}}
.nav-drawer ul{display:flex;flex-direction:column;gap:26px;}
.nav-close{
  position:absolute;top:26px;right:28px;
  background:none;border:none;font-size:26px;line-height:1;
  color:var(--ink);cursor:pointer;padding:6px;
}

/* ===== HERO (homepage) ===== */
.hero{position:relative;width:100%;height:92svh;min-height:560px;overflow:hidden;}
.hero .cover-img{filter:saturate(0.94);}
.hero::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(0deg, rgba(10,9,7,0.85) 0%, rgba(10,9,7,0.35) 18%, rgba(10,9,7,0) 40%);
}
.hero-content{position:absolute;left:5vw;bottom:5%;z-index:2;color:#fff;}
.hero-content h1{
  font-size:clamp(42px,8.5vw,88px);
  line-height:0.98;font-weight:500;
  text-shadow:0 2px 20px rgba(0,0,0,0.5);
}

/* ===== INTRO ===== */
.intro{padding:56px 5vw 60px;}
.intro p.lead{
  font-size:clamp(17px,2.2vw,22px);
  line-height:1.5;font-weight:300;
  max-width:560px;margin-bottom:28px;
}
.intro-meta{
  display:flex;gap:28px;flex-wrap:wrap;
  font-size:11px;letter-spacing:0.16em;text-transform:uppercase;
  color:var(--stone);
  padding-bottom:36px;border-bottom:1px solid var(--line);
}

/* ===== MISSION ===== */
.mission{padding:40px 5vw 90px;max-width:640px;}
.mission h2{font-size:clamp(28px,3.6vw,40px);font-weight:400;margin-bottom:20px;}
.mission p{font-size:15px;line-height:1.75;color:#3d372f;max-width:460px;margin-bottom:28px;}

/* ===== THE EDIT teaser (homepage: 3 doors) ===== */
.the-edit{padding:0 5vw 100px;}
.the-edit > h2{font-size:clamp(28px,3.6vw,38px);font-weight:400;margin-bottom:32px;}
.edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;}
.edit-images{display:flex;flex-direction:column;gap:14px;}
.edit-images .frame{height:220px;overflow:hidden;}
.edit-images .frame img{object-position:center 20%;}
.edit-list{display:flex;flex-direction:column;}
.edit-row{padding:26px 0;border-bottom:1px solid var(--line);}
.edit-row:first-child{padding-top:4px;}
.edit-row h3{font-size:clamp(20px,2.2vw,26px);font-weight:400;margin-bottom:10px;}
.edit-row p{font-size:14px;line-height:1.6;color:var(--stone);max-width:340px;margin-bottom:14px;}

/* ===== THE LATEST (homepage featured story) ===== */
.the-latest{padding:64px 0 100px;}
.the-latest > .section-title{padding:0 5vw;margin-bottom:72px;}
.the-latest > .section-title h2{font-size:clamp(28px,3.6vw,38px);font-weight:400;}
.latest-frame{position:relative;display:block;width:100%;height:70vh;max-height:640px;overflow:hidden;}
.latest-frame img{filter:saturate(0.95);transition:transform 0.9s cubic-bezier(.2,.8,.2,1);object-position:center 20%;}
@media (hover: hover) and (pointer: fine){.latest-frame:hover img{transform:scale(1.03);}}
.latest-frame::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(0deg, rgba(10,9,7,0.72) 0%, rgba(10,9,7,0.1) 45%, rgba(10,9,7,0) 65%);
}
.latest-caption{position:absolute;left:28px;right:28px;bottom:28px;z-index:2;color:#fff;max-width:480px;}
.latest-caption h3{font-size:clamp(22px,2.8vw,32px);font-weight:400;margin-bottom:10px;}
.latest-caption p{font-size:14px;line-height:1.6;color:rgba(245,240,230,0.85);margin-bottom:16px;}

.latest-secondary{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:24px 5vw 0;}
.latest-secondary a{display:block;}
.latest-secondary .frame{height:220px;overflow:hidden;margin-bottom:14px;}
.latest-secondary .frame img{transition:transform 0.4s cubic-bezier(.2,.8,.2,1);filter:saturate(0.92);}
@media (hover: hover) and (pointer: fine){.latest-secondary a:hover .frame img{transform:scale(1.05);}}
.latest-secondary h4{font-size:16px;font-weight:400;margin-bottom:4px;}
.latest-secondary .read-link{font-size:10.5px;letter-spacing:0.1em;text-transform:uppercase;color:var(--stone);}
@media (hover: hover) and (pointer: fine){.latest-secondary a:hover .read-link{color:var(--brass);}}

/* ===== JOURNAL NAV (footer-style quick links) ===== */
.journal-nav{padding:70px 5vw;text-align:center;border-top:1px solid var(--line);}
.journal-links{display:flex;justify-content:center;gap:36px;flex-wrap:wrap;}
.journal-links a{
  font-family:'Bodoni Moda',serif;font-size:19px;
  padding-bottom:6px;border-bottom:1px solid transparent;
  transition:border-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) and (pointer: fine){.journal-links a:hover{border-color:var(--brass);color:var(--brass);}}

/* ===== LOOKBOOK (homepage shoppable teaser) ===== */
.lookbook{padding:0 0 0;}
.lookbook > .section-title{padding:0 5vw;margin-bottom:28px;}
.lookbook > .section-title h2{font-size:clamp(28px,3.6vw,38px);font-weight:400;}
.look-frame{position:relative;display:block;width:100%;height:82vh;max-height:820px;overflow:hidden;color:inherit;text-decoration:none;}
.lookbook-title-link{color:inherit;text-decoration:none;}
.lookbook-view-link{margin-left:20px;}
.lookbook .section-title{display:flex;align-items:baseline;flex-wrap:wrap;gap:16px;}
.look-frame img{filter:saturate(0.95);}

/* ===== SHOPPABLE TAGS ===== */
.tag{
  position:absolute;width:34px;height:34px;z-index:5;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;background:none;border:none;padding:0;border-radius:50%;
}
.tag-circle{
  width:34px;height:34px;border-radius:50%;
  background:rgba(244,240,233,0.92);
  border:1px solid rgba(27,24,21,0.15);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 14px rgba(0,0,0,0.18);
  transition:transform 0.25s ease, background 0.25s ease;
}
.tag-circle::before,.tag-circle::after{
  content:'';position:absolute;background:var(--ink);transition:background 0.25s ease;
}
.tag-circle::before{width:12px;height:1.4px;}
.tag-circle::after{width:1.4px;height:12px;}
.tag.active .tag-circle{background:var(--ink);transform:scale(1.08);}
@media (hover: hover) and (pointer: fine){.tag:hover .tag-circle{background:var(--ink);transform:scale(1.08);}}
.tag.active .tag-circle::before, .tag.active .tag-circle::after{background:var(--paper);}
@media (hover: hover) and (pointer: fine){.tag:hover .tag-circle::before, .tag:hover .tag-circle::after{background:var(--paper);}}
.tag.active .tag-circle::before{transform:rotate(45deg);}
.tag.active .tag-circle::after{transform:rotate(45deg);}

/* bottom sheet (shoppable item preview) */
.sheet-backdrop{
  position:fixed;inset:0;background:rgba(20,18,15,0.35);
  opacity:0;pointer-events:none;transition:opacity 0.35s ease;z-index:200;
}
.sheet-backdrop.open{opacity:1;pointer-events:auto;}
.sheet{
  position:fixed;left:0;right:0;bottom:0;z-index:201;
  background:var(--paper);
  border-top-left-radius:20px;border-top-right-radius:20px;
  box-shadow:0 -12px 40px rgba(0,0,0,0.18);
  transform:translateY(100%);
  transition:transform 0.4s cubic-bezier(.2,.8,.2,1);
  padding:14px 5vw 34px;
  max-width:640px;margin:0 auto;
}
.sheet.open{transform:translateY(0);}
.sheet-handle{width:36px;height:4px;border-radius:2px;background:var(--line);margin:0 auto 20px;}
.sheet-content{display:flex;gap:18px;align-items:center;}
.sheet-text h3{font-size:20px;font-weight:400;margin-bottom:6px;}
.sheet-text p{font-size:13px;line-height:1.55;color:var(--stone);margin-bottom:12px;}

/* ===== EMAIL SIGNUP ===== */
.edit-email{
  padding:100px 5vw;text-align:center;
  background:var(--paper-warm);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
}
.edit-email h2{font-size:clamp(28px,4.5vw,50px);font-weight:400;margin-bottom:12px;}
.edit-email p.sub{font-size:14px;color:var(--stone);margin-bottom:36px;}
.email-form{
  display:flex;justify-content:center;max-width:400px;margin:0 auto;
  border-bottom:1px solid var(--ink);padding-bottom:10px;
}
.email-form input{
  flex:1;background:none;border:none;outline:none;
  font-family:'Inter',sans-serif;font-size:14px;color:var(--ink);
}
.email-form input::placeholder{color:var(--stone);}
.email-form button{
  background:none;border:none;color:var(--brass);cursor:pointer;
  font-size:11px;letter-spacing:0.14em;text-transform:uppercase;
}
.email-form .hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
.form-message{max-width:400px;margin:14px auto 0;text-align:center;font-size:13px;color:var(--brass);min-height:18px;}
.form-message.error{color:#a94438;}

/* ===== NEWSLETTER FORM (Fluent Forms override) =====
   Fluent Forms injects its own inline <style> with hardcoded blue colors,
   loaded after our stylesheet, so it wins the cascade by source order.
   !important is genuinely necessary here, not just convenient — we can't
   control when that inline block gets injected. */
.email-form-wrap{max-width:420px;margin:0 auto;}
form.fluent_form_2 .ff-btn-submit,
form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit{
  background-color:var(--brass) !important;
  border:1px solid var(--brass) !important;
  color:var(--paper) !important;
  border-radius:0 !important;
  font-family:'Inter',sans-serif !important;
  font-size:11px !important;
  letter-spacing:0.14em !important;
  text-transform:uppercase !important;
  padding:12px 20px !important;
  transition:background-color 0.3s ease, color 0.3s ease !important;
}
form.fluent_form_2 .ff-btn-submit:hover,
form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover{
  background-color:var(--paper) !important;
  border-color:var(--brass) !important;
  color:var(--brass) !important;
}
form.fluent_form_2 input[type=email]{
  border:none !important;
  border-bottom:1px solid var(--ink) !important;
  border-radius:0 !important;
  font-family:'Inter',sans-serif !important;
  background:none !important;
}

/* ===== FOOTER ===== */
footer.site-footer{padding:56px 5vw 40px;}
.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px;margin-bottom:32px;}
.footer-logo{font-family:'Bodoni Moda',serif;font-style:italic;font-size:23px;font-weight:700;letter-spacing:0.02em;text-transform:none;margin-bottom:8px;}
.footer-tag{font-size:12px;color:var(--stone);}
.footer-links{display:flex;gap:26px;flex-wrap:wrap;}
.footer-links a{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--stone);}
@media (hover: hover) and (pointer: fine){.footer-links a:hover{color:var(--ink);}}
.footer-meta{
  padding-top:20px;border-top:1px solid var(--line);
  font-size:11px;color:var(--stone);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;
}
.legal-links a{color:var(--stone);border-bottom:1px solid transparent;transition:color 0.25s ease, border-color 0.25s ease;}
@media (hover: hover) and (pointer: fine){.legal-links a:hover{color:var(--brass);border-color:var(--brass);}}

/* ===== CATEGORY / ARCHIVE PAGES (Style, Beauty, London edits) ===== */
.cat-hero{position:relative;width:100%;height:64vh;min-height:391px;max-height:598px;overflow:hidden;}
.cat-hero img{filter:saturate(0.94);object-position:center 20%;}
.cat-hero::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(0deg, rgba(10,9,7,0.75) 0%, rgba(10,9,7,0.15) 32%, rgba(10,9,7,0) 55%);
}
.cat-hero-content{position:absolute;left:5vw;bottom:22px;z-index:2;color:#fff;max-width:560px;}
.cat-hero-content .eyebrow{color:rgba(255,255,255,0.85);}
.cat-hero-content h1{font-size:clamp(34px,5.5vw,58px);font-weight:400;text-shadow:0 2px 20px rgba(0,0,0,0.4);margin-bottom:12px;}
.cat-hero-content p{font-size:14px;line-height:1.6;color:rgba(245,240,230,0.9);}

.cat-filters{display:flex;gap:28px;padding:30px 5vw;border-bottom:1px solid var(--line);}
.cat-filters button{
  background:none;border:none;cursor:pointer;font-family:inherit;
  font-size:12px;letter-spacing:0.1em;text-transform:uppercase;color:var(--stone);
  padding-bottom:6px;border-bottom:2px solid transparent;transition:color 0.25s ease, border-color 0.25s ease;
}
.cat-filters button.active{color:var(--ink);border-color:var(--brass);}
@media (hover: hover) and (pointer: fine){.cat-filters button:hover{color:var(--ink);}}

.cat-grid-section{padding:70px 5vw 100px;}
.archive-hint{font-size:12.5px;color:var(--stone);max-width:520px;margin:-10px 0 30px;}
.cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 22px;}
.cat-card{display:block;}
.cat-card .frame{position:relative;aspect-ratio:3/4;height:auto;overflow:hidden;margin-bottom:14px;}
.cat-card .frame img{transition:transform 0.4s cubic-bezier(.2,.8,.2,1);}
@media (hover: hover) and (pointer: fine){.cat-card:hover .frame img{transform:scale(1.05);}}
.cat-card .tag-pill{
  position:absolute;top:14px;left:14px;z-index:2;
  background:rgba(244,240,233,0.92);padding:5px 12px;border-radius:20px;
  font-size:10px;letter-spacing:0.08em;text-transform:uppercase;color:var(--ink);
}
.cat-card .meta{font-size:10.5px;letter-spacing:0.1em;text-transform:uppercase;color:var(--stone);margin-bottom:6px;}
.cat-card h3{font-size:17px;font-weight:400;line-height:1.3;}

/* ===== JOURNAL INDEX ===== */
.journal-hero-img{width:100%;height:64vh;min-height:368px;max-height:644px;overflow:hidden;}
.journal-hero-img img{filter:saturate(0.92);}
.journal-masthead{padding:48px 5vw 64px;border-bottom:1px solid var(--line);}
.journal-masthead .eyebrow{margin-bottom:16px;}
.journal-masthead h1{font-size:clamp(26px,4.2vw,44px);font-weight:400;line-height:1.2;max-width:780px;margin-bottom:20px;}
.journal-masthead p{font-size:15px;line-height:1.7;color:var(--stone);max-width:480px;}

.journal-featured{padding:70px 5vw 90px;}
.feat-story{position:relative;display:block;width:100%;height:74vh;max-height:690px;overflow:hidden;}
.feat-story img{filter:saturate(0.92);transition:transform 1s cubic-bezier(.2,.8,.2,1);}
@media (hover: hover) and (pointer: fine){.feat-story:hover img{transform:scale(1.025);}}
.feat-story::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(0deg, rgba(10,9,7,0.8) 0%, rgba(10,9,7,0.15) 36%, rgba(10,9,7,0) 60%);
}
.feat-story-cap{position:absolute;left:30px;right:30px;bottom:30px;z-index:2;color:#fff;max-width:520px;}
.feat-story-cap h2{font-size:clamp(22px,3.4vw,38px);font-weight:400;margin-bottom:12px;line-height:1.15;}
.feat-story-cap p{font-size:14.5px;line-height:1.6;color:rgba(245,240,230,0.88);margin-bottom:16px;}

.journal-grid-section{padding:0 5vw 90px;}
.journal-grid-section > h2{font-size:clamp(20px,2.4vw,26px);font-weight:400;margin-bottom:30px;}
.journal-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 24px;}
.article-card{display:block;}
.article-card .frame{height:280px;overflow:hidden;margin-bottom:16px;}
.article-card .frame img{transition:transform 0.4s cubic-bezier(.2,.8,.2,1);filter:saturate(0.92);}
@media (hover: hover) and (pointer: fine){.article-card:hover .frame img{transform:scale(1.05);}}
.article-card h3{font-size:18px;font-weight:400;line-height:1.3;margin-bottom:6px;}
.article-card .read-link{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--stone);}
@media (hover: hover) and (pointer: fine){.article-card:hover .read-link{color:var(--brass);}}

/* Journal <-> London bridge feature */
.london-feature{padding:20px 5vw 90px;}
.london-feature-frame{position:relative;display:block;width:100%;height:60vh;min-height:368px;max-height:552px;overflow:hidden;}
.london-feature-frame img{filter:saturate(0.85);transition:transform 1s cubic-bezier(.2,.8,.2,1);}
@media (hover: hover) and (pointer: fine){.london-feature-frame:hover img{transform:scale(1.025);}}
.london-feature-frame::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(0deg, rgba(6,6,8,0.8) 0%, rgba(6,6,8,0.15) 38%, rgba(6,6,8,0) 62%);
}
.london-feature-cap{position:absolute;left:30px;right:30px;bottom:30px;z-index:2;color:#fff;max-width:460px;}
.london-feature-cap h2{font-size:clamp(22px,3vw,32px);font-weight:400;margin-bottom:10px;}
.london-feature-cap p{font-size:14px;line-height:1.6;color:rgba(245,240,230,0.85);margin-bottom:14px;}

/* ===== JOURNAL ARTICLE (single) ===== */
.article-hero{width:100%;height:78vh;min-height:478px;max-height:777px;overflow:hidden;}
.article-hero img{filter:saturate(0.92);}
.article-masthead{padding:44px 5vw 20px;max-width:680px;}
.article-masthead .kicker{margin-bottom:16px;}
.article-masthead h1{font-size:clamp(30px,4.6vw,48px);font-weight:400;line-height:1.12;margin-bottom:18px;}
.article-masthead p.deck{font-family:'Bodoni Moda',serif;font-style:italic;font-size:18px;color:var(--stone);}

.article-byline{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--stone);margin-top:18px;}

.article-body{padding:20px 5vw 40px;max-width:680px;}
.article-inline-img{width:100%;max-width:680px;margin:12px auto 32px;aspect-ratio:3/4;overflow:hidden;}
.article-inline-img img{width:100%;height:100%;object-fit:cover;display:block;}
.article-intro p{font-size:16px;line-height:1.85;color:#3d372f;margin-bottom:18px;}
.article-intro p:last-child{margin-bottom:0;}

.article-section{padding:46px 5vw;border-top:1px solid var(--line);max-width:680px;}
.article-section:first-of-type{margin-top:20px;}
.section-number{font-family:'Bodoni Moda',serif;font-size:15px;color:var(--brass);letter-spacing:0.06em;margin-bottom:14px;display:block;}
.article-section h2{font-size:clamp(20px,2.6vw,27px);font-weight:400;margin-bottom:20px;line-height:1.3;}
.article-section p{font-size:15.5px;line-height:1.8;color:#3d372f;margin-bottom:16px;}
.article-section p:last-child{margin-bottom:0;}
.article-subhead{font-family:'Bodoni Moda',serif;font-size:17px;color:var(--ink);margin-top:26px;margin-bottom:6px;}
.article-subhead:first-of-type{margin-top:6px;}

.editorial-image-placeholder{
  margin:36px 0;padding:0;
  aspect-ratio:4/3;
  border:1px dashed var(--stone);
  background:var(--paper-warm);
  display:flex;align-items:center;justify-content:center;
  text-align:center;
}
.editorial-image-placeholder span{
  font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--stone);
  padding:0 20px;
}
.editorial-image-placeholder.wide{aspect-ratio:16/9;}
.editorial-image-placeholder.tall{aspect-ratio:3/4;max-width:420px;margin-left:auto;margin-right:auto;}

.article-closing{padding:60px 5vw 80px;max-width:680px;border-top:1px solid var(--line);}
.article-closing .kicker{margin-bottom:16px;}
.article-closing p{font-size:16px;line-height:1.85;color:#3d372f;margin-bottom:16px;}
.article-closing p:last-child{margin-bottom:0;}
.article-closing p.final-line{font-family:'Bodoni Moda',serif;font-style:italic;font-size:19px;color:var(--ink);margin-top:24px;}

.back-to-journal{padding:0 5vw 90px;max-width:680px;}

/* ===== LOOK PAGE (single shoppable look) ===== */
.look-hero-frame{position:relative;width:100%;height:100vh;max-height:1058px;overflow:hidden;}
.hero-panel{position:relative;width:100%;height:100%;}
.look-hero-frame.has-second,.look-frame.has-second{display:flex;flex-direction:column;height:auto;max-height:none;gap:0;overflow:visible;}
.look-hero-frame.has-second .hero-panel,.look-frame.has-second .hero-panel{width:100%;height:auto;aspect-ratio:3/4;flex:none;overflow:hidden;}
.look-hero-frame img{filter:saturate(0.95);}
.look-hero-frame::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(0deg, rgba(10,9,7,0.78) 0%, rgba(10,9,7,0.15) 28%, rgba(10,9,7,0) 55%);
}
.look-hero-caption{position:absolute;left:5vw;bottom:24px;z-index:3;color:#fff;}
.look-hero-caption .eyebrow{color:rgba(255,255,255,0.95);text-shadow:0 1px 10px rgba(0,0,0,0.6);margin-bottom:10px;}
.look-hero-caption h1{font-size:clamp(24px,3.2vw,38px);font-weight:400;text-shadow:0 2px 20px rgba(0,0,0,0.4);}

.look-body{padding:64px 5vw 20px;max-width:640px;}
.look-body p.deck{font-size:16px;line-height:1.7;color:#3d372f;}

.look-editorial{padding:44px 5vw 10px;max-width:640px;}
.look-editorial h2{font-size:clamp(19px,2.2vw,24px);font-weight:400;margin-bottom:16px;}
.look-editorial p{font-size:15px;line-height:1.75;color:#3d372f;margin-bottom:16px;}
.look-editorial p:last-child{margin-bottom:0;}
.look-editorial ul{margin:0;padding:0;}
.look-editorial li{font-size:14.5px;line-height:1.6;color:#3d372f;padding:12px 0;border-bottom:1px solid var(--line);}
.look-editorial li:first-child{padding-top:0;}
.look-editorial li .label{font-family:'Bodoni Moda',serif;font-size:15px;color:var(--brass);margin-right:6px;}

.get-the-look{padding:40px 5vw 20px;}
.look-nav{display:flex;justify-content:space-between;align-items:center;gap:16px 24px;flex-wrap:wrap;padding:36px 5vw 90px;margin-top:20px;border-top:1px solid var(--line);}
.look-nav-link{max-width:48%;}
@media (max-width:640px){.look-nav{flex-direction:column;align-items:flex-start;gap:28px;}.look-nav-link{max-width:100%;}}
.get-the-look > h2{font-size:clamp(24px,3vw,32px);font-weight:400;margin-bottom:8px;}
.get-the-look > p.hint{font-size:13px;color:var(--stone);margin-bottom:30px;}
.item-list{display:flex;flex-direction:column;}
.item-row{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid var(--line);}
.item-info{flex:1;min-width:0;}
.item-info .name{font-size:14px;letter-spacing:0.02em;margin-bottom:3px;}
.item-info .price{font-family:'Bodoni Moda',serif;font-size:16px;color:var(--brass);}
.item-row .link-underline{flex:none;font-size:10.5px;}

/* ===== THE EDIT (collections page) ===== */
.collection{padding:80px 5vw 20px;border-top:1px solid var(--line);}
.collection:first-of-type{border-top:none;}
.collection-head{margin-bottom:36px;max-width:560px;}
.collection-head .eyebrow{margin-bottom:10px;}
.collection-head h2{font-size:clamp(24px,3.2vw,34px);font-weight:400;margin-bottom:12px;}
.collection-head p{font-size:14.5px;line-height:1.7;color:var(--stone);}
.collection-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:46px;align-items:start;padding-bottom:70px;}
.collection-frame{height:64vh;max-height:600px;overflow:hidden;}
.collection-frame img{filter:saturate(0.94);}
.collection-items{display:flex;flex-direction:column;}
.citem{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0;border-bottom:1px solid var(--line);}
.citem:first-child{padding-top:0;}
.citem-info{flex:1;min-width:0;}
.citem-info .name{font-size:14px;letter-spacing:0.01em;margin-bottom:2px;}
.citem-info .price{font-family:'Bodoni Moda',serif;font-size:15px;color:var(--brass);}
.citem .link-underline{flex:none;font-size:10px;}

/* ===== GENERIC / LEGAL / ABOUT PAGE BODY ===== */
.page-hero{padding:70px 5vw 10px;max-width:780px;}
.page-hero .eyebrow{margin-bottom:14px;}
.page-hero h1{font-size:clamp(30px,4.6vw,50px);font-weight:400;line-height:1.15;margin-bottom:18px;}
.page-hero p.deck{font-size:15.5px;line-height:1.75;color:#3d372f;max-width:560px;}
.page-body{padding:30px 5vw 90px;max-width:680px;}
.page-body p{font-size:15.5px;line-height:1.85;color:#3d372f;margin-bottom:18px;}
.page-body p:last-child{margin-bottom:0;}
.page-body h2{font-size:clamp(20px,2.4vw,26px);font-weight:400;margin:36px 0 16px;}
.page-body ul,.page-body ol{margin:0 0 18px 20px;}
.page-body li{font-size:15px;line-height:1.75;color:#3d372f;margin-bottom:8px;list-style:disc;}
.page-body a{color:var(--brass);border-bottom:1px solid var(--brass);}

/* ===== ABOUT / LEGAL PAGES (real prototype classes) ===== */
.about-hero{padding:64px 5vw 20px;}
.about-hero .eyebrow{margin-bottom:18px;}
.about-hero h1{font-size:clamp(38px,6vw,64px);font-weight:400;line-height:1.05;max-width:720px;}
.about-section{padding:56px 5vw;border-top:1px solid var(--line);max-width:720px;}
.about-section:first-of-type{border-top:none;}
.about-section h2{font-size:clamp(22px,2.8vw,30px);font-weight:400;letter-spacing:0.01em;margin-bottom:22px;max-width:560px;}
.about-section p{font-size:15.5px;line-height:1.8;color:#3d372f;margin-bottom:18px;max-width:540px;}
.about-section p:last-child{margin-bottom:0;}
.about-section .fine-print{font-size:13px;color:var(--stone);line-height:1.7;margin-top:22px;max-width:540px;}
.about-section ul{margin:0 0 18px 20px;max-width:540px;}
.about-section li{font-size:15px;line-height:1.75;color:#3d372f;margin-bottom:8px;list-style:disc;}
.about-section a{color:var(--brass);border-bottom:1px solid var(--brass);}
.about-closing{padding:80px 5vw 100px;text-align:center;border-top:1px solid var(--line);}
.about-closing p.welcome{font-size:16px;color:var(--stone);margin-bottom:10px;}
.about-closing h2{font-family:'Bodoni Moda',serif;font-style:italic;font-weight:400;font-size:clamp(26px,4vw,40px);}

/* ===== WORK WITH KODA PAGE ===== */
.work-hero{padding:64px 5vw 20px;}
.work-hero .eyebrow{margin-bottom:18px;}
.work-hero h1{font-size:clamp(34px,5.5vw,56px);font-weight:400;line-height:1.08;max-width:680px;margin-bottom:20px;}
.work-hero p.deck{font-size:15.5px;line-height:1.75;color:#3d372f;max-width:540px;}
.work-section{padding:56px 5vw;border-top:1px solid var(--line);}
.work-section h2{font-size:clamp(22px,2.8vw,30px);font-weight:400;margin-bottom:28px;max-width:560px;}
.work-section p{font-size:15.5px;line-height:1.8;color:#3d372f;margin-bottom:18px;max-width:560px;}
.service-list{display:flex;flex-direction:column;max-width:680px;}
.service-row{display:flex;flex-direction:column;gap:4px;padding:22px 0;border-bottom:1px solid var(--line);}
.service-row:first-child{padding-top:0;}
.service-row .name{font-family:'Bodoni Moda',serif;font-size:19px;font-weight:400;}
.service-row .desc{font-size:14px;line-height:1.6;color:var(--stone);max-width:480px;}
.approach-text{max-width:560px;}
.approach-text p{font-size:15.5px;line-height:1.8;color:#3d372f;margin-bottom:18px;}
.approach-text p:last-child{margin-bottom:0;}
.approach-text p.emphasis{font-family:'Bodoni Moda',serif;font-style:italic;font-size:19px;color:var(--ink);}
.contact-block{max-width:560px;}
.contact-block p{font-size:15px;line-height:1.7;color:#3d372f;margin-bottom:24px;}
.contact-email{font-family:'Bodoni Moda',serif;font-size:22px;color:var(--brass);display:inline-block;margin-bottom:40px;border-bottom:1px solid var(--brass);padding-bottom:4px;}
.contact-form{display:flex;flex-direction:column;gap:22px;max-width:480px;}
.contact-form .field{display:flex;flex-direction:column;gap:8px;}
.contact-form label{font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:var(--stone);}
.contact-form input,.contact-form textarea{
  background:none;border:none;border-bottom:1px solid var(--line);
  font-family:'Inter',sans-serif;font-size:15px;color:var(--ink);
  padding:8px 0;outline:none;resize:none;transition:border-color 0.3s ease;
}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--brass);}
.contact-form button{
  align-self:flex-start;margin-top:10px;background:none;border:none;cursor:pointer;
  font-size:11px;letter-spacing:0.16em;text-transform:uppercase;color:var(--ink);
  padding-bottom:6px;border-bottom:1px solid var(--ink);transition:color 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine){.contact-form button:hover{color:var(--brass);border-color:var(--brass);}}
.contact-form .hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
.traits-list{display:grid;grid-template-columns:1fr 1fr;gap:14px 40px;max-width:520px;margin-bottom:26px;}
.traits-list div{font-family:'Bodoni Moda',serif;font-size:17px;color:var(--ink);padding-bottom:12px;border-bottom:1px solid var(--line);}
.work-closing{padding:70px 5vw 90px;text-align:center;border-top:1px solid var(--line);}
.work-closing .logo-sign{font-family:'Bodoni Moda',serif;font-weight:600;font-size:20px;letter-spacing:0.2em;text-transform:uppercase;margin-bottom:10px;}
.work-closing .tagline-sign{font-size:13px;color:var(--stone);letter-spacing:0.04em;}

/* ===== 404 ===== */
.error-404{padding:120px 5vw;text-align:center;max-width:600px;margin:0 auto;}
.error-404 h1{font-size:clamp(34px,5vw,54px);margin-bottom:16px;}
.error-404 p{font-size:15px;color:var(--stone);margin-bottom:28px;}

/* ===== HERO TEXT CHOREOGRAPHY (image settles first, headline follows) ===== */
.hero-content.reveal,
.cat-hero-content.reveal,
.look-hero-caption.reveal,
.article-masthead.reveal,
.journal-masthead.reveal{
  transition-delay:0.5s;
}

/* ===== SCROLL CUE (homepage hero only) ===== */
.scroll-cue{
  position:absolute;left:5vw;bottom:26px;z-index:2;
  display:flex;align-items:center;gap:10px;
  color:rgba(255,255,255,0.85);
  font-size:10.5px;letter-spacing:0.16em;text-transform:uppercase;
  opacity:0;animation:koda-cue-in 0.8s ease-out 2.1s forwards;
}
.scroll-cue .line{
  width:1px;height:26px;background:rgba(255,255,255,0.6);
  animation:koda-cue-pulse 2s ease-in-out infinite;
}
@keyframes koda-cue-in{to{opacity:1;}}
@keyframes koda-cue-pulse{0%,100%{transform:scaleY(1);opacity:0.6;}50%{transform:scaleY(0.6);opacity:1;}}

/* ===== CINEMATIC ENTRANCE (hero/featured moments only — rare, once per view) ===== */
@keyframes koda-cinematic-in{
  from{transform:scale(1.18);}
  to{transform:scale(1.08);}
}
.hero .cover-img,
.cat-hero img,
.look-hero-frame img,
.article-hero img,
.journal-hero-img img,
.feat-story img,
.latest-frame img{
  animation:koda-cinematic-in 1.8s cubic-bezier(.16,1,.3,1) both;
}
.parallax-layer{will-change:transform;}

/* ===== SCROLL REVEAL ===== */
.reveal{opacity:0;transform:translateY(26px) scale(0.985);transition:opacity 0.65s cubic-bezier(.16,1,.3,1), transform 0.65s cubic-bezier(.16,1,.3,1);}
.reveal.visible{opacity:1;transform:translateY(0) scale(1);}
.reveal-group .reveal:nth-child(1){transition-delay:0s;}
.reveal-group .reveal:nth-child(2){transition-delay:0.08s;}
.reveal-group .reveal:nth-child(3){transition-delay:0.16s;}
.reveal-group .reveal:nth-child(4){transition-delay:0.24s;}
.reveal-group .reveal:nth-child(5){transition-delay:0.32s;}
.reveal-group .reveal:nth-child(6){transition-delay:0.4s;}
.reveal-group .reveal:nth-child(7){transition-delay:0.48s;}
@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1;transform:none;transition:none;}
  html{scroll-behavior:auto;}
  .hero .cover-img, .cat-hero img, .look-hero-frame img, .article-hero img,
  .journal-hero-img img, .feat-story img, .latest-frame img{animation:none;}
  .parallax-layer{transform:none !important;}
  .hero-content.reveal, .cat-hero-content.reveal, .look-hero-caption.reveal,
  .article-masthead.reveal, .journal-masthead.reveal{transition-delay:0s;}
  .scroll-cue{animation:none;opacity:1;}
  .scroll-cue .line{animation:none;}
  .latest-frame:hover img, .cat-card:hover .frame img, .article-card:hover .frame img,
  .feat-story:hover img, .latest-secondary a:hover .frame img{transform:none;}
}

/* ===== RESPONSIVE ===== */
@media (max-width:860px){
  .edit-grid{grid-template-columns:1fr;gap:30px;}
  .edit-images .frame{height:180px;}
  .hero{height:82svh;}
  .latest-frame{height:56vh;}
  .latest-secondary{grid-template-columns:1fr;gap:26px;}
  .latest-secondary .frame{height:200px;}
  .journal-links{gap:22px;}
  .journal-links a{font-size:16px;}
  .cat-hero{height:55vh;}
  .cat-grid{grid-template-columns:1fr;}
  .cat-filters{gap:20px;padding:26px 6vw;overflow-x:auto;flex-wrap:nowrap;}
  .journal-hero-img{height:48vh;}
  .feat-story{height:55vh;}
  .journal-grid{grid-template-columns:1fr;}
  .article-card .frame{height:240px;}
  .article-hero{height:44vh;}
  .london-feature-frame{height:46vh;}
  .collection-layout{grid-template-columns:1fr;gap:28px;}
  .collection-frame{height:48vh;}
  .about-hero{padding:48px 6vw 10px;}
  .about-section{padding:44px 6vw;}
  .about-closing{padding:64px 6vw 80px;}
  .work-hero{padding:48px 6vw 10px;}
  .work-section{padding:44px 6vw;}
  .traits-list{grid-template-columns:1fr;gap:10px;}
}
@media (min-width:861px){
  .cat-grid{grid-template-columns:repeat(3,1fr);}
  .look-frame{width:auto;max-width:640px;aspect-ratio:3/4;height:82vh;max-height:820px;margin:0 auto;}
  .look-hero-frame{width:auto;max-width:780px;aspect-ratio:3/4;height:100vh;max-height:1040px;margin:0 auto;}
  .look-hero-caption{left:6%;right:auto;max-width:80%;}
  .look-hero-frame.has-second,.look-frame.has-second{flex-direction:row;justify-content:center;width:100%;max-width:1500px;aspect-ratio:auto;height:96vh;max-height:1100px;gap:14px;overflow:hidden;margin:0 auto;}
  .look-hero-frame.has-second .hero-panel,.look-frame.has-second .hero-panel{aspect-ratio:3/4;height:100%;width:auto;flex:0 0 auto;overflow:hidden;}
  .look-hero-frame.has-second .look-hero-caption{left:4%;max-width:60%;}
}

/* Affiliate disclosure — small, unobtrusive, near article top */
.affiliate-disclosure{max-width:680px;margin:0 auto 8px;padding:14px 18px;background:var(--paper-warm);border:1px solid var(--line);border-radius:2px;font-size:12.5px;line-height:1.6;color:#6b6459;}
.affiliate-disclosure strong{color:var(--ink);font-weight:600;}

/* Koda's Edit — restrained product placeholder card (pre-affiliate) */
.koda-edit-card{max-width:680px;margin:22px 0;padding:20px 22px;border:1px solid var(--line);background:var(--paper-warm);}
.koda-edit-card .edit-kicker{display:block;font-family:'Inter',sans-serif;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:var(--brass);margin-bottom:10px;}
.koda-edit-card h4{font-family:'Bodoni Moda',serif;font-weight:400;font-size:18px;color:var(--ink);margin:0 0 8px;}
.koda-edit-card p{font-size:14.5px;line-height:1.7;color:#3d372f;margin:0 0 6px;}
.koda-edit-card p:last-of-type{margin-bottom:0;}
.koda-edit-card .edit-status{display:inline-block;margin-top:12px;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:#9a9184;border-top:1px solid var(--line);padding-top:10px;width:100%;}
.koda-edit-group{max-width:680px;margin:26px 0;}

/* Skin First article — taller hero on desktop only, scoped to this post so no other page is affected */
@media (min-width:861px) {
  body.postid-212 .article-hero{height:78vh;min-height:480px;max-height:760px;}
}

/* Back to top */
.back-to-top{
  position:fixed;
  right:24px;
  bottom:29px;
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--paper);
  border:1px solid var(--line);
  color:var(--ink);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity 0.3s ease, transform 0.3s ease, border-color 0.2s ease, color 0.2s ease;
  z-index:60;
}
.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  border-color:var(--brass);
  color:var(--brass);
}
@media (prefers-reduced-motion: reduce){
  .back-to-top{ transition:opacity 0.15s linear; transform:none; }
}
@media (max-width:600px){
.cat-filters{flex-wrap:wrap;gap:14px 20px;padding:20px 5vw;}

  .back-to-top{ right:16px; bottom:16px; width:40px; height:40px; }
}

/* Footer social icons */
.footer-top{ align-items:flex-start; }
.footer-social{ display:flex; gap:16px; align-items:center; }
.footer-social a{ color:var(--stone); display:flex; }
.footer-social a:hover{ color:var(--brass); }

/* Sticky social icons */
.social-sticky{
  position:fixed;
  left:24px;
  bottom:29px;
  display:flex;
  flex-direction:column;
  gap:10px;
  z-index:60;
}
.social-sticky-btn{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--paper);
  border:1px solid var(--line);
  color:var(--ink);
  transition:border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.social-sticky-btn:hover{
  border-color:var(--brass);
  color:var(--brass);
  transform:translateY(-2px);
}
@media (prefers-reduced-motion: reduce){
  .social-sticky-btn{ transition:border-color 0.15s linear, color 0.15s linear; }
  .social-sticky-btn:hover{ transform:none; }
}
@media (max-width:600px){
  .social-sticky{ left:16px; bottom:16px; gap:8px; }
  .social-sticky-btn{ width:40px; height:40px; }
}

/* Hero height override: The Makeup Bag, Edited (post 219) +20% */
.postid-219 .article-hero{height:100vh;}
@media (max-width:600px){
  .postid-219 .article-hero{height:38vh;}
}


/* Cookie consent banner */
.cookie-banner{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:80;
  background:var(--ink);
  color:var(--paper);
  padding:18px 24px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  font-size:13px;
}
.cookie-banner[hidden]{ display:none; }
.cookie-banner p{ margin:0; max-width:640px; }
.cookie-banner a{ color:var(--brass); text-decoration:underline; }
.cookie-banner-actions{ display:flex; gap:12px; flex-shrink:0; }
.cookie-btn{
  border:1px solid var(--paper);
  background:transparent;
  color:var(--paper);
  padding:9px 18px;
  font-size:11px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.cookie-btn-primary{ background:#6E552F; border-color:#6E552F; color:var(--paper); }
.cookie-btn-primary:hover{ opacity:0.85; }
.cookie-btn-secondary:hover{ border-color:var(--brass); color:var(--brass); }
@media (max-width:600px){
  .cookie-banner{ padding:16px; flex-direction:column; align-items:stretch; text-align:left; }
  .cookie-banner-actions{ justify-content:flex-end; }
}

.logo-accent{color:inherit;}

/* ===== LONDON EDIT (bespoke) ===== */
.london-manifesto{max-width:640px;margin:0 auto;padding:64px 5vw 60px;text-align:center;}
.london-manifesto p{font-size:15px;line-height:1.75;color:var(--stone);margin-bottom:18px;}
.london-manifesto p.serif-line{font-family:'Bodoni Moda',serif;font-style:italic;font-size:19px;color:var(--ink);}

.lead-feature{display:grid;grid-template-columns:62% 38%;align-items:center;gap:0;margin:40px 0 90px;}
.lead-feature-media{display:block;aspect-ratio:4/5;overflow:hidden;}
.lead-feature-media img{width:100%;height:100%;object-fit:cover;transition:transform 0.7s cubic-bezier(.16,.8,.24,1);}
.lead-feature-media:hover img{transform:scale(1.03);}
.lead-feature-copy{padding:0 6vw;}
.lead-feature-copy .meta{font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:var(--stone);margin-bottom:14px;}
.lead-feature-copy h2{font-size:clamp(26px,3vw,38px);font-weight:400;margin-bottom:16px;line-height:1.15;}
.lead-feature-copy p{font-size:14.5px;line-height:1.7;color:var(--stone);margin-bottom:22px;max-width:380px;}
.lead-feature-copy .read-link{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--ink);padding-bottom:3px;}
.lead-feature-copy .read-link:hover{color:var(--brass);border-color:var(--brass);}

.london-journal-section{padding:10px 0 82px;}
.london-journal-section > .eyebrow{text-align:center;margin-bottom:40px;}
.journal-module-small{display:block;max-width:420px;margin:0 auto;text-align:center;}
.journal-module-small .frame{aspect-ratio:4/3;overflow:hidden;margin-bottom:18px;}
.journal-module-small .frame img{width:100%;height:100%;object-fit:cover;transition:transform 0.7s cubic-bezier(.16,.8,.24,1);}
.journal-module-small:hover .frame img{transform:scale(1.03);}
.journal-module-small h3{font-size:20px;font-weight:400;margin-bottom:8px;}
.journal-module-small p{font-size:13.5px;color:var(--stone);margin-bottom:14px;}
.journal-module-small .read-link{font-size:10.5px;letter-spacing:0.1em;text-transform:uppercase;color:var(--stone);}
.journal-module-small:hover .read-link{color:var(--brass);}

@media(max-width:820px){
  .lead-feature{grid-template-columns:1fr;margin-bottom:70px;}
  .lead-feature-media{aspect-ratio:4/3;}
  .lead-feature-copy{padding:28px 6vw 0;}
  .lead-feature-copy p{max-width:none;}
}

.london-hero{height:auto;aspect-ratio:16/9;min-height:0;max-height:none;}
.london-hero img{object-fit:contain;background:var(--ink);}

/* ===== KODA'S LONDON ===== */
.kodas-london{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;margin:0 0 100px;}
.kodas-london img{filter:saturate(0.94);}
.kodas-london::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg, rgba(10,9,7,0.55) 0%, rgba(10,9,7,0.05) 45%, rgba(10,9,7,0) 70%);}
.kodas-london-content{position:absolute;left:0;right:0;bottom:32px;z-index:2;text-align:center;color:#fff;padding:0 6vw;}
.kodas-london-content .eyebrow{color:rgba(255,255,255,0.9);margin-bottom:10px;}
.kodas-london-content p{font-family:'Bodoni Moda',serif;font-style:italic;font-size:clamp(16px,2vw,22px);color:rgba(245,240,230,0.95);text-shadow:0 2px 16px rgba(0,0,0,0.4);max-width:520px;margin:0 auto;}

/* ===== WEAR / GO / DO ===== */
.wgd-section{padding:0 5vw 100px;}
.wgd-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.wgd-tile{display:block;}
.wgd-tile .frame{aspect-ratio:3/4;overflow:hidden;margin-bottom:16px;}
.wgd-tile .frame img{width:100%;height:100%;object-fit:cover;transition:transform 0.7s cubic-bezier(.16,.8,.24,1);}
.wgd-tile:hover .frame img{transform:scale(1.03);}
.wgd-tile .eyebrow{margin-bottom:8px;}
.wgd-tile p{font-size:13.5px;line-height:1.6;color:var(--stone);max-width:260px;}
@media(max-width:820px){
  .wgd-grid{grid-template-columns:1fr;gap:36px;}
  .wgd-tile p{max-width:none;}
}

/* ===== THE EDIT (v1: Hero / Proposition / Currently / Feature / Join) ===== */
.edit-proposition{max-width:600px;margin:0 auto;padding:70px 5vw 60px;text-align:center;}
.edit-proposition p{font-size:15px;line-height:1.75;color:var(--stone);margin-bottom:18px;}
.edit-proposition p.serif-line{font-family:'Bodoni Moda',serif;font-style:italic;font-size:19px;color:var(--ink);}

.currently-section{padding:20px 5vw 110px;}
.currently-head{text-align:center;margin-bottom:56px;}
.currently-head h2{font-size:clamp(24px,2.6vw,32px);font-weight:400;margin-top:10px;}

.currently-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:52px 34px;align-items:start;}
.ctile{display:block;color:inherit;text-decoration:none;}
.ctile-large{grid-column:span 2;}
.ctile-frame{overflow:hidden;margin-bottom:18px;aspect-ratio:3/4;}
.ctile-large .ctile-frame{aspect-ratio:3/4;}
.ctile-frame img{width:100%;height:100%;object-fit:cover;transition:transform 0.7s cubic-bezier(.16,.8,.24,1);}
.ctile:hover .ctile-frame img{transform:scale(1.03);}
.ctile-copy h3{font-size:19px;font-weight:400;margin:6px 0 8px;line-height:1.2;}
.ctile-large .ctile-copy h3{font-size:26px;}
.ctile-copy p{font-size:13.5px;line-height:1.6;color:var(--stone);margin-bottom:12px;max-width:320px;}
.ctile-meta{display:flex;align-items:center;gap:16px;}
.ctile-price{font-size:11px;letter-spacing:0.06em;color:var(--stone);}
.ctile-meta .read-link{font-size:10.5px;letter-spacing:0.1em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--ink);padding-bottom:2px;}
.ctile:hover .ctile-meta .read-link{color:var(--brass);border-color:var(--brass);}

@media(max-width:900px){
  .currently-grid{grid-template-columns:1fr 1fr;gap:40px 24px;}
  .ctile-large{grid-column:span 2;}
}
@media(max-width:620px){
  .currently-grid{grid-template-columns:1fr;}
  .ctile-large{grid-column:span 1;}
}

.edit-feature{display:grid;grid-template-columns:62% 38%;align-items:center;gap:0;margin:0 0 110px;}
.edit-feature-media{aspect-ratio:3/4;overflow:hidden;}
.edit-feature-media img{width:100%;height:100%;object-fit:cover;}
.edit-feature-copy{padding:0 7vw;}
.edit-feature-copy .meta{font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:var(--stone);margin-bottom:14px;}
.edit-feature-copy h2{font-size:clamp(26px,3vw,38px);font-weight:400;margin-bottom:16px;line-height:1.15;}
.edit-feature-copy p{font-size:14.5px;line-height:1.7;color:var(--stone);margin-bottom:22px;max-width:380px;}
.edit-feature-copy .read-link{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--ink);padding-bottom:3px;}
.edit-feature-copy .read-link:hover{color:var(--brass);border-color:var(--brass);}
@media(max-width:820px){
  .edit-feature{grid-template-columns:1fr;}
  .edit-feature-copy{padding:28px 6vw 0;}
  .edit-feature-copy p{max-width:none;}
}

.postid-54 .article-hero{height:auto;aspect-ratio:2/1;min-height:0;max-height:none;}
@media(max-width:820px){.postid-54 .article-hero{aspect-ratio:4/3;}}

.postid-251 .article-hero{height:auto;aspect-ratio:2/1;min-height:0;max-height:none;}
@media(max-width:820px){.postid-251 .article-hero{aspect-ratio:4/3;}}

.the-edit-hero{height:auto;aspect-ratio:2/1;min-height:0;max-height:none;}
@media(max-width:820px){.the-edit-hero{aspect-ratio:4/3;}}

.postid-243 .article-hero{height:auto;aspect-ratio:2/1;min-height:0;max-height:none;}
@media(max-width:820px){.postid-243 .article-hero{aspect-ratio:4/3;}}

.page-id-13 .cat-hero{height:auto;aspect-ratio:2/1;min-height:0;max-height:none;}
@media(max-width:820px){.page-id-13 .cat-hero{aspect-ratio:4/3;}}

.postid-300 .article-hero{height:auto;aspect-ratio:2/1;min-height:0;max-height:none;}
@media(max-width:820px){.postid-300 .article-hero{aspect-ratio:4/3;}}
