/* ==========================================================================
   THE NEW JEWELLER — Site Stylesheet
   Design system for Elementor rebuild. See ELEMENTOR-GUIDE.md for mapping.
   ========================================================================== */

:root{
  /* Color tokens */
  --navy:        #0E2A52;   /* primary brand / matches logo */
  --navy-deep:   #081B38;   /* footer / darkest panel */
  --ink:         #1A1A1A;   /* body text */
  --ink-soft:    #4A4A4A;   /* secondary text */
  --paper:       #FFFFFF;   /* page background */
  --paper-tint:  #F6F5F2;   /* section alternate background */
  --hairline:    #DCDCDC;   /* rules / borders */
  --gold:        #A8823C;   /* facet accent — used sparingly */
  --gold-soft:   #C9A45E;

  /* Type */
  --font-display: "Playfair Display", "Georgia", serif;
  --font-body:    "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  --font-meta:    "Source Sans Pro", Arial, sans-serif;

  --container: 1180px;
}

*{ box-sizing: border-box; }
html{ -webkit-text-size-adjust: 100%; }
body{
  margin:0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
h1,h2,h3,h4{ font-family: var(--font-display); font-weight:700; margin:0; color: var(--ink); }
.wrap{ max-width: var(--container); margin:0 auto; padding: 0 24px; }

/* -------------------- Facet marker (signature element) --------------------
   A small clipped-corner tag used on eyebrows/labels throughout the site —
   a quiet nod to a cut gem facet. This is the one recurring flourish. */
.facet{
  display:inline-block;
  width:9px; height:9px;
  background: var(--gold);
  clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
  margin-right:8px;
  position:relative; top:1px;
}

.eyebrow{
  display:flex; align-items:center;
  font-family: var(--font-meta);
  font-size: 13px;
  font-weight:700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--navy);
}

/* -------------------- Utility bar (social + subscribe) -------------------- */
.utility-bar{
  background: var(--navy-deep);
  color:#EDEFF3;
  font-size: 13px;
}
.utility-bar .wrap{
  display:flex; align-items:center; justify-content:space-between;
  height: 40px;
}
.utility-social{ display:flex; gap:16px; align-items:center; }
.utility-social a{ color:#C7CEDC; display:flex; align-items:center; opacity:.9; transition:opacity .15s; }
.utility-social a:hover{ opacity:1; color:#fff; }
.utility-social svg{ width:16px; height:16px; fill:currentColor; }

.subscribe-form{ display:flex; gap:8px; align-items:center; }
.subscribe-form input[type="email"]{
  background:#132E56; border:1px solid #24406C; color:#fff;
  font-family: var(--font-body); font-size:13px;
  padding:6px 10px; border-radius:2px; width:190px;
}
.subscribe-form input[type="email"]::placeholder{ color:#93A0BB; }
.subscribe-form button{
  background: var(--gold); color:#1A1200; border:none;
  font-family: var(--font-meta); font-weight:700; font-size:12px;
  letter-spacing:.5px; text-transform:uppercase;
  padding:7px 16px; border-radius:2px; cursor:pointer;
}
.subscribe-form button:hover{ background: var(--gold-soft); }
.subscribe-form button[disabled]{ opacity:.6; cursor:default; }

/* Status line written by mail/subscribe.js. Both subscribe forms sit on a
   navy background, so the colours are the light-on-dark set. */
.subscribe-response{
  font-family: var(--font-meta); font-size:12px; line-height:1.4;
  color:#C7CEDC;
}
.subscribe-response:empty{ display:none; }
.subscribe-response.is-success{ color:#8FD6A8; }
.subscribe-response.is-error{ color:#FF9B8A; }
.utility-bar .subscribe-response{ margin-left:12px; white-space:nowrap; }
.newsletter-band .subscribe-response{ flex-basis:100%; text-align:right; }

/* -------------------- Masthead -------------------- */
.masthead{ background: var(--paper); border-bottom:1px solid var(--hairline); }
.masthead .wrap{ padding: 26px 24px 20px; text-align:center; }
.masthead .logo{
  font-family: var(--font-display);
  font-size: 42px;
  letter-spacing: .5px;
  color: var(--navy);
  line-height:1;
}
.masthead .logo span{ color: var(--gold); }
.masthead .tagline{
  font-family: var(--font-meta);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top:8px;
}

/* -------------------- Primary nav -------------------- */
.primary-nav{ background: var(--navy); border-bottom: 3px solid var(--gold); }
.primary-nav .wrap{
  display:flex; justify-content:center; gap:2px;
}
.primary-nav a{
  display:block;
  padding: 15px 20px;
  color:#EDEFF3;
  font-family: var(--font-meta);
  font-size: 14px;
  font-weight:600;
  letter-spacing:.5px;
  text-transform: uppercase;
  border-bottom:3px solid transparent;
  margin-bottom:-3px;
  transition: background .15s, color .15s;
}
.primary-nav a:hover, .primary-nav a.active{
  background: rgba(255,255,255,0.06);
  border-bottom-color: var(--gold-soft);
}

/* Mobile nav toggle (kept simple; Elementor Nav Menu widget handles this natively) */
.nav-toggle{ display:none; }

/* -------------------- Ad banner strip -------------------- */
.ad-strip{
  background: var(--paper-tint);
  border-bottom:1px solid var(--hairline);
  padding: 14px 0;
}
.ad-strip .wrap{ display:flex; flex-direction:column; align-items:center; gap:6px; }
.ad-strip .ad-slot{
  width:100%; max-width: 970px; min-height: 90px;
  display:flex; align-items:center; justify-content:center;
  font-family: var(--font-meta); font-size:12px; letter-spacing:1.5px;
  text-transform:uppercase; color:#9A9585;
}
.ad-strip .ad-label{ font-size:10px; letter-spacing:2px; color:#B3AEA0; text-transform:uppercase; }

/* -------------------- Hero: magazine + editor's note -------------------- */
.hero{ padding: 48px 0; border-bottom:1px solid var(--hairline); }
.hero .wrap{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items:start;
}
.magazine-card{ text-align:center; }
.magazine-cover{
  aspect-ratio: 3/4;
  background: linear-gradient(160deg, var(--navy) 0%, #17335E 55%, var(--navy-deep) 100%);
  border-radius:2px;
  box-shadow: 0 18px 40px -14px rgba(14,42,82,.45);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  color:#fff; padding: 24px; position:relative;
  border: 1px solid #0A2144;
}
.magazine-cover::before{
  content:""; position:absolute; inset:10px;
  border:1px solid rgba(201,164,94,.5);
}
.magazine-cover .mc-eyebrow{ font-family:var(--font-meta); font-size:10px; letter-spacing:3px; text-transform:uppercase; color: var(--gold-soft); }
.magazine-cover .mc-title{ font-family:var(--font-display); font-size:22px; margin-top:10px; }
.magazine-cover .mc-issue{ font-family:var(--font-meta); font-size:12px; margin-top:auto; letter-spacing:1px; color:#C7CEDC; }
.magazine-card .mc-caption{ margin-top:14px; font-size:13px; color: var(--ink-soft); }
.magazine-card .mc-cta{
  display:inline-block; margin-top:10px;
  font-family: var(--font-meta); font-size:12px; font-weight:700;
  letter-spacing:1px; text-transform:uppercase;
  color: var(--navy); border-bottom:1px solid var(--navy); padding-bottom:2px;
}

.editors-note .eyebrow{ margin-bottom:14px; }
.editors-note h2{ font-size: 30px; line-height:1.25; margin-bottom:16px; }
.editors-note .drop{
  font-family: var(--font-display);
  float:left; font-size:56px; line-height:0.8;
  padding: 4px 8px 0 0; color: var(--navy);
}
.editors-note p{ color: var(--ink-soft); font-size:16px; margin:0 0 14px; }
.editors-note .read-more{
  font-family: var(--font-meta); font-size:13px; font-weight:700;
  letter-spacing:.5px; text-transform:uppercase; color: var(--navy);
  border-bottom:1px solid var(--navy); padding-bottom:2px;
}

/* -------------------- Section header (per category block) -------------------- */
.section-block{ padding: 44px 0; }
.section-block.alt{ background: var(--paper-tint); }
.section-head{
  display:flex; align-items:baseline; justify-content:space-between;
  border-bottom: 2px solid var(--navy); padding-bottom:12px; margin-bottom:28px;
}
.section-head h2{ font-size:26px; }
.section-head .view-all{
  font-family: var(--font-meta); font-size:13px; font-weight:700;
  letter-spacing:.5px; text-transform:uppercase; color: var(--navy);
  white-space:nowrap;
}
.section-head .view-all:hover{ color: var(--gold); }

/* Featured + list layout used across category sections */
.article-grid{ display:grid; grid-template-columns: 1.15fr 1fr; gap:44px; }
/* A fixed-shape framed box. Whatever size the image is, it sits centred
   horizontally AND vertically, and is scaled down to fit inside the frame —
   never cropped, never stretched. Images smaller than the frame keep their
   own size rather than being blown up and going blurry. */
.featured-article .thumb{
  aspect-ratio: 16/10;
  background: none;
  border: 0px solid var(--hairline);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
  padding: 8px;
  margin-bottom:16px;
}
.featured-article .thumb img{
  max-width:100%; max-height:100%;
  width:auto; height:auto;
  display:block;
}
.featured-article .cat-tag{
  font-family: var(--font-meta); font-size:11px; font-weight:700; letter-spacing:1.5px;
  text-transform:uppercase; color: var(--gold);
}
.featured-article h3{ font-size:24px; line-height:1.3; margin:8px 0 10px; }
.featured-article h3 a:hover{ color: var(--navy); }
.featured-article p{ color: var(--ink-soft); font-size:15px; }

.story-list{ list-style:none; margin:0; padding:0; }
.story-list li{ padding: 16px 0; border-bottom:1px solid var(--hairline); }
.story-list li:first-child{ padding-top:0; }
.story-list li:last-child{ border-bottom:none; }
.story-list .cat-tag{
  font-family: var(--font-meta); font-size:10px; font-weight:700; letter-spacing:1.5px;
  text-transform:uppercase; color: var(--gold); display:block; margin-bottom:5px;
}
.story-list h4{ font-family: var(--font-display); font-size:17px; line-height:1.35; font-weight:700; }
.story-list h4 a:hover{ color: var(--navy); }

/* Simple 3-up card grid (used on category archive pages) */
.card-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap:36px 32px; }
.card{ }
.card .thumb{
  aspect-ratio: 16/10; background: linear-gradient(135deg,#E7E3D8,#D8D2C2);
  position:relative; margin-bottom:14px;
}
.card .thumb::after{
  content:""; position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  font-family:var(--font-meta); font-size:10px; letter-spacing:3px; color:#A79F8C;
}
.card .cat-tag{ font-family: var(--font-meta); font-size:10px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color: var(--gold); }
.card h3{ font-size:19px; line-height:1.3; margin:8px 0 8px; }
.card h3 a:hover{ color: var(--navy); }
.card p{ color: var(--ink-soft); font-size:14px; margin:0; }
.card .meta{ font-size:12px; color:#8A8A8A; margin-top:10px; font-family: var(--font-meta); }

/* Page header used on interior/category pages */
.page-header{ background: var(--navy); padding: 10px 0; }
.page-header .wrap{ display:flow; align-items:baseline; gap:16px; }
.page-header h1{ color:#fff; font-size:32px; }
.page-header p{ color:#B9C2D6; font-family: var(--font-meta); font-size:14px; margin:0; }

/* Pagination */
.pagination{ display:flex; justify-content:center; gap:8px; margin-top:40px; }
.pagination a{
  width:38px; height:38px; display:flex; align-items:center; justify-content:center;
  border:1px solid var(--hairline); font-family: var(--font-meta); font-size:14px;
}
.pagination a.active, .pagination a:hover{ background: var(--navy); color:#fff; border-color: var(--navy); }

/* -------------------- Newsletter CTA band -------------------- */
.newsletter-band{ background: var(--navy); padding: 40px 0; }
.newsletter-band .wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.newsletter-band h3{ color:#fff; font-size:22px; }
.newsletter-band p{ color:#B9C2D6; font-family:var(--font-meta); font-size:14px; margin:4px 0 0; }
.newsletter-band .subscribe-form input[type="email"]{ width:240px; }

/* -------------------- Footer -------------------- */
.site-footer{ background: var(--navy-deep); color:#B9C2D6; padding: 56px 0 0; }
.footer-grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap:40px; padding-bottom:40px; }
.footer-col h4{ color:#fff; font-size:14px; letter-spacing:1px; text-transform:uppercase; margin-bottom:16px; }
.footer-col p{ font-size:13px; line-height:1.7; color:#96A2BF; }
.footer-col ul{ list-style:none; margin:0; padding:0; }
.footer-col li{ margin-bottom:10px; font-size:13px; }
.footer-col a:hover{ color:#fff; }
.footer-social{ display:flex; gap:14px; margin-top:16px; }
.footer-social a{ color:#96A2BF; }
.footer-social a:hover{ color: var(--gold-soft); }
.footer-social svg{ width:16px; height:16px; fill:currentColor; }
.footer-bottom{
  border-top:1px solid #16294B; padding:20px 0; font-size:12px; color:#7987A6;
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px;
}
.footer-bottom a{ color:#96A2BF; }
.footer-bottom a:hover{ color:#fff; }
.footer-legal{ display:flex; gap:18px; flex-wrap:wrap; }

/* -------------------- Contact page -------------------- */
/* Only ever set the vertical padding here. This element is also a .wrap, and
   the `padding` shorthand would wipe out .wrap's left/right gutter — which is
   what keeps this section lined up with the header, newsletter band and
   footer at every screen size. */
.contact-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap:56px;
  padding-top:48px; padding-bottom:48px;
}
.contact-form label{ display:block; font-family:var(--font-meta); font-size:12px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; color:var(--navy); margin-bottom:6px; }
.contact-form .field{ margin-bottom:20px; }
.contact-form input, .contact-form textarea{
  width:100%; border:1px solid var(--hairline); padding:11px 12px; font-family:var(--font-body); font-size:15px; border-radius:2px;
}
.contact-form textarea{ min-height:130px; resize:vertical; }
.contact-form button{
  background: var(--navy); color:#fff; border:none; padding:12px 28px;
  font-family:var(--font-meta); font-weight:700; letter-spacing:.5px; text-transform:uppercase;
  font-size:13px; cursor:pointer; border-radius:2px;
}
.contact-form button:hover{ background:#123563; }
.contact-form button[disabled]{ opacity:.6; cursor:default; }

/* Status line written by mail/contact.js. Dark-on-light, unlike
   .subscribe-response, which sits on the navy bands. */
.form-response{
  font-family: var(--font-meta); font-size:14px; line-height:1.5;
  margin-top:16px; padding:10px 12px; border-left:3px solid var(--hairline);
  color: var(--ink-soft);
}
.form-response:empty{ display:none; }
.form-response.is-success{ color:#1E7B4D; border-left-color:#1E7B4D; background:#F1F8F4; }
.form-response.is-error{ color:#A8261A; border-left-color:#A8261A; background:#FDF3F2; }

.contact-info h3{ font-size:22px; margin-bottom:18px; }
.contact-info .info-row{ display:flex; gap:14px; margin-bottom:20px; }
.contact-info .info-row .label{ font-family:var(--font-meta); font-size:12px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:var(--gold); width:110px; flex-shrink:0; }
.contact-info .info-row .value{ color: var(--ink-soft); font-size:15px; }
/* Google Maps embed.
   A plain height on purpose — do NOT use aspect-ratio together with a
   min-height here. When the min-height wins, the browser re-derives the WIDTH
   from the ratio (260px x 16/9 = 462px) and the map then overflows a narrow
   column. A fixed height sidesteps that and gives a map a usable shape. */
.map-embed{
  margin-top:26px;
  width:100%;
  height:320px;
  border:1px solid var(--hairline);
  background: var(--paper-tint);
  overflow:hidden;
}
.map-embed iframe{ width:100%; height:100%; border:0; display:block; }

/* ==========================================================================
   CONTENT COMPONENTS
   These replace the inline style="..." attributes that used to be repeated
   across the pages. Use the classes below instead of writing inline styles.
   ========================================================================== */

/* -------------------- Prose (article & policy body text) ------------------
   Put class="prose" on the container that holds the body copy. Every <p>
   and <li> inside then gets the standard reading style automatically —
   no need to style paragraphs one by one. */
.prose{ overflow-wrap: break-word; }
.prose p,
.prose li{
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 18px;
}
.prose ul, .prose ol{ margin: 0 0 18px; padding-left: 24px; }
.prose li:last-child{ margin-bottom: 0; }
.prose strong{ color: var(--ink); }
.prose h2, .prose h3, .prose h4{ margin: 26px 0 10px; }
.prose a{ color: var(--navy); border-bottom: 1px solid var(--hairline); }
.prose a:hover{ border-bottom-color: var(--navy); }

/* Narrower reading column — pair with .wrap, e.g. <div class="wrap narrow"> */
.wrap.narrow{ max-width: 820px; }

/* -------------------- Media inside body copy --------------------
   .media          centred, never wider than its column
   .w-350 … .w-800 optional cap on how large it may grow
   Works on <img> and on a wrapping <div>/<figure>. */
.media{ display:block; width:100%; height:auto; margin: 0 auto 18px; }
.w-350{ max-width:350px; }
.w-400{ max-width:400px; }
.w-500{ max-width:500px; }
.w-600{ max-width:600px; }
.w-700{ max-width:700px; }
.w-800{ max-width:800px; }

/* A single centred image (replaces the old <center> tag, which is obsolete).
   Keeps whatever size the image asks for; only centres it. */
.img-center{ text-align:center; margin: 0 0 18px; }
.img-center img{ display:inline-block; max-width:100%; height:auto; }

/* A row of images that sit side by side and wrap as space runs out.
   Images scale down to fit — max-height, not height, so they never distort. */
.img-row{
  display:flex; flex-wrap:wrap; justify-content:center;
  align-items:flex-start; gap:10px; margin: 0 0 18px;
}
/* direct children only — images inside .img-col are sized by .img-col instead */
.img-row > img{ max-width:100%; width:auto; height:auto; max-height:240px; }
.img-row.tall > img{ max-height:290px; }
.img-col{ flex: 1 1 290px; max-width: 490px; }
.img-col img{ display:block; width:100%; height:auto; max-height:none; }

/* Small logo floated beside a paragraph */
.img-left{ float:left; margin: 0 16px 8px 0; height:auto; }

/* Captions */
.img-caption{
  display:block; font-family: var(--font-meta); font-size:12px;
  color:#666; font-style:italic; text-align:center; margin: 0 0 18px;
}
.article-figure{ margin: 0 auto 18px; }
.article-figure img{ display:block; width:100%; height:auto; }
.article-figure figcaption{
  margin-top:10px; font-family: var(--font-meta);
  font-size:15px; color:#555; font-style:italic;
}

/* -------------------- Sitemap list -------------------- */
.sitemap-list{ list-style:none; padding:0; margin:0; font-size:16px; line-height:2.4; }
.sitemap-list a{ color: var(--navy); }
.sitemap-list a:hover{ color: var(--gold); }

/* Inline text link with an underline rule */
.text-link{ color: var(--navy); border-bottom:1px solid var(--navy); }

/* -------------------- Story-list thumbnails --------------------
   Replaces the old text-align:-webkit-center, which only worked in Chrome. */
.story-list .story-thumb{
  display:flex; justify-content:center; align-items:center; margin-bottom:10px;
}
.story-list .story-thumb img{ max-width:40%; height:auto; }

/* Featured thumbnail with a hairline frame instead of the tinted panel */
/* -------------------- Masthead logo -------------------- */
.masthead .logo img{
  display:inline-block; width:100%; max-width:340px; height:auto; margin:0 auto;
}
.magazine-cover img{ margin-top:5px; }

/* -------------------- Contact page -------------------- */
.contact-form h3{ font-size:22px; margin-bottom:18px; }

/* -------------------- Article headline (news pages) -------------------- */
.article-main h1{ font-size: clamp(24px, 5vw, 32px); line-height:1.25; }

/* ==========================================================================
   RESPONSIVE
   Breakpoints: 980 (tablet landscape / nav collapses) · 768 (tablet)
                640 (phone) · 480 (small phone)
   ========================================================================== */

/* ---- Mobile navigation ---------------------------------------------------
   The 7 nav items need about 950px to sit on one line. Below that the menu
   collapses behind a Menu button (markup + script live in partials/header.js). */
.nav-toggle{
  display:none;
  align-items:center; gap:9px;
  width:100%; padding:13px 4px;
  background:none; border:0; cursor:pointer;
  color:#EDEFF3;
  font-family: var(--font-meta); font-size:14px; font-weight:600;
  letter-spacing:.5px; text-transform:uppercase;
}
.nav-toggle-icon{
  position:relative; display:block; width:20px; height:2px;
  background:currentColor; transition: background .15s;
}
.nav-toggle-icon::before,
.nav-toggle-icon::after{
  content:""; position:absolute; left:0; width:20px; height:2px;
  background:currentColor; transition: transform .2s;
}
.nav-toggle-icon::before{ top:-6px; }
.nav-toggle-icon::after{ top:6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon{ background:transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before{ transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after{ transform: translateY(-6px) rotate(-45deg); }

.nav-menu{ display:flex; justify-content:center; gap:2px; }

@media (max-width: 980px){
  .article-grid{ grid-template-columns:1fr; }
  .card-grid{ grid-template-columns: repeat(2,1fr); }
  .hero .wrap{ grid-template-columns:1fr; gap:32px; }
  .magazine-card{ max-width:280px; margin:0 auto; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
  .contact-grid{ grid-template-columns:1fr; }

  /* nav becomes a dropdown */
  .primary-nav .wrap{ display:block; padding:0 24px; }
  .nav-toggle{ display:flex; }
  .nav-menu{ display:none; flex-direction:column; padding-bottom:6px; }
  .nav-menu.open{ display:flex; }
  .primary-nav a{
    padding:12px 4px; border-bottom:1px solid rgba(255,255,255,.10); margin-bottom:0;
  }
  .primary-nav a:last-child{ border-bottom:none; }
  .primary-nav a:hover, .primary-nav a.active{
    background:none; border-bottom-color: rgba(255,255,255,.10); color: var(--gold-soft);
  }
}

@media (max-width: 768px){
  .section-block{ padding: 32px 0; }
  .hero{ padding: 32px 0; }
  .article-grid{ gap:32px; }
  .card-grid{ gap:28px 24px; }
  .newsletter-band{ padding:32px 0; }
  .newsletter-band .wrap{ flex-direction:column; align-items:flex-start; }

  /* stacked, so the big column gap is no longer needed */
  .contact-grid{ gap:36px; padding-top:32px; padding-bottom:32px; }
}

@media (max-width: 640px){
  .utility-bar .wrap{ flex-direction:column; height:auto; padding:10px 24px; gap:8px; }
  .card-grid{ grid-template-columns: 1fr; }
  /* keep the footer two-up on phones rather than one column per row —
     the intro column spans both so its paragraph is not squeezed thin */
  .footer-grid{ grid-template-columns: 1fr 1fr; gap:28px 24px; }
  .footer-col:first-child{ grid-column: 1 / -1; }
  .masthead .logo{ font-size:32px; }
  .masthead .wrap{ padding: 18px 24px 14px; }
  .subscribe-form input[type="email"]{ width:140px; }
  .newsletter-band .subscribe-form input[type="email"]{ width:100%; }
  .newsletter-band .subscribe-form{ width:100%; }

  /* stacked, full-width images read better than a squeezed row */
  .img-row > img{ max-height:none; width:100%; }
  .img-row.tall > img{ max-height:none; }
  .img-left{ float:none; display:block; margin: 0 auto 14px; }

  .story-list .story-thumb img{ max-width:60%; }
  .section-head{ margin-bottom:20px; }
  .prose p, .prose li{ font-size:16px; }

  /* Contact details: a fixed 110px label column squeezes the value into a
     narrow ribbon on a phone, so put the label above its value instead. */
  .contact-info .info-row{ flex-direction:column; gap:2px; margin-bottom:16px; }
  .contact-info .info-row .label{ width:auto; }
  .map-embed{ height:260px; margin-top:20px; }
}

@media (max-width: 480px){
  /* horizontal only — a `padding` shorthand here would wipe the vertical
     padding of wraps that set their own (e.g. .contact-grid) */
  .wrap{ padding-left:16px; padding-right:16px; }
  .utility-bar .wrap, .masthead .wrap, .primary-nav .wrap{ padding-left:16px; padding-right:16px; }
  .subscribe-form{ width:100%; }
  .subscribe-form input[type="email"]{ flex:1; width:auto; }
  /* full-width form -> the status line wraps under it instead of overflowing */
  .utility-bar .subscribe-response{ margin-left:0; white-space:normal; width:100%; }
  .newsletter-band .subscribe-response{ text-align:left; }
  .article-share a{ width:42px; height:42px; font-size:15px; }
  .footer-bottom{ flex-direction:column; align-items:flex-start; }
}
