@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --cream: #F5F1E6;
    --cream-deep: #EDE7D7;
    --forest: #17301F;
    --forest-deep: #0F2015;
    --forest-mid: #2A4A34;
    --ink: #131810;
    --grey: #6E6F60;
    --grey-light: #A6A493;
    --gold: #C8B98A;
    --brown: #6B4A32;
    --burgundy: #5A2230;
    --navy: #1D2A3E;
    --hairline: rgba(23,48,31,0.18);
    --hairline-dark: rgba(23,48,31,0.75);
    --display: 'Playfair Display', Georgia, serif;
    --body-serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'Inter', system-ui, sans-serif;
  }

  body {
    font-family: var(--body-serif);
    background: #DDD6C3;
    color: var(--ink);
    padding: 4.6rem 1rem 3rem;
    -webkit-font-smoothing: antialiased;
  }

  img { display:block; max-width:100%; }

    .mag {
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

  /* Mode visibility */
  body.free-view .member-only { display: none !important; }
  body.member-view .preview-only { display: none !important; }

  /* ═══ MASTHEAD ═══ */
  .masthead { padding: 3rem 3.5rem 0; text-align: center; }
  .mast-topline {
    display: flex; justify-content: space-between; align-items: center;
    font-family: var(--sans);
    font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--grey);
    padding-bottom: 1.4rem;
    border-bottom: 1px solid var(--hairline-dark);
  }
  .badge-free, .badge-member {
    font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
    padding: 3px 9px;
  }
  .badge-free { border: 1px solid var(--grey-light); color: var(--grey); }
  .badge-member { background: var(--forest); color: var(--gold); }
  .mast-seal { width: 106px; margin: 2.2rem auto 1.4rem; }
  .mast-title {
    font-family: var(--display);
    font-size: clamp(50px, 10vw, 80px);
    font-weight: 500; letter-spacing: 0.02em; line-height: 0.95;
    color: var(--forest); text-transform: uppercase;
    padding-bottom: 0.6rem;
  }
  .mast-title .mr { font-style: normal; font-weight: 500; }
  .mast-tagline {
    font-size: 15px; font-style: italic; font-weight: 300; letter-spacing: 0.06em;
    color: var(--forest-mid); padding-bottom: 1.8rem;
  }
  .mast-rule {
    display: flex; justify-content: space-between; align-items: center;
    border-top: 2px solid var(--forest);
    border-bottom: 1px solid var(--hairline-dark);
    padding: 0.6rem 0;
    font-family: var(--sans);
    font-size: 8.5px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--forest);
  }

  /* ═══ COVER ═══ */
  .cover { padding: 3.5rem 3.5rem 3rem; text-align: center; }
  .cover-kicker { font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--brown); margin-bottom: 1.4rem; }
  .cover-headline { font-family: var(--display); font-size: clamp(36px, 6.5vw, 54px); font-weight: 500; font-style: italic; line-height: 1.08; color: var(--forest); margin-bottom: 1.4rem; }
  .cover-standfirst { font-size: 18px; font-weight: 300; font-style: italic; color: var(--grey); line-height: 1.6; max-width: 430px; margin: 0 auto 2.4rem; }
  .cover-art { position: relative; margin-bottom: 0.7rem; }
  .cover-art::after { content:''; position:absolute; inset:10px; border:1px solid rgba(245,241,230,0.35); pointer-events:none; }
  .cover-credit { font-family: var(--sans); font-size: 8px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey-light); text-align: right; }

  /* ═══ KEY DIVIDER ═══ */
  .key-divider { display: flex; align-items: center; gap: 1.1rem; padding: 0 3.5rem; margin: 2.6rem 0 0; }
  .key-divider::before, .key-divider::after { content:''; flex:1; height:1px; background: var(--hairline-dark); }
  .key-divider img { width: 26px; opacity: 0.9; }
  .key-divider span { font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--forest); white-space: nowrap; }

  /* ═══ EDITOR'S LETTER ═══ */
  .letter { padding: 2.8rem 3.5rem; display: grid; grid-template-columns: 185px 1fr; gap: 2.2rem; align-items: start; }
  .letter-photo { position: relative; }
  .letter-photo::after { content:''; position:absolute; inset:8px; border:1px solid rgba(245,241,230,0.4); pointer-events:none; }
  .letter-body-text { font-family: var(--display); font-size: 14px; line-height: 2.0; color: var(--ink); }
  .letter-body-text::first-letter { font-size: 56px; font-weight: 500; float: left; line-height: 0.85; padding: 5px 10px 0 0; color: var(--forest); }
  .letter-sig { font-style: italic; font-size: 22px; color: var(--forest); margin-top: 1.4rem; }
  .letter-sig-title { font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--grey); margin-top: 0.35rem; }

  /* ═══ LOOKBOOK ═══ */
  .lookbook { padding: 2.8rem 3.5rem; }
  .lb-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1.8rem; }
  .lb-title { font-family: var(--display); font-size: 32px; font-weight: 500; color: var(--forest); }
  .lb-title em { font-style: italic; font-weight: 400; }
  .lb-no { font-family: var(--sans); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); }
  .lb-roman { font-family: var(--sans); font-size: 8.5px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 4px; }
  /* ═══ QUOTE ═══ */
  .bleed-quote { background: var(--forest-deep); padding: 3.6rem 3.5rem; text-align: center; margin-top: 2.8rem; }
  .bleed-quote img.seal { width: 64px; margin: 0 auto 1.4rem; }
  .bleed-quote p { font-family: var(--display); font-size: clamp(21px, 3.5vw, 28px); font-style: italic; color: var(--cream); line-height: 1.45; max-width: 470px; margin: 0 auto; }
  .bleed-quote cite { display: block; font-family: var(--sans); font-size: 9px; font-weight: 500; font-style: normal; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-top: 1.6rem; }

  /* ═══ THE RULES ═══ */
  .rules { background: #FBF9F2; padding: 3rem 3.5rem; }
  .rules-head { text-align: center; margin-bottom: 2.2rem; }
  .rules-title { font-family: var(--display); font-size: 32px; font-weight: 500; line-height: 1.15; color: var(--forest); }
  .rules-title em { font-style: italic; font-weight: 400; }
  .rules-sub { font-size: 15px; font-style: italic; font-weight: 300; color: var(--grey); margin-top: 0.6rem; }
  .rule { display: grid; grid-template-columns: 72px 1fr; gap: 1.6rem; padding: 1.8rem 0; border-top: 1px solid var(--hairline); align-items: start; }
  .rule-no { font-family: var(--display); font-size: 48px; font-weight: 400; font-style: italic; line-height: 0.9; color: var(--forest); }
  .rule h4 { font-family: var(--display); font-size: 16.5px; font-weight: 600; margin-bottom: 0.5rem; color: var(--forest); }
  .rule p { font-family: var(--sans); font-size: 12px; font-weight: 300; color: var(--ink); line-height: 1.8; }
  .rule.locked-rule { position: relative; cursor: pointer; }
  .rule.locked-rule h4, .rule.locked-rule p { filter: blur(5px); user-select: none; }
  .rule.locked-rule .rule-no { color: var(--grey-light); }
  .rule.locked-rule::after {
    content: 'Subscribe to unlock this rule';
    position: absolute; inset: 0; z-index: 2;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--sans);
    font-size: 9px; font-weight: 500;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--forest);
    opacity: 0;
    transition: opacity 0.25s;
    pointer-events: none;
  }
  .rule.locked-rule:hover::after { opacity: 1; }
  .rule.locked-rule:hover h4, .rule.locked-rule:hover p { filter: blur(7px); opacity: 0.5; }

  /* ═══ NOTES TO SELF (tips) ═══ */
  .notes { padding: 2.8rem 3.5rem; }
  .note-line { display: flex; gap: 1rem; align-items: baseline; padding: 0.85rem 0; border-bottom: 1px solid var(--hairline); }
  .note-line:last-child { border-bottom: none; }
  .note-key { width: 14px; flex-shrink: 0; opacity: 0.75; transform: translateY(2px); }
  .note-text { font-family: var(--display); font-size: 14.5px; line-height: 1.7; color: var(--ink); font-style: italic; }
  .note-text strong { font-style: normal; font-weight: 600; color: var(--forest); }

  /* ═══ THE FINDS (product frames) ═══ */
  .finds { padding: 2.8rem 3.5rem; }
  .find-row { display: grid; grid-template-columns: 200px 1fr; gap: 2rem; align-items: center; padding: 1.8rem 0; border-top: 1px solid var(--hairline); }
  .find-row:last-child { border-bottom: 1px solid var(--hairline); }
  .find-frame {
    aspect-ratio: 1/1.15;
    background: linear-gradient(155deg, #EFEADC 0%, #E2DBC6 100%);
    border: 1px solid var(--hairline-dark);
    position: relative;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  }
  .find-frame::after { content:''; position:absolute; inset:7px; border:1px solid rgba(23,48,31,0.2); pointer-events:none; }
  .find-frame img { width: 40px; opacity: 0.5; }
  .find-frame span { font-family: var(--sans); font-size: 7.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey); text-align:center; padding: 0 14px; line-height: 1.7; }
  .find-kicker { font-family: var(--sans); font-size: 8.5px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 6px; }
  .find-name { font-family: var(--display); font-size: 20px; font-weight: 500; color: var(--forest); margin-bottom: 7px; line-height: 1.25; }
  .find-name em { font-style: italic; font-weight: 400; }
  .find-why { font-family: var(--sans); font-size: 11.5px; font-weight: 300; color: var(--ink); line-height: 1.8; margin-bottom: 0.8rem; }
  .find-price { font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); border-top: 1px solid var(--hairline-dark); padding-top: 0.7rem; display: inline-block; }

  /* ═══ PAYWALL GATE (preview) ═══ */
  .gate-wrap { position: relative; }
  .gate-fade {
    position: absolute; top: -220px; left: 0; right: 0; height: 220px;
    background: linear-gradient(to bottom, rgba(245,241,230,0) 0%, var(--cream) 88%);
    pointer-events: none;
  }
  .gate {
    background: var(--forest-deep);
    text-align: center;
    padding: 3.6rem 3.5rem;
  }
  .gate img.seal { width: 84px; margin: 0 auto 1.5rem; }
  .gate-title { font-family: var(--display); font-size: clamp(24px, 4.2vw, 32px); font-style: italic; color: var(--cream); line-height: 1.3; margin-bottom: 1rem; }
  .gate-sub { font-family: var(--sans); font-size: 11px; font-weight: 300; color: rgba(245,241,230,0.55); line-height: 1.8; margin-bottom: 1.8rem; }
  .gate-list { max-width: 330px; margin: 0 auto 2rem; text-align: left; }
  .gate-item { display: flex; gap: 10px; align-items: baseline; padding: 7px 0; border-bottom: 1px solid rgba(245,241,230,0.1); }
  .gate-item:last-child { border-bottom: none; }
  .gate-item .tick { color: var(--gold); font-size: 11px; }
  .gate-item span { font-family: var(--sans); font-size: 11px; font-weight: 300; color: rgba(245,241,230,0.8); line-height: 1.6; }
  .gate-price { font-family: var(--display); font-size: 20px; font-style: italic; color: var(--gold); margin-bottom: 1.4rem; }
  .gate-btn {
    display: inline-block;
    font-family: var(--sans); font-size: 9.5px; font-weight: 500;
    letter-spacing: 0.26em; text-transform: uppercase;
    color: var(--forest-deep); background: var(--cream);
    padding: 14px 38px; border: none; cursor: pointer; transition: all 0.2s;
  }
  .gate-btn:hover { background: var(--gold); }
  .gate-tiny { font-family: var(--sans); font-size: 8.5px; color: rgba(245,241,230,0.35); margin-top: 1rem; letter-spacing: 0.06em; }


  /* ═══ LOOKBOOK: INSPIRATION TRIO ═══ */
  .lb-trio { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.4rem; }
  .lb-inspo { position: relative; width: 100%; aspect-ratio: 2/3; overflow: hidden;
    border: 1px solid var(--hairline); background: #EFEADC; }
  .lb-inspo img { position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center center; display: block; }
  .lb-card-name { font-family: var(--display); font-size: 20px; font-weight: 500; color: var(--forest); line-height: 1.15; margin: 2px 0 5px; }
  .lb-card-desc { font-family: var(--body-serif); font-size: 15px; font-style: italic; font-weight: 300; color: var(--grey); line-height: 1.6; }

  /* ═══ SHOP THE LOOKS ═══ */
  .shop-looks { padding: 2.4rem 3.5rem 3rem; }
  .shop-look { margin-bottom: 3rem; }
  .shop-look:last-child { margin-bottom: 0; }
  .shop-head { margin-bottom: 1.1rem; }
  .lb-look-name { font-family: var(--display); font-size: 30px; font-weight: 500; color: var(--forest); line-height: 1.08; margin-bottom: 0.7rem; }
  .lb-body { font-family: var(--body-serif); font-size: 16px; font-weight: 300; color: var(--ink); line-height: 1.72; margin-bottom: 0.75rem; }
  .lb-body:last-child { margin-bottom: 0; }
  .lb-body.lead { font-style: italic; color: var(--grey); font-size: 17px; }

  .lb-sheet { position: relative; border: 1px solid var(--hairline-dark); overflow: hidden; line-height: 0; }
  .lb-sheet img { width: 100%; display: block; }
  .hs { position: absolute; display: block; z-index: 3; border-radius: 2px; transition: background 0.18s, box-shadow 0.18s; }
  .hs:hover { background: rgba(200,185,138,0.28); box-shadow: inset 0 0 0 1px var(--forest); }
  .sheet-cap { font-family: var(--sans); font-size: 8px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey-light); text-align: center; padding-top: 0.6rem; line-height: 1.6; }

  /* Locked sheets in preview */
  .shop-look.locked { cursor: pointer; }
  .locked-sheet img { filter: blur(16px) saturate(0.7); transform: scale(1.05); }
  .locked-sheet::after {
    content: ''; position: absolute; inset: 0;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C9C6B8'%3E%3Cpath d='M12 2a5 5 0 0 0-5 5v3H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2h-1V7a5 5 0 0 0-5-5zm-3 8V7a3 3 0 1 1 6 0v3H9z'/%3E%3C/svg%3E") center 36% / 26px no-repeat,
      rgba(23,48,31,0.34);
    transition: background-color 0.25s;
  }
  .sheet-msg {
    position: absolute; left: 8%; right: 8%; top: 53%; z-index: 2;
    font-family: var(--sans); font-size: 10px; font-weight: 500;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream);
    text-align: center; line-height: 1.8; pointer-events: none;
  }
  .shop-look.locked:hover .locked-sheet::after { background-color: rgba(15,32,21,0.52); }

  /* ═══ THE THREE PIECES ═══ */
  .lb-pieces { margin-top: 1.2rem; border-top: 1px solid var(--hairline-dark); padding-top: 0.85rem; }
  .lb-pieces-head { font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--grey-light); margin-bottom: 0.6rem; }
  .piece { display: flex; align-items: baseline; padding: 4.5px 0; }
  .piece-name { font-family: var(--sans); font-size: 11px; font-weight: 300; color: var(--ink); }
  .piece-dots { flex: 1; border-bottom: 1px dotted var(--grey-light); margin: 0 8px; transform: translateY(-3px); }
  .piece-shop { font-family: var(--sans); font-size: 8.5px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--forest); border-bottom: 1px solid var(--forest); cursor: pointer; white-space: nowrap; }
  .piece-shop:hover { color: var(--brown); border-bottom-color: var(--brown); }

  /* ═══ RULE PULL QUOTE ═══ */
  .rule-quote { font-family: var(--display) !important; font-size: 15px !important; font-style: italic; color: var(--forest) !important; line-height: 1.7 !important; margin-top: 1rem; padding-left: 1rem; border-left: 2px solid var(--gold); }

  /* ═══ THE BRANDS ═══ */
  .brands { padding: 2.8rem 3.5rem 3.2rem; }
  .brands-head { text-align: center; margin-bottom: 2.4rem; }
  .brands-intro { font-family: var(--body-serif); font-size: 15px; font-weight: 300; color: var(--grey); line-height: 1.75; max-width: 440px; margin: 0.7rem auto 0; }
  .brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.2rem 1.2rem; align-items: center; }
  .brand-cell { text-align: center; cursor: pointer; transition: opacity 0.2s; }
  .brand-cell:hover { opacity: 0.55; }
  .brand-mark { color: var(--forest); line-height: 1.2; }
  .brand-origin { font-family: var(--sans); font-size: 7px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey-light); margin-top: 7px; }
  .wm-serif-caps { font-family: var(--display); font-size: 15px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
  .wm-serif-italic { font-family: var(--display); font-size: 21px; font-weight: 400; font-style: italic; letter-spacing: 0.01em; }
  .wm-serif-rule { font-family: var(--display); font-size: 15px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; border-top: 1px solid var(--forest); border-bottom: 1px solid var(--forest); padding: 4px 0; display: inline-block; }
  .wm-sans-caps { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; }
  .wm-sans-wide { font-family: var(--sans); font-size: 9.5px; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; }
  .wm-sans-bold { font-family: var(--sans); font-size: 17px; font-weight: 500; letter-spacing: 0.02em; }
  .brand-perk { margin-top: 2.4rem; border-top: 1px solid var(--hairline); padding-top: 1.2rem; text-align: center; font-family: var(--sans); font-size: 10.5px; font-weight: 300; color: var(--grey); line-height: 1.8; }
  .brand-perk span { display: block; font-size: 8px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--brown); margin-bottom: 5px; }


  /* ═══ NAV TABS ═══ */
  .nav-tab { cursor: pointer; padding-bottom: 2px; border-bottom: 1px solid transparent; transition: all 0.18s; }
  .nav-tab:hover { color: var(--brown); border-bottom-color: var(--brown); }

  /* ═══ ETIQUETTE ═══ */
  .etiquette { background: var(--cream); padding: 3rem 3.5rem; }
  .etq { display: grid; grid-template-columns: 72px 1fr; gap: 1.6rem; padding: 1.8rem 0; border-top: 1px solid var(--hairline); align-items: start; }
  .etq-no { font-family: var(--display); font-size: 48px; font-weight: 400; font-style: italic; line-height: 0.9; color: var(--forest); }
  .etq h4 { font-family: var(--display); font-size: 17px; font-weight: 600; margin-bottom: 0.6rem; color: var(--forest); }
  .etq p { font-family: var(--sans); font-size: 12px; font-weight: 300; color: var(--ink); line-height: 1.8; margin-bottom: 0.5rem; }
  .etq p:last-child { margin-bottom: 0; }
  .etq-list { list-style: none; margin: 0.3rem 0 0.7rem; padding: 0; }
  .etq-list li { font-family: var(--body-serif); font-size: 15px; font-weight: 300; color: var(--ink); line-height: 1.9; padding-left: 1.1rem; position: relative; }
  .etq-list li::before { content: '·'; position: absolute; left: 0.2rem; color: var(--brown); font-weight: 700; }
  .etq-quote { font-family: var(--body-serif) !important; font-size: 16px !important; font-style: italic; color: var(--forest) !important; padding-left: 1rem; border-left: 2px solid var(--gold); margin: 0.35rem 0 0.7rem !important; }
  .etq-lead { font-family: var(--body-serif) !important; font-size: 16px !important; font-style: italic; color: var(--forest) !important; margin-top: 0.7rem !important; }
  .etq-close { font-family: var(--body-serif) !important; font-size: 15.5px !important; font-style: italic; color: var(--grey) !important; margin-top: 0.6rem !important; }
  .locked-etq { position: relative; cursor: pointer; }
  .locked-etq h4, .locked-etq p { filter: blur(5px); user-select: none; }
  .locked-etq::after { content: 'Subscribe to unlock'; position: absolute; inset: 0; z-index: 2;
    display: flex; align-items: center; justify-content: center; font-family: var(--sans);
    font-size: 9px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--forest); opacity: 0; transition: opacity 0.25s; pointer-events: none; }
  .locked-etq:hover::after { opacity: 1; }

  /* ═══ FINDS: real products ═══ */
  .find-frame.real { display: block; aspect-ratio: auto; background: var(--cream); border: 1px solid var(--hairline-dark); padding: 0; overflow: hidden; }
  .find-frame.real img { width: 100%; display: block; opacity: 1; transition: transform 0.3s; }
  .find-frame.real:hover img { transform: scale(1.03); }
  .find-frame.real::after { display: none; }
  .find-brand { font-family: var(--sans); font-size: 8.5px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--grey); margin-bottom: 5px; }
  .find-buy { border-top: 1px solid var(--hairline-dark); padding-top: 0.75rem; margin-top: 0.9rem; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
  .find-was { font-family: var(--sans); font-size: 10px; font-weight: 300; color: var(--grey-light); text-decoration: line-through; }
  .find-link { font-family: var(--sans); font-size: 8.5px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--forest); border-bottom: 1px solid var(--forest); text-decoration: none; margin-left: auto; }
  .find-link:hover { color: var(--brown); border-bottom-color: var(--brown); }

  /* ═══ B&W STRIP ═══ */
  .bw-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 0 3.5rem; margin-top: 2.8rem; }
  .bw-strip img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/9.5; }
  .bw-caption { padding: 0.7rem 3.5rem 0; font-family: var(--sans); font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-light); text-align: center; }

  /* ═══ STYLING TIERS ═══ */
  .styling { padding: 2.8rem 3.5rem 3.2rem; }
  .edit-head { text-align: center; }
  .edit-title { font-family: var(--display); font-size: 30px; font-weight: 500; font-style: italic; color: var(--forest); }
  .edit-sub { font-size: 15px; font-style: italic; font-weight: 300; color: var(--grey); margin-top: 0.5rem; }
  .tier-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.1rem; margin-top: 2rem; }
  .tier { border: 1px solid var(--hairline-dark); padding: 1.6rem 1.2rem; text-align: center; background: var(--cream); }
  .tier.feature { background: var(--forest); border-color: var(--forest); }
  .tier-label { font-family: var(--sans); font-size: 8.5px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--grey); margin-bottom: 0.8rem; }
  .tier-price { font-family: var(--display); font-size: 34px; font-weight: 500; color: var(--forest); line-height: 1; }
  .tier-per { font-family: var(--sans); font-size: 9px; color: var(--grey); margin-top: 6px; letter-spacing: 0.08em; }
  .tier.feature .tier-label { color: var(--gold); }
  .tier.feature .tier-price { color: var(--cream); }
  .tier.feature .tier-per { color: rgba(245,241,230,0.6); }
  .tier-note { font-family: var(--sans); font-size: 10.5px; font-weight: 300; color: var(--grey); text-align: center; margin-top: 1.2rem; line-height: 1.7; }

  /* ═══ CLOSING (member) ═══ */
  .closing { background: var(--forest-deep); text-align: center; padding: 3.4rem 3.5rem; }
  .closing img.trunk { width: 128px; margin: 0 auto 1.5rem; }
  .closing-title { font-family: var(--display); font-size: clamp(23px, 4vw, 31px); font-style: italic; color: var(--cream); line-height: 1.25; margin-bottom: 0.8rem; }
  .closing-sub { font-family: var(--sans); font-size: 11px; font-weight: 300; color: rgba(245,241,230,0.55); line-height: 1.8; }

  /* ═══ COLOPHON ═══ */
  .colophon { padding: 2.4rem 3.5rem; text-align: center; border-top: 3px double var(--hairline-dark); }
  .colo-logo { width: 148px; margin: 0 auto 0.9rem; }
  .colo-links { font-family: var(--sans); font-size: 8.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); margin-bottom: 0.9rem; }
  .colo-links a { margin: 0 9px; color: var(--grey); text-decoration: none; border-bottom: 1px solid transparent; transition: all 0.2s; }
  .colo-links a:hover { color: var(--forest); border-bottom-color: var(--forest); }
  .colo-fine a { color: var(--grey-light); text-decoration: none; border-bottom: 1px solid rgba(23,48,31,0.2); }
  .colo-fine a:hover { color: var(--forest); }
  .colo-fine { font-family: var(--sans); font-size: 8.5px; font-weight: 300; color: var(--grey-light); line-height: 1.9; letter-spacing: 0.04em; }
  .colo-fine u { cursor: pointer; }

  @media (max-width: 560px) {
    body { padding: 4.2rem 0.6rem 2rem; }
    .masthead, .cover, .lookbook, .rules, .notes, .finds, .styling, .closing, .colophon, .gate { padding-left: 1.3rem; padding-right: 1.3rem; }
    .masthead { padding-top: 2.2rem; }
    .letter { grid-template-columns: 1fr; padding: 2.2rem 1.3rem; }
    .letter-photo { max-width: 230px; margin: 0 auto; }
    .tier-grid { grid-template-columns: 1fr; }
    .find-row { grid-template-columns: 1fr; gap: 1.2rem; }
    .find-frame { max-width: 250px; margin: 0 auto; }
    .key-divider, .bw-strip { padding-left: 1.3rem; padding-right: 1.3rem; }
    .key-divider span { letter-spacing: 0.2em; font-size: 8.5px; }
    .bw-strip { grid-template-columns: 1fr; }
    .etiquette { padding-left: 1.3rem; padding-right: 1.3rem; }
    .etq { grid-template-columns: 48px 1fr; gap: 1rem; }
    .etq-no { font-size: 36px; }
    .locked-etq::after { opacity: 1; align-items: flex-end; }
    .find-buy { gap: 8px; }
    .find-link { margin-left: 0; }

    .lb-trio { grid-template-columns: 1fr; gap: 2rem; }
    .lb-inspo { aspect-ratio: 2/3; max-width: 300px; margin: 0 auto; }
    .shop-looks { padding-left: 1.3rem; padding-right: 1.3rem; }
    .lb-look-name { font-size: 26px; }
    .lb-body { font-size: 15.5px; }
    .brands { padding-left: 1.3rem; padding-right: 1.3rem; }
    .brand-grid { grid-template-columns: repeat(2, 1fr); gap: 1.9rem 1rem; }

    .rule { grid-template-columns: 48px 1fr; gap: 1rem; }
    .rule-no { font-size: 36px; }
    .mast-rule { flex-wrap: wrap; gap: 6px 14px; justify-content: center; }
    .mast-topline { flex-wrap: wrap; gap: 6px; justify-content: center; }
    .cover-standfirst { font-size: 16px; }
    .rule.locked-rule::after { opacity: 1; align-items: flex-end; padding-bottom: 4px; }
    .gate, .closing, .bleed-quote { padding-left: 1.3rem; padding-right: 1.3rem; }
  }

  /* ═══ GHOST: EDITOR CONTENT ═══ */
  .issue-body { padding: 0; }
  .issue-body > p,
  .issue-body > h2,
  .issue-body > h3,
  .issue-body > ul,
  .issue-body > ol,
  .issue-body > blockquote {
    max-width: 100%; padding-left: 3.5rem; padding-right: 3.5rem;
  }
  .issue-body > p {
    font-family: var(--body-serif); font-size: 16.5px; font-weight: 300;
    color: var(--ink); line-height: 1.8; margin-bottom: 1.1rem;
  }
  .issue-body > h2 {
    font-family: var(--display); font-size: 30px; font-weight: 500;
    color: var(--forest); line-height: 1.12; margin: 2.2rem 0 0.9rem;
  }
  .issue-body > h3 {
    font-family: var(--display); font-size: 20px; font-weight: 600;
    color: var(--forest); margin: 1.6rem 0 0.6rem;
  }
  .issue-body > blockquote {
    font-family: var(--display); font-size: 18px; font-style: italic;
    color: var(--forest); border-left: 2px solid var(--gold);
    margin: 1.4rem 3.5rem; padding-left: 1.1rem;
  }
  .issue-body figure { margin: 2rem 0; }
  .issue-body figure img { width: 100%; display: block; }
  .issue-body figcaption {
    font-family: var(--sans); font-size: 8px; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--grey-light);
    text-align: center; padding-top: 0.6rem;
  }
  .issue-body .kg-width-full figure img { width: 100%; }

  /* ═══ GHOST: ARCHIVE ═══ */
  .archive { padding: 2.6rem 3.5rem 3rem; }
  .archive-row {
    display: grid; grid-template-columns: 150px 1fr; gap: 1.6rem;
    align-items: center; padding: 1.5rem 0;
    border-top: 1px solid var(--hairline);
    text-decoration: none; color: inherit;
  }
  .archive-row:last-of-type { border-bottom: 1px solid var(--hairline); }
  .archive-thumb { aspect-ratio: 3/2; overflow: hidden; border: 1px solid var(--hairline); }
  .archive-thumb img { width: 100%; height: 100%; object-fit: cover; }
  .archive-date {
    font-family: var(--sans); font-size: 8.5px; font-weight: 500;
    letter-spacing: 0.22em; text-transform: uppercase; color: var(--grey);
    margin-bottom: 6px;
  }
  .archive-lock { color: var(--brown); }
  .archive-title {
    font-family: var(--display); font-size: 22px; font-weight: 500;
    color: var(--forest); line-height: 1.15; margin-bottom: 5px;
  }
  .archive-sub {
    font-family: var(--body-serif); font-size: 15px; font-style: italic;
    font-weight: 300; color: var(--grey); line-height: 1.6;
  }
  .archive-row:hover .archive-title { color: var(--brown); }

  /* ═══ GHOST: PORTAL LINKS IN THE BAR ═══ */
  .ed-btn { text-decoration: none; display: inline-block; }

  @media (max-width: 560px) {
    .issue-body > p, .issue-body > h2, .issue-body > h3,
    .issue-body > ul, .issue-body > ol {
      padding-left: 1.3rem; padding-right: 1.3rem;
    }
    .issue-body > blockquote { margin-left: 1.3rem; margin-right: 1.3rem; }
    .archive { padding-left: 1.3rem; padding-right: 1.3rem; }
    .archive-row { grid-template-columns: 1fr; gap: 0.9rem; }
  }

  /* ═══ GHOST: KOENIG CARD WIDTHS ═══ */
  .kg-width-wide {
    position: relative; width: 100%;
    max-width: 108%; margin-left: -4%; margin-right: -4%;
  }
  .kg-width-full {
    position: relative; width: 100%; margin: 2rem 0;
  }
  .kg-width-full img, .kg-width-wide img { width: 100%; display: block; }
  .kg-card { margin: 2rem 0; }
  .kg-image-card, .kg-embed-card, .kg-gallery-card,
  .kg-bookmark-card, .kg-callout-card, .kg-toggle-card,
  .kg-button-card, .kg-header-card, .kg-product-card {
    margin: 2rem 0;
  }
  .kg-gallery-image img { width: 100%; display: block; }

  /* ═══ GHOST: CUSTOM FONT SETTINGS ═══ */
  :root {
    --gh-font-heading: 'Playfair Display', Georgia, serif;
    --gh-font-body: 'Cormorant Garamond', Georgia, serif;
  }
  body { font-family: var(--gh-font-body, var(--body-serif)); }
  .mast-title, .cover-headline, .edit-title,
  .rules-title, .lb-look-name, .archive-title {
    font-family: var(--gh-font-heading, var(--display));
  }

/* Post canvas: the issue styles itself, the theme adds nothing */
.issue-canvas { padding: 0; }
.issue-canvas .gh-post-upgrade-cta { margin: 0 auto 3rem; max-width: 620px; }

/* ═══════════════════════════════════════════════════
   GHOST MEMBERSHIP CTA
   Fuses onto the custom .gate panel above it. Same
   background, no gap, no border, no duplicate heading
   or copy — Ghost's box supplies only the working button,
   as the closing action of one continuous panel rather
   than a second pitch stacked under the first.
   ═══════════════════════════════════════════════════ */

/* Pull it flush against whatever precedes it */
.gh-post-upgrade-cta {
  margin-top: -1px !important;
  padding: 0 !important;
}

.gh-post-upgrade-cta-content {
  background: #0F2015 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #F5F1E6 !important;
  max-width: 640px;
  margin: 0 auto !important;
  padding: 0 2.4rem 3.2rem !important;
  text-align: center;
  position: relative;
}

/* Ghost's own generated heading and body copy repeat the pitch.
   The custom .gate panel already said this, so hide Ghost's version
   and keep only the mechanism: the button and the sign-in line. */
.gh-post-upgrade-cta h2,
.gh-post-upgrade-cta-content h2,
.gh-post-upgrade-cta > p,
.gh-post-upgrade-cta-content > p {
  display: none !important;
}

.gh-post-upgrade-cta a,
.gh-post-upgrade-cta-content a,
.gh-post-upgrade-cta .gh-btn {
  display: inline-block;
  background: #F5F1E6 !important;
  color: #0F2015 !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 9.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  padding: 14px 38px !important;
  border: none !important;
  border-radius: 0 !important;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.gh-post-upgrade-cta a:hover,
.gh-post-upgrade-cta-content a:hover,
.gh-post-upgrade-cta .gh-btn:hover {
  background: #C8B98A !important;
  color: #0F2015 !important;
}

.gh-post-upgrade-cta small,
.gh-post-upgrade-cta-content small {
  display: block;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 8.5px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245,241,230,0.38) !important;
  margin-top: 1.1rem;
}
.gh-post-upgrade-cta small a,
.gh-post-upgrade-cta-content small a {
  background: none !important;
  color: #C8B98A !important;
  padding: 0 !important;
  letter-spacing: 0.14em;
  border-bottom: 1px solid rgba(200,185,138,0.5);
}

@media (max-width: 620px) {
  .gh-post-upgrade-cta-content { padding: 0 1.3rem 2.4rem !important; }
}
/* =========================================================
   MR. SHUNNEY — NEW SITE FOUNDATION
   ========================================================= */

body {
  margin: 0;
  padding: 0;
  background: #FBF9F3;
  color: #131810;
}

.mag {
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

/* ---------- NEW HEADER ---------- */

.site-header {
  width: 100%;
  background: #FBF9F3;
  position: relative;
  z-index: 20;
}

.site-header-top {
  min-height: 90px;
  padding: 20px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(23,48,31,0.18);
}

.site-brand-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.site-logo {
  width: auto;
  height: 56px;
  max-width: 260px;
  object-fit: contain;
}

.site-wordmark {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px;
  font-weight: 500;
  color: #17301F;
}

.site-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-action-link,
.site-subscribe {
  color: #17301F;
  text-decoration: none;
}

.site-subscribe {
  border: 1px solid #17301F;
  padding: 11px 18px;
}

.site-header-bottom {
  padding: 0 4vw;
  border-bottom: 1px solid rgba(23,48,31,0.18);
}

.site-nav .nav {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  margin: 0;
  padding: 0;
}

.site-nav .nav a {
  display: block;
  padding: 16px 0;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #17301F;
  text-decoration: none;
}

/* ---------- HERO ---------- */

.ms-home {
  width: 100%;
}

.home-hero {
  width: 100%;
  min-height: 650px;
  display: grid;
  grid-template-columns: 42% 58%;
  background: #F5F1E6;
}

.home-hero-copy {
  padding: 80px 6vw 80px 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.home-kicker {
  margin-bottom: 22px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #6B4A32;
}

.home-hero-title {
  margin: 0 0 26px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(44px, 4.5vw, 74px);
  font-weight: 400;
  line-height: 1.02;
  color: #17301F;
}

.home-hero-title a {
  color: inherit;
  text-decoration: none;
}

.home-hero-excerpt {
  max-width: 470px;
  margin-bottom: 32px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #6E6F60;
}

.home-read-link {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #17301F;
  text-decoration: none;
  border-bottom: 1px solid #17301F;
  padding-bottom: 5px;
}

.home-hero-image {
  display: block;
  min-height: 650px;
  overflow: hidden;
  background: #0F2015;
}

.home-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

/* ---------- MOBILE ---------- */

@media (max-width: 800px) {
  .home-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-hero-image {
    order: 1;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .home-hero-image img {
    min-height: 0;
    height: 100%;
  }

  .home-hero-copy {
    order: 2;
    padding: 50px 24px 60px;
  }

  .site-header-top {
    min-height: 72px;
    padding: 15px 20px;
  }

  .site-logo {
    height: 40px;
    max-width: 170px;
  }

  .site-wordmark {
    font-size: 30px;
  }

  .site-signin {
    display: none;
  }

  .site-header-bottom {
    overflow-x: auto;
    padding: 0 20px;
  }

  .site-nav .nav {
    width: max-content;
    justify-content: flex-start;
    gap: 26px;
  }
}
/* =========================================================
   MR. SHUNNEY — HOMEPAGE SECTIONS
   ========================================================= */

/* ---------- SECTION HEADINGS ---------- */

.home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
  padding-bottom: 16px;
  border-bottom: 1px solid #17301F;
}

.home-section-kicker {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #6B4A32;
}

.home-section-head h2 {
  margin-left: auto;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 400;
  line-height: 1;
  color: #17301F;
}


/* ---------- LATEST STORIES ---------- */

.home-latest {
  padding: 90px 4vw 110px;
  background: #FBF9F3;
}

.home-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.home-story-card {
  min-width: 0;
}

.home-story-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 22px;
  background: #E8E2D5;
}

.home-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-story-card:hover .home-story-image img {
  transform: scale(1.02);
}

.home-story-kicker {
  margin-bottom: 10px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6B4A32;
}

.home-story-title {
  margin-bottom: 12px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.12;
  color: #17301F;
}

.home-story-title a {
  color: inherit;
  text-decoration: none;
}

.home-story-excerpt {
  margin-bottom: 16px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.55;
  color: #6E6F60;
}

.home-story-link {
  display: inline-block;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #17301F;
  text-decoration: none;
}


/* ---------- THE EDIT ---------- */

.home-edit {
  padding: 90px 4vw 110px;
  background: #0F2015;
  color: #F5F1E6;
}

.home-edit-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.home-edit-heading > span {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}

.home-edit-heading p {
  max-width: 430px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
  color: rgba(245,241,230,0.62);
}

.home-edit-feature {
  position: relative;
  display: block;
  width: 100%;
  min-height: 620px;
  overflow: hidden;
  background: #17301F;
  color: #F5F1E6;
  text-decoration: none;
}

.home-edit-image {
  position: absolute;
  inset: 0;
}

.home-edit-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5,15,9,0.80) 0%,
    rgba(5,15,9,0.20) 55%,
    rgba(5,15,9,0.05) 100%
  );
}

.home-edit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.home-edit-feature:hover .home-edit-image img {
  transform: scale(1.015);
}

.home-edit-overlay {
  position: absolute;
  left: 5vw;
  right: 5vw;
  bottom: 55px;
  z-index: 2;
  max-width: 760px;
}

.home-edit-kicker {
  display: block;
  margin-bottom: 16px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.27em;
  text-transform: uppercase;
  color: #C8B98A;
}

.home-edit-overlay h2 {
  margin-bottom: 14px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 400;
  line-height: 1;
}

.home-edit-overlay p {
  max-width: 580px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  color: rgba(245,241,230,0.82);
}

.home-edit-placeholder {
  min-height: 360px;
  border: 1px solid rgba(245,241,230,0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.home-edit-placeholder span {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-style: italic;
}

.home-edit-placeholder p {
  margin-top: 14px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  color: rgba(245,241,230,0.6);
}


/* ---------- MOBILE ---------- */

@media (max-width: 800px) {

  .home-story-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-story-card:last-child {
    display: none;
  }

  .home-edit-heading {
    display: block;
  }

  .home-edit-heading p {
    margin-top: 18px;
  }

  .home-edit-feature {
    min-height: 500px;
  }
}

@media (max-width: 620px) {

  .home-latest,
  .home-edit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-section-head {
    display: block;
    margin-bottom: 28px;
  }

  .home-section-head h2 {
    margin-top: 9px;
    font-size: 36px;
  }

  .home-story-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .home-story-card:last-child {
    display: block;
  }

  .home-edit-feature {
    min-height: 460px;
  }

  .home-edit-overlay {
    left: 24px;
    right: 24px;
    bottom: 30px;
  }

  .home-edit-overlay h2 {
    font-size: 40px;
  }
}
/* =========================================================
   MR. SHUNNEY — HEADER + HERO REFINEMENT
   ========================================================= */

/* ---------- HEADER ---------- */

.site-header-top {
  min-height: 98px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.site-logo {
  height: 72px;
  max-width: 320px;
}

/* If Ghost's uploaded logo has built-in whitespace, this helps it read larger */
.site-brand-link {
  overflow: visible;
}

/* ---------- HERO TYPOGRAPHY ---------- */

.home-hero-copy {
  padding-top: 105px;
  padding-bottom: 95px;
}

.home-hero-title {
  font-size: clamp(50px, 4.8vw, 78px);
  line-height: 1.01;
  max-width: 620px;
  margin-bottom: 24px;
}

.home-hero-excerpt {
  font-size: clamp(19px, 1.45vw, 23px);
  line-height: 1.48;
  color: #69685f;
  max-width: 450px;
  margin-bottom: 34px;
}

.home-kicker {
  font-size: 9px;
  letter-spacing: 0.30em;
  margin-bottom: 20px;
}

.home-read-link {
  font-size: 9px;
  letter-spacing: 0.24em;
  padding-bottom: 7px;
}

/* Slightly more cinematic crop */
.home-hero-image img {
  object-position: center center;
}
/* ---------- MOBILE ---------- */

@media (max-width: 800px) {
  .site-logo {
    height: 50px;
    max-width: 210px;
  }

  .home-hero-copy {
    padding-top: 60px;
    padding-bottom: 65px;
  }

  .home-hero-title {
    font-size: clamp(42px, 9vw, 58px);
  }

  .home-hero-excerpt {
    font-size: 18px;
  }

  .home-hero-image::after {
    right: 12px;
    bottom: 10px;
    font-size: 6px;
  }
}

@media (max-width: 620px) {
  .site-logo {
    height: 44px;
    max-width: 180px;
  }

  .home-hero-title {
    font-size: 42px;
  }
}
/* =========================================================
   MR. SHUNNEY — THE LOOKBOOK
   ========================================================= */

.home-lookbook {
  padding: 100px 4vw 115px;
  background: #FBF9F3;
}

.lookbook-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #17301F;
}

.lookbook-kicker {
  display: block;
  margin-bottom: 12px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #6B4A32;
}

.lookbook-intro h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 400;
  line-height: 1;
  color: #17301F;
}

.lookbook-intro > p {
  max-width: 420px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
  color: #6E6F60;
  text-align: right;
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 48px);
}

.lookbook-card {
  min-width: 0;
}

.lookbook-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #E8E2D5;
  margin-bottom: 22px;
}

.lookbook-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.lookbook-card:hover .lookbook-image img {
  transform: scale(1.02);
}

.lookbook-card-copy {
  position: relative;
  padding-top: 3px;
}

.lookbook-number {
  display: block;
  margin-bottom: 8px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A6A493;
}

.lookbook-card h3 {
  margin-bottom: 10px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(27px, 2.2vw, 36px);
  font-weight: 400;
  line-height: 1.08;
  color: #17301F;
}

.lookbook-card p {
  max-width: 95%;
  margin-bottom: 16px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.55;
  color: #6E6F60;
}

.lookbook-link {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #17301F;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #17301F;
}

/* Tablet */

@media (max-width: 900px) {
  .lookbook-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lookbook-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }
}

/* Mobile */

@media (max-width: 620px) {
  .home-lookbook {
    padding: 70px 20px 80px;
  }

  .lookbook-intro {
    display: block;
    margin-bottom: 32px;
  }

  .lookbook-intro > p {
    margin-top: 16px;
    text-align: left;
  }

  .lookbook-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .lookbook-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .lookbook-image {
    aspect-ratio: 2 / 3;
  }
}
/* =========================================================
   MR. SHUNNEY — THE MONTHLY EDIT
   ========================================================= */

.monthly-edit {
  position: relative;
  padding: 120px 4vw 125px;
  background: #F3EFE3;
  color: #17301F;
  text-align: center;
  overflow: hidden;
}

.monthly-edit-inner {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin: 0 auto;
}

.monthly-edit-mark {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 70px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(23,48,31,0.55);

  font-family: 'Inter', Arial, sans-serif;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #6E6F60;
}

.monthly-edit-kicker {
  display: block;
  margin-bottom: 22px;

  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #6B4A32;
}

.monthly-edit h2 {
  max-width: 700px;
  margin: 0 auto 26px;

  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.05;
  color: #17301F;
}

.monthly-edit-deck {
  max-width: 600px;
  margin: 0 auto;

  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.55;
  color: #6E6F60;
}

.monthly-edit-rule {
  width: 52px;
  height: 1px;
  margin: 38px auto;
  background: #17301F;
}

.monthly-edit-note {
  max-width: 520px;
  margin: 0 auto 38px;

  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6E6F60;
}

.monthly-edit-button {
  display: inline-block;
  padding: 15px 32px;
  border: 1px solid #17301F;

  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;

  color: #F5F1E6;
  background: #17301F;

  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.monthly-edit-button:hover {
  background: transparent;
  color: #17301F;
}

.monthly-edit-signin {
  display: block;
  width: max-content;
  margin: 18px auto 0;

  font-family: 'Inter', Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #6E6F60;

  border-bottom: 1px solid rgba(110,111,96,0.4);
}


/* ---------- LOOKBOOK COPY REFINEMENT ---------- */

.lookbook-card p {
  font-size: 19px;
  color: #69685F;
}


/* ---------- MOBILE ---------- */

@media (max-width: 620px) {

  .monthly-edit {
    padding: 85px 24px 90px;
  }

  .monthly-edit-mark {
    margin-bottom: 50px;
    gap: 10px;
    font-size: 6px;
  }

  .monthly-edit h2 {
    font-size: 44px;
  }

  .monthly-edit-deck {
    font-size: 19px;
  }

  .monthly-edit-note {
    font-size: 8px;
  }
}
/* Tighten Lookbook → Monthly Edit transition */

.home-lookbook {
  padding-bottom: 70px;
}

.monthly-edit {
  padding-top: 95px;
}


/* =========================================================
   MR. SHUNNEY — EDITORIAL HEADER
   ========================================================= */

.site-header-top {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  min-height: 96px !important;
  padding: 0 4vw !important;
}

.site-brand {
  justify-self: start;
}

.site-brand-link {
  display: flex !important;
  align-items: center !important;
  text-decoration: none;
}

.site-logo {
  display: block;
  width: auto !important;
  height: 88px !important;
max-height: 88px !important;
  object-fit: contain;
}

.site-masthead-title {
  justify-self: center;
font-family: 'Libre Caslon Display', Georgia, serif;font-size: 56px;
font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #17301F;
  text-decoration: none;
  white-space: nowrap;
}

.site-actions {
  justify-self: end;
}
/* =========================================================
   MR. SHUNNEY — EDITORIAL ARTICLE
   ========================================================= */
.article-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 85px 40px 70px;
  text-align: center;
}

.article-kicker {
  margin-bottom: 24px;

  font-family: 'Inter', Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #6B4A32;
}

.article-title {
  max-width: 950px;
  margin: 0 auto 28px;

  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: clamp(58px, 6vw, 94px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: #17301F;
}

.article-deck {
  max-width: 650px;
  margin: 0 auto;

  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 23px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.45;
  color: #6E6F60;
}
.article-feature {
  width: min(calc(100% - 80px), 1320px);
  max-width: 1320px;
  margin: 0 auto;
}

.article-feature img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

.article-feature figcaption {
  max-width: 1400px;
  margin: 12px auto 0;
  padding: 0 40px;

  font-family: 'Inter', Arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6E6F60;
}
.article-feature {
  margin-bottom: 0;
}

.article-feature figcaption {
  padding: 14px 0 22px;
  border-bottom: 1px solid rgba(23, 48, 31, 0.18);
}
.article-content {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 40px 110px;
  color: #17301F;
}

.article-content p {
  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.72;
  margin: 0 0 1.4em;
}

.article-content p:first-child {
  font-size: 24px;
  line-height: 1.65;
}

.article-content h2 {
  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
  margin: 2.2em 0 0.7em;
  color: #17301F;
}

.article-content h3 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 3em 0 1em;
  color: #6B4A32;
}
/* =========================================================
   ARTICLE — BODY TYPOGRAPHY
   ========================================================= */

.issue-canvas .kg-card + p,
.issue-canvas p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;

    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: -0.01em;

    color: #173c2b;
}

/* Space between paragraphs */
.issue-canvas p + p {
    margin-top: 1.35em;
}
/* =========================================================
   ARTICLE — OPENING DROP CAP
   ========================================================= */

.article-content p:first-of-type::first-letter {
    float: left;
    font-size: 4.25em;
    line-height: 0.78;
    padding-right: 0.10em;
    padding-top: 0.08em;
    font-weight: 300;
    color: #173c2b;
}
/* =========================================================
   ARTICLE — PARAGRAPH RHYTHM
   ========================================================= */

.article-content p + p {
  margin-top: 1.25em;
}
/* =========================================================
   ARTICLE — CONTENT ELEMENTS
   ========================================================= */

.article-content h2 {
  margin: 2.2em 0 0.7em;
  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.08;
  color: #17301F;
}

.article-content h3 {
  margin: 2.6em 0 1em;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6B4A32;
}

.article-content blockquote {
  margin: 2.2em -80px;
  padding: 28px 0;
  border-top: 1px solid rgba(23,48,31,0.18);
  border-bottom: 1px solid rgba(23,48,31,0.18);

  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  color: #17301F;
}

.article-content a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.article-end {
  max-width: 820px;
  margin: 20px auto 100px;
  padding: 65px 40px;
  border-top: 1px solid rgba(23,48,31,0.18);
  text-align: center;
}

.article-end-kicker {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #6B4A32;
}

.article-end h2 {
  margin: 18px 0 14px;
  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 46px;
  font-weight: 400;
  color: #17301F;
}

.article-end p {
  max-width: 520px;
  margin: 0 auto 28px;
  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 20px;
  color: #6E6F60;
}

.article-end-button {
  display: inline-block;
  padding: 14px 28px;
  border: 1px solid #17301F;
  background: #17301F;
  color: #F5F1E6;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
}
/* =========================================================
   THE MONTHLY EDIT — ISSUE ARCHIVE
   ========================================================= */

.monthly-archive {
  background: #F5F1E6;
  color: #17301F;
}

.monthly-archive-header {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 40px 70px;
  text-align: center;
}

.monthly-archive-kicker,
.monthly-archive-gate-kicker {
  display: block;
  margin-bottom: 18px;

  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #6B4A32;
}

.monthly-archive-header h1 {
  margin: 0 0 22px;

  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: clamp(54px, 6vw, 84px);
  font-weight: 400;
  line-height: 1;
}

.monthly-archive-header p {
  max-width: 620px;
  margin: 0 auto;

  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 21px;
  line-height: 1.5;
  color: #6E6F60;
}

.monthly-archive-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px 110px;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}

.monthly-issue-image {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #E8E2D5;
}

.monthly-issue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.monthly-issue-copy {
  padding-top: 18px;
}

.monthly-issue-date {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6B4A32;
}

.monthly-issue-copy h2 {
  margin: 8px 0 10px;

  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.05;
}

.monthly-issue-copy h2 a {
  color: inherit;
  text-decoration: none;
}

.monthly-issue-copy p {
  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 1.45;
  color: #6E6F60;
}

.monthly-issue-link {
  display: inline-block;
  margin-top: 12px;

  font-family: 'Inter', Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #17301F;
  text-decoration: none;
  border-bottom: 1px solid #17301F;
}

.monthly-archive-gate {
  max-width: 760px;
  margin: 0 auto 110px;
  padding: 70px 40px;
  text-align: center;
  border-top: 1px solid rgba(23,48,31,0.18);
  border-bottom: 1px solid rgba(23,48,31,0.18);
}

.monthly-archive-gate h2 {
  margin: 0 0 18px;

  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.05;
}

.monthly-archive-gate p {
  margin-bottom: 28px;

  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 20px;
  color: #6E6F60;
}

.monthly-archive-button {
  display: inline-block;
  padding: 14px 28px;

  background: #17301F;
  color: #F5F1E6;
  text-decoration: none;

  font-family: 'Inter', Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.monthly-archive-signin {
  display: block;
  width: max-content;
  margin: 16px auto 0;

  font-family: 'Inter', Arial, sans-serif;
  font-size: 8px;
  color: #6E6F60;
}
/* Standard page width */
.standard-page .issue-body {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
/* ==========================================
   MONTHLY EDIT – DESKTOP ARCHIVE
   ========================================== */

@media (min-width: 900px) {

  .monthly-archive-grid {
    width: calc(100% - 160px);
    max-width: 1400px;
    margin: 70px auto 110px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 90px 70px;
  }

  .monthly-issue-card {
    width: calc(50% - 35px);
    max-width: 600px;
    min-width: 0;
  }

  .monthly-issue-image {
    display: block;
    width: 100%;
  }

  .monthly-issue-image img {
    display: block;
    width: 100%;
    height: auto;
  }

.monthly-issue-copy {
    padding-top: 22px;
}

.monthly-issue-image {
    aspect-ratio: auto;
    background: transparent;
    overflow: visible;
}

.monthly-issue-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

}
/* ==========================================
   HOMEPAGE MEMBERSHIP OPTIONS
   ========================================== */

.membership-options {
    width: min(100%, 1120px);
    margin: 54px auto 42px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    border-top: 1px solid rgba(23, 48, 31, 0.22);
    border-bottom: 1px solid rgba(23, 48, 31, 0.22);
}

.membership-option {
    padding: 42px 52px 46px;
    text-align: center;
}

.membership-option + .membership-option {
    border-left: 1px solid rgba(23, 48, 31, 0.22);
}

.membership-option-kicker {
    display: block;
    margin-bottom: 10px;

    font-family: 'Inter', Arial, sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;

    color: #6B4A32;
}

.membership-option h3 {
    margin: 0 0 16px;

    font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.05;

    color: #17301F;
}

.membership-option p {
    max-width: 410px;
    margin: 0 auto;

    font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.55;

    color: #6E6F60;
}

.membership-value-note {
    display: block;
    max-width: 350px;
    margin: 22px auto 0;

    font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.4;

    color: #17301F;
}


/* Mobile */

@media (max-width: 760px) {

    .membership-options {
        grid-template-columns: 1fr;
        margin: 42px auto 34px;
    }

    .membership-option {
        padding: 34px 22px 38px;
    }

    .membership-option + .membership-option {
        border-left: 0;
        border-top: 1px solid rgba(23, 48, 31, 0.22);
    }

    .membership-option h3 {
        font-size: 29px;
    }

    .membership-option p {
        font-size: 17px;
    }
}
/* ==========================================
   ABOUT PAGE — CENTER BODY COLUMN
   ========================================== */

.standard-page .issue-body {
    width: 100% !important;
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Center Ghost wrappers/cards inside the page */
.standard-page .issue-body > div,
.standard-page .issue-body .kg-card,
.standard-page .issue-body .kg-html-card {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Center paragraph column, but keep text naturally left-aligned */
.standard-page .issue-body p {
    width: 100% !important;
    max-width: 780px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
}

/* =========================================================
   MR. SHUNNEY — AUTHORITATIVE RESPONSIVE LAYOUT
   This final layer intentionally governs page width, article
   width, Ghost cards, imagery, and responsive behavior.
   ========================================================= */

:root {
  --ms-page-max: 1440px;
  --ms-article-max: 1240px;
  --ms-copy-max: 820px;
  --ms-card-max: 1100px;
}

/* ---------- GLOBAL CANVAS ---------- */

html,
body,
.mag {
  width: 100%;
  max-width: none;
}

body {
  overflow-x: hidden;
}

.mag {
  margin: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

/* ---------- STANDARD PAGES: ABOUT, GIFT GUIDES, ETC. ---------- */

.standard-page {
  width: 100%;
}

.standard-page .issue-body {
  width: min(100%, var(--ms-page-max)) !important;
  max-width: var(--ms-page-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(24px, 4vw, 64px);
  padding-right: clamp(24px, 4vw, 64px);
}

/* Readable prose column inside the wider page canvas */
.standard-page .issue-body > p,
.standard-page .issue-body > h2,
.standard-page .issue-body > h3,
.standard-page .issue-body > h4,
.standard-page .issue-body > ul,
.standard-page .issue-body > ol,
.standard-page .issue-body > blockquote,
.standard-page .issue-body p {
  width: 100% !important;
  max-width: 780px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.standard-page .issue-body p {
  text-align: left !important;
}

/* Ghost cards should be allowed to breathe beyond the prose width */
.standard-page .issue-body > .kg-card,
.standard-page .issue-body > figure,
.standard-page .issue-body .kg-image-card,
.standard-page .issue-body .kg-gallery-card,
.standard-page .issue-body .kg-bookmark-card,
.standard-page .issue-body .kg-product-card,
.standard-page .issue-body .kg-header-card,
.standard-page .issue-body .kg-callout-card,
.standard-page .issue-body .kg-button-card,
.standard-page .issue-body .kg-html-card {
  width: min(100%, var(--ms-card-max)) !important;
  max-width: var(--ms-card-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Native Ghost images: never stretch vertically */
.standard-page .issue-body img,
.standard-page .issue-body .kg-image-card img,
.standard-page .issue-body .kg-gallery-image img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

/* ---------- EDITORIAL ARTICLES ---------- */

.article-page {
  width: 100%;
}

.article-header {
  width: min(100%, 1180px);
  max-width: 1180px;
}

.article-feature {
  width: min(calc(100% - 80px), 1320px);
  max-width: 1320px;
}

.article-feature img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

.article-content {
  width: min(100%, var(--ms-article-max));
  max-width: var(--ms-article-max);
  margin: 0 auto;
  padding: 56px 40px 110px;
}

/* Text stays magazine-readable while the article canvas is wider */
.article-content > p,
.article-content > h2,
.article-content > h3,
.article-content > h4,
.article-content > ul,
.article-content > ol,
.article-content > blockquote {
  width: 100%;
  max-width: var(--ms-copy-max);
  margin-left: auto;
  margin-right: auto;
}

.article-content p {
  font-size: 22px;
  line-height: 1.68;
}

.article-content p:first-child {
  font-size: 24px;
  line-height: 1.62;
}

/* H3 is used for recommendation titles in Gift Guides */
.article-content h3 {
  max-width: var(--ms-copy-max);
  margin-top: 2.1em;
  margin-bottom: 0.65em;
  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
  color: #17301F;
}

/* Preserve the editorial pull-quote treatment without overflowing */
.article-content blockquote {
  max-width: 980px;
  margin: 2.4em auto;
}

/* Ghost image/gallery/product cards can be wider than the text */
.article-content > .kg-card,
.article-content > figure,
.article-content .kg-image-card,
.article-content .kg-gallery-card,
.article-content .kg-product-card,
.article-content .kg-bookmark-card,
.article-content .kg-embed-card,
.article-content .kg-callout-card,
.article-content .kg-header-card,
.article-content .kg-button-card {
  width: min(100%, var(--ms-card-max));
  max-width: var(--ms-card-max);
  margin-left: auto;
  margin-right: auto;
}

/* Normal image cards: keep the source proportions */
.article-content .kg-image-card img,
.article-content .kg-gallery-image img,
.article-content .kg-width-wide img,
.article-content .kg-width-full img,
.article-content figure img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

/* Standard article image cards: substantial, but not oversized */
.article-content .kg-image-card {
  width: min(100%, 800px) !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Wide Ghost images remain intentionally larger */
.article-content .kg-width-wide {
  width: min(100%, 1100px) !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Full-width Ghost images can use the full article canvas */
.article-content .kg-width-full {
  width: min(100%, 1240px) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------- ARTICLE END CTA ---------- */

.article-end {
  width: min(calc(100% - 48px), 980px);
  max-width: 980px;
}

/* ---------- HOMEPAGE MONTHLY EDIT / MEMBERSHIP ---------- */

.monthly-edit-inner {
  width: min(100%, 1240px);
  max-width: 1240px;
}

.monthly-edit h2 {
  max-width: 900px;
}

.monthly-edit-deck {
  max-width: 760px;
}

.membership-options {
  width: min(100%, 1120px);
  max-width: 1120px;
}

.membership-option {
  padding-left: clamp(34px, 4vw, 62px);
  padding-right: clamp(34px, 4vw, 62px);
}

.membership-option p {
  max-width: 460px;
  font-size: 18px;
}

/* ---------- MONTHLY EDIT ARCHIVE ---------- */

.monthly-archive-header {
  max-width: 1180px;
}

.monthly-archive-header p {
  max-width: 720px;
}

.monthly-archive-gate {
  width: min(calc(100% - 48px), 980px);
  max-width: 980px;
}

/* ---------- TABLET ---------- */

@media (max-width: 1100px) {
  :root {
    --ms-page-max: 100%;
    --ms-article-max: 100%;
    --ms-copy-max: 760px;
    --ms-card-max: 920px;
  }

  .standard-page .issue-body,
  .article-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .article-feature {
    width: calc(100% - 64px);
  }

  .monthly-edit-inner {
    max-width: 1000px;
  }
}

/* ---------- MOBILE ---------- */

@media (max-width: 760px) {
  :root {
    --ms-copy-max: 100%;
    --ms-card-max: 100%;
  }

  .standard-page .issue-body,
  .article-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .standard-page .issue-body > p,
  .standard-page .issue-body > h2,
  .standard-page .issue-body > h3,
  .standard-page .issue-body > h4,
  .standard-page .issue-body > ul,
  .standard-page .issue-body > ol,
  .standard-page .issue-body > blockquote,
  .standard-page .issue-body p,
  .article-content > p,
  .article-content > h2,
  .article-content > h3,
  .article-content > h4,
  .article-content > ul,
  .article-content > ol,
  .article-content > blockquote {
    max-width: 100% !important;
  }

  .article-header {
    width: 100%;
    padding: 58px 20px 46px;
  }

  .article-title {
    font-size: clamp(44px, 13vw, 64px);
  }

  .article-deck {
    font-size: 20px;
  }

  .article-feature {
    width: calc(100% - 40px);
  }

  .article-content {
    padding-top: 38px !important;
    padding-bottom: 78px !important;
  }

  .article-content p,
  .article-content p:first-child {
    font-size: 20px;
    line-height: 1.62;
  }

  .article-content h2 {
    font-size: 38px;
  }

  .article-content h3 {
    font-size: 24px;
    margin-top: 1.9em;
  }

  .article-content blockquote {
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }

  .article-content > .kg-card,
  .article-content > figure,
  .article-content .kg-image-card,
  .article-content .kg-gallery-card,
  .article-content .kg-product-card,
  .article-content .kg-bookmark-card,
  .article-content .kg-embed-card,
  .article-content .kg-callout-card,
  .article-content .kg-header-card,
  .article-content .kg-button-card,
  .standard-page .issue-body > .kg-card,
  .standard-page .issue-body > figure,
  .standard-page .issue-body .kg-image-card,
  .standard-page .issue-body .kg-gallery-card,
  .standard-page .issue-body .kg-bookmark-card,
  .standard-page .issue-body .kg-product-card,
  .standard-page .issue-body .kg-header-card,
  .standard-page .issue-body .kg-callout-card,
  .standard-page .issue-body .kg-button-card,
  .standard-page .issue-body .kg-html-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .article-content img,
  .standard-page .issue-body img {
    width: 100%;
    height: auto !important;
    max-height: none !important;
  }

  .monthly-edit-inner,
  .membership-options {
    width: 100%;
    max-width: 100%;
  }

  .monthly-archive-gate {
    width: calc(100% - 40px);
  }
}


/* =========================================================
   MR. SHUNNEY — AUTHORITATIVE MOBILE MASTHEAD
   Keeps desktop intact; restructures header for tablet/mobile.
   ========================================================= */

@media (max-width: 800px) {

  .site-header-top {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    align-items: center !important;
    min-height: 76px !important;
    padding: 8px 16px !important;
    column-gap: 10px !important;
  }

  .site-brand {
    justify-self: start !important;
    width: 72px;
    min-width: 0;
  }

  .site-brand-link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100%;
  }

  .site-logo {
    width: auto !important;
    height: 58px !important;
    max-height: 58px !important;
    max-width: 72px !important;
    object-fit: contain !important;
  }

  .site-masthead-title {
    justify-self: center !important;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(32px, 7vw, 42px) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .site-actions {
    justify-self: end !important;
    width: 72px;
    min-width: 0;
    gap: 9px !important;
    justify-content: flex-end !important;
    font-size: 8px !important;
    letter-spacing: 0.12em !important;
  }

  /* The outlined CTA is useful on desktop but crowds the mobile masthead. */
  .site-subscribe {
    display: none !important;
  }

  /* Keep member account access, but make it compact. */
  .site-account {
    font-size: 8px !important;
    letter-spacing: 0.10em !important;
    white-space: nowrap;
  }

  /* For signed-out readers, the lower navigation and page CTAs already
     provide signup access; remove Sign In from the narrow top row. */
  .site-signin {
    display: none !important;
  }

  .site-header-bottom {
    width: 100%;
    padding: 0 16px !important;
    overflow: visible !important;
  }

  .site-nav {
    width: 100%;
  }

  .site-nav .nav {
    width: 100% !important;
    max-width: 680px;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: clamp(18px, 4vw, 32px) !important;
  }

  .site-nav .nav li {
    flex: 0 0 auto;
  }

  .site-nav .nav a {
    padding: 13px 0 !important;
    font-size: 8px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.14em !important;
    white-space: nowrap !important;
  }
}

/* Phones: let the four navigation items breathe in a precise 2 × 2 grid. */
@media (max-width: 560px) {

  .site-header-top {
    grid-template-columns: 58px minmax(0, 1fr) 58px !important;
    min-height: 70px !important;
    padding: 7px 12px !important;
    column-gap: 8px !important;
  }

  .site-brand {
    width: 58px;
  }

  .site-logo {
    height: 50px !important;
    max-height: 50px !important;
    max-width: 58px !important;
  }

  .site-masthead-title {
    font-size: clamp(29px, 8.4vw, 37px) !important;
  }

  .site-actions {
    width: 58px;
    gap: 6px !important;
  }

  .site-account {
    font-size: 7px !important;
    letter-spacing: 0.07em !important;
  }

  .site-header-bottom {
    padding: 0 !important;
  }

  .site-nav .nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }

  .site-nav .nav li {
    width: 100%;
    min-width: 0;
    text-align: center;
    border-bottom: 1px solid rgba(23,48,31,0.10);
  }

  .site-nav .nav li:nth-child(odd) {
    border-right: 1px solid rgba(23,48,31,0.10);
  }

  .site-nav .nav a {
    width: 100%;
    padding: 11px 6px !important;
    font-size: 7.5px !important;
    letter-spacing: 0.12em !important;
    white-space: normal !important;
  }
}

/* Very small phones: preserve the centered wordmark at all costs. */
@media (max-width: 380px) {

  .site-header-top {
    grid-template-columns: 48px minmax(0, 1fr) 48px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .site-brand,
  .site-actions {
    width: 48px;
  }

  .site-logo {
    height: 44px !important;
    max-height: 44px !important;
    max-width: 48px !important;
  }

  .site-masthead-title {
    font-size: 27px !important;
  }

  .site-account {
    font-size: 6.5px !important;
  }
}
/* =========================================================
   STANDARD PAGE FEATURE IMAGE
   Ghost-built pages such as Gift Guides
   ========================================================= */

.standard-page .cover-art {
  width: min(100%, 1050px);
  max-width: 1050px;
  margin: 0 auto 24px;
}

.standard-page .cover-art img {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
}

/* Tablet */
@media (max-width: 1100px) {
  .standard-page .cover-art {
    width: calc(100% - 64px);
  }
}

/* Mobile */
@media (max-width: 760px) {
  .standard-page .cover-art {
    width: calc(100% - 32px);
    margin-bottom: 18px;
  }
}
/* =========================================================
   THE WEEKLY FIND
   ========================================================= */

.weekly-find {
  width: min(calc(100% - 48px), 1240px);
  margin: 64px auto 88px;
  padding: 56px 0;
  border-top: 1px solid rgba(23, 48, 31, 0.22);
  border-bottom: 1px solid rgba(23, 48, 31, 0.22);

  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: center;
}

.weekly-find-copy {
  max-width: 500px;
}

.weekly-find-kicker {
  display: block;
  margin-bottom: 18px;

  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #17301F;
}

.weekly-find-title {
  margin: 0 0 18px;

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.98;
  font-weight: 400;
  color: #17301F;
}

.weekly-find-title a {
  color: inherit;
  text-decoration: none;
}

.weekly-find-deck {
  margin: 0 0 28px;
  max-width: 440px;

  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.45;
  color: rgba(23, 48, 31, 0.78);
}

.weekly-find-link {
  display: inline-block;

  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #17301F;
}

.weekly-find-link:hover,
.weekly-find-title a:hover {
  opacity: 0.65;
}

.weekly-find-image {
  display: block;
  overflow: hidden;
}

.weekly-find-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.weekly-find-image:hover img {
  transform: scale(1.015);
}

@media (max-width: 900px) {
  .weekly-find {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 48px;
    margin-bottom: 64px;
    padding: 40px 0;
  }

  .weekly-find-copy {
    max-width: 680px;
  }

  .weekly-find-image {
    order: -1;
  }
}

@media (max-width: 600px) {
  .weekly-find {
    width: calc(100% - 32px);
    margin-top: 36px;
    margin-bottom: 52px;
    padding: 32px 0;
    gap: 28px;
  }

  .weekly-find-title {
    font-size: 38px;
  }

  .weekly-find-deck {
    font-size: 19px;
  }
}
/* =========================================================
   ARTICLE NEWSLETTER SIGNUP
   ========================================================= */

.article-newsletter {
  width: min(calc(100% - 48px), 860px);
  margin: 88px auto 48px;
  padding: 64px 48px;

  text-align: center;

  border-top: 1px solid rgba(23, 48, 31, 0.22);
  border-bottom: 1px solid rgba(23, 48, 31, 0.22);
}

.article-newsletter-kicker {
  display: block;
  margin-bottom: 18px;

  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;

  color: #17301F;
}

.article-newsletter h2 {
  max-width: 680px;
  margin: 0 auto 18px;

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.05;
  font-weight: 400;

  color: #17301F;
}

.article-newsletter p {
  max-width: 620px;
  margin: 0 auto 30px;

  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.5;

  color: rgba(23, 48, 31, 0.74);
}

.article-newsletter-button {
  display: inline-block;
  padding: 14px 24px;

  background: #17301F;
  color: #F5F1E6;

  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-decoration: none;
}

.article-newsletter-button:hover {
  opacity: 0.88;
}

.article-newsletter-note {
  display: block;
  margin-top: 14px;

  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-style: italic;

  color: rgba(23, 48, 31, 0.56);
}


@media (max-width: 600px) {

  .article-newsletter {
    width: calc(100% - 32px);
    margin-top: 64px;
    margin-bottom: 36px;
    padding: 48px 20px;
  }

  .article-newsletter h2 {
    font-size: 36px;
  }

  .article-newsletter p {
    font-size: 18px;
  }

}