/* =====================================================================
   I Do! Floral And Decor - preview build by NH Media Web
   Editorial wedding register: evergreen, ivory, brass, a held-back blush.
   No inline styles anywhere, no external requests, no libraries.
   ===================================================================== */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-latin-var.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("fonts/mulish-latin-var.woff2") format("woff2-variations");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  /* dark grounds */
  --ink:      #16261F;   /* the primary dark */
  --ink-2:    #1D3129;   /* second dark, so adjacent dark bands separate */
  --ink-deep: #0F1B16;   /* the footer, the deepest ground */

  /* light grounds */
  --ivory: #FBF7F1;      /* the paper */
  --linen: #F2EAE0;      /* the alternate light band */
  --white: #FFFFFF;

  /* accents */
  --brass:      #C6A661; /* on ink grounds (6.78:1) */
  --brass-lite: #D9BE81; /* brass at small sizes on ink (8.74:1) */
  --brass-ink:  #7A5F22; /* the same note, dark enough for ivory (5.64:1) */
  --rose:       #8E4A55; /* blush on light grounds (6.03:1) */
  --rose-lite:  #E0AEB2; /* blush on ink grounds (8.16:1) */
  --sage:       #9DB3A4;

  /* text */
  --muted:      #55605A; /* secondary on light (6.14:1) */
  --muted-dark: #A9B8B0; /* secondary on dark (7.64:1) */
  --dim:        #5D6862; /* off / disabled text, AA on every light ground */
  --rule:       #DFD5C9;
  --rule-dark:  #2E4239;

  --ff-d: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --ff-b: "Mulish", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;

  --shell: 1220px;
  --pad: 30px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--ff-b);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: inherit; }

::selection { background: var(--brass); color: var(--ink); }

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 var(--pad); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 60;
  background: var(--ink); color: var(--ivory);
  padding: 14px 22px; font-size: 15px; letter-spacing: .04em;
}
.skip:focus { left: 0; }

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ------------------------------------------------------------- typography -- */

.h2 {
  font-family: var(--ff-d);
  font-weight: 500;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.1;
  letter-spacing: -.005em;
  margin: 0 0 18px;
  color: var(--ink);
}
.h2-d { color: var(--ivory); }

.lede {
  font-size: 19px;
  line-height: 1.72;
  color: var(--muted);
  margin: 0;
  max-width: 56ch;
}
.lede-d { color: var(--muted-dark); }

.label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--brass-ink);
  margin: 0 0 16px;
}
.label::before {
  content: "";
  width: 30px; height: 1px;
  background: currentColor;
  flex: none;
}
.label-d { color: var(--brass); }

/* the dot texture that separates the dark bands from one another */
.press, .studio, .ask, .foot { position: relative; }
.press::before, .studio::before, .ask::before, .foot::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(251, 247, 241, .055) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}
.press > *, .studio > *, .ask > *, .foot > * { position: relative; }

/* ---------------------------------------------------------------- buttons -- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-b);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 26px;
  border: 1px solid transparent;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.btn-lg { padding: 17px 34px; font-size: 15px; }

.btn-brass { background: var(--brass); color: var(--ink); }
.btn-brass:hover { background: var(--brass-lite); }

.btn-line {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-line:hover { background: var(--ink); color: var(--ivory); }

.btn-off {
  background: transparent;
  color: var(--dim);
  border: 1px dashed var(--dim);
  cursor: not-allowed;
}

/* ------------------------------------------------------- preview furniture -- */

.pbar {
  background: var(--ink-deep);
  color: var(--ivory);
  border-bottom: 1px solid var(--rule-dark);
}
.pbar-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 26px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.pbar-txt { margin: 0; font-size: 14.5px; line-height: 1.55; color: #C8D4CD; max-width: 62ch; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; }
.pbar-btn {
  background: var(--brass);
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 9px 18px;
  white-space: nowrap;
}
.pbar-btn:hover { background: var(--brass-lite); }
.pbar-mail { font-size: 14.5px; color: #C8D4CD; }

.slot {
  border: 1px dashed var(--brass-ink);
  background: rgba(198, 166, 97, .07);
  padding: 28px 30px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px 40px;
  align-items: start;
}
.slot-d { border-color: var(--brass); background: rgba(198, 166, 97, .08); }
.slot-band { margin-top: 54px; }
.slot-k {
  font-family: var(--ff-b);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--brass-ink);
  margin: 5px 0 0;
}
.slot-d .slot-k { color: var(--brass); }
.slot-body p { margin: 0 0 12px; font-size: 16.5px; line-height: 1.68; color: var(--muted); max-width: 78ch; }
.slot-d .slot-body p { color: #C3D0C8; }
.slot-body p:last-child { margin-bottom: 0; }

.preview { background: var(--linen); border-top: 1px solid var(--rule); }
.about-preview { padding: 54px 0 58px; max-width: 82ch; }
.ap-h {
  font-family: var(--ff-d);
  font-weight: 600;
  font-size: 26px;
  letter-spacing: .01em;
  margin: 0 0 16px;
  color: var(--ink);
}
.about-preview p { margin: 0 0 14px; font-size: 16.5px; line-height: 1.7; color: var(--muted); }
.about-preview p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------- masthead -- */

.mast {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 247, 241, .95);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--rule);
}
.mast-in {
  display: flex;
  align-items: center;
  gap: 26px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; flex: 0 1 auto; min-width: 0; }
.brand-mark { width: 48px; height: 48px; flex: none; }
.brand-txt { display: flex; flex-direction: column; min-width: 0; }
.brand-name {
  font-family: var(--ff-d);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: .005em;
}
.brand-sub {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 3px;
  white-space: nowrap;
}

.nav { margin-left: auto; display: flex; gap: 24px; }
.nav a {
  text-decoration: none;
  white-space: nowrap;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--ink);
  padding: 4px 0;
  border-bottom: 1px solid transparent;
}
.nav a:hover { border-bottom-color: var(--brass-ink); }

.mast-cta { flex: none; }

.burger {
  display: none;
  margin-left: auto;
  background: none;
  border: 1px solid var(--rule);
  width: 46px; height: 44px;
  padding: 0 11px;
  cursor: pointer;
}
.burger span { display: block; height: 2px; background: var(--ink); margin: 4px 0; }

/* ------------------------------------------------------------------- hero -- */

.hero { background: var(--ivory); }
.hero-in {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
  padding: 86px 30px 96px;
}
.hero-eyebrow {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--brass-ink);
  margin: 0 0 22px;
}
.hero-h {
  font-family: var(--ff-d);
  font-weight: 500;
  font-size: clamp(42px, 6.2vw, 76px);
  line-height: 1.03;
  letter-spacing: -.012em;
  margin: 0 0 24px;
}
.hero-h em { font-style: italic; font-weight: 400; color: var(--rose); }
.hero-lede { font-size: 19.5px; line-height: 1.72; color: var(--muted); margin: 0 0 34px; max-width: 46ch; }
.hero-cta { margin: 0; display: flex; flex-wrap: wrap; gap: 14px; }

.off { position: relative; padding: 20px 0 0 20px; }
.off::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--brass-ink);
  opacity: .5;
}
.frame { position: relative; overflow: hidden; background: linear-gradient(150deg, #E6DED2, #D8CFC2); }
.frame img { width: 100%; height: auto; }

.cap {
  margin: 14px 0 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--muted);
}
.cap-src { display: block; color: var(--dim); }
.cap-note { display: block; margin-top: 6px; color: var(--brass-ink); }
.cap-d { color: var(--muted-dark); }
.cap-d .cap-src { color: #94A39B; }

/* -------------------------------------------------------------- featured -- */

.press { background: var(--ink); color: var(--ivory); padding: 96px 0 100px; }
.press-head { max-width: 62ch; margin-bottom: 48px; }

.plate {
  border: 1px solid var(--rule-dark);
  background: rgba(251, 247, 241, .035);
  padding: 48px clamp(26px, 5vw, 66px) 44px;
  text-align: center;
}
.plate-rule {
  display: block;
  width: 120px; height: 1px;
  background: var(--brass);
  opacity: .8;
  margin: 0 auto;
}
.plate-k {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 22px 0 14px;
}
.plate-h {
  font-family: var(--ff-d);
  font-weight: 500;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.14;
  margin: 0 0 14px;
  color: var(--ivory);
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}
.plate-meta {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted-dark);
  margin: 0 0 26px;
}
.plate-say {
  font-family: var(--ff-d);
  font-size: clamp(20px, 2.1vw, 25px);
  font-weight: 400;
  line-height: 1.52;
  color: #E8EFEA;
  max-width: 62ch;
  margin: 32px auto 24px;
}
.plate-say q { font-style: italic; color: var(--rose-lite); quotes: "\201C" "\201D"; }
.plate-src { margin: 0; font-size: 14.5px; }
.plate-src a, .credit-src a { color: var(--brass); text-underline-offset: 4px; }

.credit {
  margin-top: 26px;
  border-left: 2px solid var(--brass);
  padding: 6px 0 6px 28px;
  max-width: 74ch;
}
.credit-k {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 8px;
}
.credit-h {
  font-family: var(--ff-d);
  font-weight: 500;
  font-size: 27px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: var(--ivory);
}
.credit-p { margin: 0 0 10px; font-size: 17px; color: var(--muted-dark); }
.credit-src { margin: 0; font-size: 14.5px; }

/* ------------------------------------------------------------------- work -- */

.work { background: var(--linen); padding: 96px 0 100px; }
.work-head { max-width: 60ch; margin-bottom: 52px; }
.work-head .lede { margin-top: 16px; }

.grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  grid-template-rows: auto auto;
  gap: 30px;
}
.card {
  margin: 0;
  background: var(--ivory);
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}
.card-tall { grid-row: 1 / span 2; }
.card-ph { flex: none; }
.card-tall .card-ph { flex: 1 1 auto; min-height: 300px; }
.card-tall .card-ph img { width: 100%; height: 100%; object-fit: cover; }
.card-b { padding: 26px 28px 28px; }
.card-k {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--brass-ink);
  margin: 0 0 10px;
}
.card-h {
  font-family: var(--ff-d);
  font-weight: 600;
  font-size: 27px;
  line-height: 1.16;
  margin: 0 0 10px;
}
.card-p { margin: 0; font-size: 16.5px; line-height: 1.68; color: var(--muted); }
.cap-in { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--rule); font-size: 13px; }

/* ----------------------------------------------------------------- studio -- */

.studio { background: var(--ink-2); color: var(--ivory); padding: 96px 0 100px; }
.studio-in { max-width: 90ch; }

.pull {
  margin: 34px 0 12px;
  padding-left: 38px;
  position: relative;
}
.pull::before {
  content: "\201C";
  position: absolute;
  left: -6px; top: -18px;
  font-family: var(--ff-d);
  font-size: 92px;
  line-height: 1;
  color: var(--brass);
  opacity: .75;
}
.pull p {
  font-family: var(--ff-d);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(26px, 3.5vw, 41px);
  line-height: 1.32;
  color: var(--ivory);
  margin: 0;
  max-width: 26ch;
}
.pull-attr {
  margin: 0 0 30px 38px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--brass);
}
.studio-p {
  margin: 0;
  font-size: 18.5px;
  line-height: 1.75;
  color: #C3D0C8;
  max-width: 62ch;
}

/* ----------------------------------------------------------------- expect -- */

.expect { background: var(--ivory); padding: 96px 0 100px; }
.expect-head { max-width: 56ch; margin-bottom: 48px; }

.ways {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.way {
  padding-top: 24px;
  border-top: 2px solid var(--ink);
}
.way-n {
  font-family: var(--ff-d);
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  color: var(--rose);
  margin: 0 0 14px;
}
.way-h {
  font-family: var(--ff-d);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.way p { margin: 0; font-size: 16.5px; line-height: 1.7; color: var(--muted); }

/* -------------------------------------------------------------------- ask -- */

.ask { background: var(--ink); color: var(--ivory); padding: 96px 0 100px; }
.ask-in {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 64px;
  align-items: start;
}
.ask-copy .lede { margin-bottom: 34px; }

.reach { list-style: none; margin: 0 0 26px; padding: 0; }
.reach li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule-dark);
}
.reach li:first-child { border-top: 1px solid var(--rule-dark); }
.reach-k {
  flex: none;
  width: 108px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--brass);
}
.reach-v { font-size: 17.5px; color: var(--ivory); text-underline-offset: 4px; word-break: break-word; }
.reach-mail { font-family: var(--ff-d); font-size: 25px; font-weight: 500; letter-spacing: .005em; }
.ask-alt { margin: 0; font-size: 16.5px; line-height: 1.7; color: var(--muted-dark); max-width: 52ch; }

.form-card {
  background: var(--ivory);
  color: var(--ink);
  padding: 38px 34px 34px;
  border-top: 3px solid var(--brass);
}
.form-h {
  font-family: var(--ff-d);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 6px;
}
.form-sub { margin: 0 0 24px; font-size: 15.5px; color: var(--muted); }

.f { margin: 0 0 18px; display: flex; flex-direction: column; gap: 7px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.f label {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--muted);
}
.f input, .f select, .f textarea {
  font-family: var(--ff-b);
  font-size: 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 12px 13px;
  width: 100%;
}
.f textarea { resize: vertical; min-height: 108px; }
.f input:disabled, .f select:disabled, .f textarea:disabled {
  background: #F5F1EA;
  color: var(--dim);
  border-style: dashed;
  -webkit-text-fill-color: var(--dim);
  opacity: 1;
}
.f input::placeholder, .f textarea::placeholder { color: var(--dim); opacity: 1; }
.f-send { margin: 6px 0 0; }
.f-note {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--brass-ink);
  border-left: 2px dashed var(--brass-ink);
  padding-left: 14px;
}

/* ----------------------------------------------------------------- footer -- */

.foot { background: var(--ink-deep); color: var(--ivory); padding: 70px 0 0; }
.foot-in {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.25fr 1.25fr;
  gap: 44px;
  padding-bottom: 52px;
}
.foot-brand .brand-mark { width: 52px; height: 52px; margin-bottom: 16px; }
.foot-name { font-family: var(--ff-d); font-size: 25px; font-weight: 600; margin: 0 0 6px; line-height: 1.15; }
.foot-sub { margin: 0; font-size: 15px; line-height: 1.65; color: var(--muted-dark); }
.foot-k {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 16px;
}
.foot-col a { color: #D6E0DA; text-decoration: none; text-underline-offset: 4px; }
.foot-col a:hover { text-decoration: underline; }
.foot-col > a { display: block; margin-bottom: 9px; font-size: 16px; }
.foot-col p { margin: 0 0 9px; font-size: 16px; line-height: 1.6; color: #D6E0DA; word-break: break-word; }
.foot-bar {
  border-top: 1px solid var(--rule-dark);
  padding-top: 22px;
  padding-bottom: 26px;
}
.foot-bar p { margin: 0; font-size: 14px; color: var(--muted-dark); }

/* -------------------------------------------------------------------- 404 -- */

.page-404 { background: var(--ink); }
.mast-404 { position: static; background: var(--ink); border-bottom: 1px solid var(--rule-dark); }
.mast-404 .brand-name { color: var(--ivory); }
.mast-404 .brand-sub { color: var(--muted-dark); }
.nf { padding: 110px 0 130px; color: var(--ivory); }
.nf-code {
  font-family: var(--ff-d);
  font-size: clamp(74px, 13vw, 152px);
  font-weight: 500;
  line-height: .95;
  margin: 6px 0 14px;
  color: var(--brass);
}
.nf-lede { margin-bottom: 34px; }
.nf-cta { margin: 0; display: flex; flex-wrap: wrap; gap: 14px; }
.btn-ghost { background: transparent; color: var(--ivory); border-color: var(--brass); }
.btn-ghost:hover { background: var(--brass); color: var(--ink); }

/* ---------------------------------------------------------------- reveals -- */

.js .reveal { opacity: 0; transform: translateY(16px); }
.reveal { transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view, html:not(.js) .reveal { opacity: 1; transform: none; }
.reveal-2 { transition-delay: .1s; }
.reveal-3 { transition-delay: .2s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .btn { transition: none; }
  .reveal { opacity: 1; transform: none; }
}

/* ------------------------------------------------------------ breakpoints -- */

@media (max-width: 1080px) {
  .hero-in { gap: 46px; }
  .foot-in { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 1180px) {
  .nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 100%;
    flex-direction: column;
    gap: 0;
    background: var(--ivory);
    border-bottom: 1px solid var(--rule);
    padding: 8px 24px 18px;
  }
  .nav.is-open { display: flex; }
  .mast-in { position: relative; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--rule); }
  .nav a:last-child { border-bottom: 0; }
  .mast-cta { display: none; }
  .burger { display: block; }
}

@media (max-width: 960px) {
  :root { --pad: 24px; }
  .hero-in { grid-template-columns: 1fr; padding: 54px 24px 66px; gap: 42px; }
  .hero-fig { max-width: 460px; }
  .grid { grid-template-columns: 1fr; }
  .card-tall { grid-row: auto; }
  .card-tall .card-ph { flex: none; max-height: 420px; }
  .ways { grid-template-columns: 1fr; gap: 30px; }
  .ask-in { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .press, .work, .studio, .expect, .ask { padding: 62px 0 68px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-name { font-size: 21px; }
  .brand-sub { font-size: 10.5px; letter-spacing: .09em; }
  .plate { padding: 34px 22px 32px; }
  .plate-say { font-size: 20px; margin-top: 26px; }
  .pull { padding-left: 24px; }
  .pull::before { font-size: 66px; top: -12px; left: -4px; }
  .pull-attr { margin-left: 24px; }
  .credit { padding-left: 20px; }
  .slot { grid-template-columns: 1fr; gap: 12px; }
  .f-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 30px 22px 26px; }
  .foot-in { grid-template-columns: 1fr; gap: 34px; }
  .reach li { flex-direction: column; gap: 4px; }
  .reach-k { width: auto; }
  .reach-mail { font-size: 21px; }
  .hero-cta .btn, .nf-cta .btn { flex: 1 1 100%; }
  .slot { padding: 22px 20px; }
}

@media (max-width: 400px) {
  :root { --pad: 20px; }
  .brand { gap: 11px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 19px; }
  .brand-sub { font-size: 9.5px; letter-spacing: .07em; }
  .mast-in { gap: 14px; }
}
