/* ==========================================================================
   Cakes & Bakes - Corpus Christi, TX
   Preview build by NH Media Web. Two self-hosted faces, no external requests.
   ========================================================================== */

@font-face {
  font-family: "Newsreader";
  src: url("fonts/newsreader-latin-var.woff2") format("woff2-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-var.woff2") format("woff2-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink:      #241618;
  --ink-2:    #2E1D20;
  --ink-3:    #180F11;
  --cream:    #FBF4EA;
  --cream-2:  #F4E9DA;
  --paper:    #FFFDF9;

  --rose:     #A93552;   /* accent on light grounds */
  --rose-mid: #C8506A;
  --rose-lt:  #F0A0AC;   /* accent on dark grounds */
  --brass:    #A56C2E;   /* on light */
  --brass-lt: #E0B27E;   /* on dark */

  --on-light:      #241618;
  --on-light-soft: #574044;
  --on-dark:       #F6EDE4;
  --on-dark-soft:  #D6BEB8;

  --line-l: rgba(36, 22, 24, .14);
  --line-d: rgba(246, 237, 228, .16);

  --shell: 1220px;
  --pad: clamp(20px, 5vw, 56px);
  --r: 18px;

  --sans: "Manrope", "Segoe UI", system-ui, sans-serif;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--on-light);
  font-family: var(--sans);
  font-size: 17.5px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.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: 200;
  background: var(--ink); color: var(--on-dark); padding: 12px 18px;
  font-weight: 700; text-decoration: none; border-radius: 0 0 10px 0;
}
.skip:focus { left: 0; }

:focus-visible {
  outline: 3px solid var(--rose-mid);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ============================================================ preview banner */
.pbar {
  background: var(--ink-3);
  color: var(--on-dark);
  border-bottom: 2px solid var(--brass);
  font-size: 14.5px;
  line-height: 1.55;
}
.pbar-in {
  display: flex; flex-wrap: wrap; gap: 8px 26px;
  align-items: center; justify-content: space-between;
  padding-top: 11px; padding-bottom: 11px;
}
.pbar-txt { margin: 0; color: var(--on-dark-soft); max-width: 62ch; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; }
.pbar-btn {
  background: var(--rose-lt); color: #2A1013; text-decoration: none;
  padding: 7px 16px; border-radius: 999px; font-weight: 700; font-size: 14px;
  white-space: nowrap;
}
.pbar-btn:hover { background: #F8BCC5; }
.pbar-mail { color: var(--brass-lt); font-weight: 600; white-space: nowrap; }

/* ================================================================== masthead */
.mast {
  position: sticky; top: 0; z-index: 90;
  background: rgba(251, 244, 234, .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-l);
}
.mast-in {
  display: flex; align-items: center; gap: 20px;
  padding-top: 12px; padding-bottom: 12px;
}
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; margin-right: auto; }
.brand-mark { border-radius: 12px; flex: none; }
.brand-txt { display: flex; flex-direction: column; line-height: 1.16; }
.brand-name { font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: .005em; }
.brand-sub {
  font-size: 11.5px; letter-spacing: .13em; text-transform: uppercase;
  color: var(--on-light-soft); font-weight: 600; margin-top: 3px;
}
.nav { display: flex; gap: 26px; }
.nav a {
  text-decoration: none; font-size: 15px; font-weight: 600;
  color: var(--on-light-soft); padding: 4px 0; position: relative;
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--rose); transition: right .28s ease;
}
.nav a:hover { color: var(--on-light); }
.nav a:hover::after { right: 0; }
.mast-cta {
  background: var(--rose); color: #FFF6F1; text-decoration: none;
  padding: 10px 20px; border-radius: 999px; font-weight: 700; font-size: 14.5px;
  white-space: nowrap; transition: background .25s ease;
}
.mast-cta:hover { background: #8F2942; }

/* ==================================================================== shared */
.label {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12.5px; letter-spacing: .17em; text-transform: uppercase;
  font-weight: 700; margin: 0 0 18px;
}
.label::before { content: ""; width: 30px; height: 2px; background: currentColor; flex: none; }
.label-d { color: var(--rose); }
.label-l { color: var(--brass-lt); }
.label .est { display: inline-flex; align-items: center; gap: 12px; }
.label .dot {
  width: 4px; height: 4px; border-radius: 50%; background: currentColor;
  display: inline-block; opacity: .6;
}

.sec-head { max-width: 62ch; margin-bottom: clamp(34px, 4vw, 52px); }
.sec-h {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(31px, 4.6vw, 52px); line-height: 1.14; letter-spacing: -.012em;
  margin: 0;
}
.sec-h-l { color: var(--on-dark); }
.sec-lede { margin: 16px 0 0; color: var(--on-light-soft); font-size: 18px; max-width: 54ch; }

.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 16px;
  padding: 15px 30px; border-radius: 999px; transition: transform .2s ease, background .25s ease;
}
.btn-primary { background: var(--rose-lt); color: #2A1013; }
.btn-primary:hover { background: #F8BCC5; transform: translateY(-2px); }
.btn-ghost { color: var(--on-dark); border: 1.5px solid var(--line-d); }
.btn-ghost:hover { border-color: var(--brass-lt); transform: translateY(-2px); }

/* dark section texture */
.hero, .make, .how, .req, .foot, .strip {
  background-image: radial-gradient(rgba(255, 226, 214, .055) 1px, transparent 1px);
  background-size: 22px 22px;
}

/* ====================================================================== hero */
.hero { background-color: var(--ink); color: var(--on-dark); overflow: hidden; }
.hero-grid {
  width: 100%; max-width: var(--shell); margin: 0 auto;
  padding: clamp(52px, 7vw, 96px) var(--pad) clamp(56px, 7vw, 104px);
  display: grid; grid-template-columns: 1.14fr .86fr; gap: clamp(30px, 5vw, 62px);
  align-items: center;
}
.hero-h {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(40px, 6.6vw, 66px); line-height: 1.06; letter-spacing: -.022em;
  margin: 0 0 22px;
}
.hero-h .w { display: inline-block; }
.hero-sub {
  margin: 0 0 30px; font-size: clamp(17px, 1.5vw, 19.5px);
  color: var(--on-dark-soft); max-width: 46ch; line-height: 1.68;
}
.hero-acts { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 26px; }
.hero-line {
  margin: 0; font-family: var(--serif); font-style: italic;
  font-size: 19px; color: var(--brass-lt);
}

.hero-art { position: relative; }
.hero-shot {
  border-radius: 220px 220px 24px 24px;
  overflow: hidden;
  border: 1px solid rgba(224, 178, 126, .34);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .42);
  background: linear-gradient(160deg, #3A2528, #241618);
  aspect-ratio: 3 / 4;
}
.hero-shot img { width: 100%; height: 100%; object-fit: cover; animation: drift 26s ease-in-out infinite alternate; }
@keyframes drift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to   { transform: scale(1.11) translate3d(0, -1.6%, 0); }
}
.hero-card {
  position: absolute; margin: 0;
  background: rgba(24, 15, 17, .9);
  border: 1px solid rgba(224, 178, 126, .4);
  border-radius: 14px; padding: 12px 18px;
  display: flex; flex-direction: column; line-height: 1.25;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .4);
}
.hero-card-a { left: -14px; top: 12%; }
.hero-card-b { right: -10px; bottom: 11%; }
.hc-k { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--brass-lt); font-weight: 700; }
.hc-v { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--on-dark); margin-top: 2px; }

/* ==================================================================== strip */
.strip {
  background-color: var(--ink-3); color: var(--brass-lt);
  border-top: 1px solid rgba(224, 178, 126, .2);
  border-bottom: 1px solid rgba(224, 178, 126, .2);
  overflow: hidden; padding: 15px 0;
}
.strip-track { display: flex; width: max-content; animation: slide 46s linear infinite; }
.strip-set { display: flex; align-items: center; white-space: nowrap; }
.strip-set b {
  font-family: var(--serif); font-weight: 500; font-size: 19px;
  letter-spacing: .01em; padding: 0 4px;
}
.strip-set i { width: 5px; height: 5px; border-radius: 50%; background: var(--rose-lt); margin: 0 22px; opacity: .75; }
@keyframes slide { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }

/* ================================================================== the work */
.work { background: var(--cream); padding: clamp(58px, 7vw, 104px) 0 clamp(52px, 6vw, 90px); }

.gal { columns: 4; column-gap: 16px; }
.gal-i {
  margin: 0 0 16px; break-inside: avoid; -webkit-column-break-inside: avoid;
  display: inline-block; width: 100%;
  position: relative; overflow: hidden; border-radius: var(--r);
  background: linear-gradient(150deg, #E6D4C2, #D8BFA8);
}
.gal-i img { width: 100%; height: auto; transition: transform .7s cubic-bezier(.2, .7, .3, 1); }
.gal-i:hover img { transform: scale(1.05); }
.gal-i figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 46px 18px 16px;
  background: linear-gradient(to top,
    rgba(20, 11, 13, .95) 0%,
    rgba(20, 11, 13, .95) 66%,
    rgba(20, 11, 13, .70) 84%,
    rgba(20, 11, 13, 0) 100%);
  color: #FBF1EA; font-size: 15px; line-height: 1.45; font-weight: 600;
}
.gal-tag {
  display: block; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--rose-lt); font-weight: 700; margin-bottom: 5px;
}

.cap-note {
  margin: 20px 0 0; font-size: 14px; line-height: 1.6;
  color: var(--on-light-soft); max-width: 74ch;
}

.sweets {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-top: 34px;
}
.sw { margin: 0; }
.sw img {
  width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover;
  border-radius: 14px; background: linear-gradient(150deg, #E6D4C2, #D8BFA8);
}
.sw figcaption {
  margin-top: 10px; font-size: 14.5px; font-weight: 600; color: var(--on-light-soft);
}

/* ============================================================== what we make */
.make { background-color: var(--ink-2); color: var(--on-dark); padding: clamp(58px, 7vw, 104px) 0; }

.svc { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 16px; align-items: stretch; }
.svc-c {
  background: rgba(255, 255, 255, .052);
  border: 1px solid var(--line-d);
  border-radius: var(--r); padding: 28px 26px 30px;
  transition: border-color .3s ease, transform .3s ease, background .3s ease;
}
.svc-c:hover { border-color: rgba(224, 178, 126, .5); transform: translateY(-3px); background: rgba(255, 255, 255, .075); }
.svc-feat { grid-column: 1; grid-row: 1 / span 3; }
.svc-wide { grid-column: 2 / span 2; }
.svc-ico {
  width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center;
  background: rgba(240, 160, 172, .16); border: 1px solid rgba(240, 160, 172, .3);
  color: var(--rose-lt); margin-bottom: 18px;
}
.svc-ico svg { width: 27px; height: 27px; }
.svc-c h3 {
  font-family: var(--serif); font-weight: 500; font-size: 23px; line-height: 1.2;
  margin: 0 0 10px; color: var(--on-dark);
}
.svc-feat h3 { font-size: 30px; }
.svc-c p { margin: 0; color: var(--on-dark-soft); font-size: 16px; line-height: 1.68; }
.svc-list { margin: 18px 0 0; padding: 0; list-style: none; }
.svc-list li {
  position: relative; padding-left: 22px; margin-bottom: 9px;
  font-size: 15.5px; color: var(--on-dark-soft);
}
.svc-list li::before {
  content: ""; position: absolute; left: 0; top: 11px;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--rose-lt); opacity: .8;
}

.svc-shot { margin: 22px 0 0; }
.svc-shot img {
  width: 100%; height: auto; border-radius: 13px;
  background: linear-gradient(150deg, #4A3236, #2E1D20);
}
.svc-shot figcaption {
  margin-top: 9px; font-size: 13px; letter-spacing: .04em;
  color: var(--on-dark-soft);
}

.flav {
  margin-top: 34px; border: 1px solid var(--line-d); border-radius: var(--r);
  padding: 30px clamp(22px, 3vw, 36px);
  background: rgba(0, 0, 0, .2);
}
.flav-h { font-family: var(--serif); font-weight: 500; font-size: 25px; margin: 0 0 8px; }
.flav-p { margin: 0 0 20px; color: var(--on-dark-soft); font-size: 16px; max-width: 58ch; }
.chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.chips li {
  border: 1px solid rgba(224, 178, 126, .42); border-radius: 999px;
  padding: 7px 16px; font-size: 14.5px; font-weight: 600; color: var(--brass-lt);
}

/* ===================================================================== about */
.about { background: var(--cream-2); padding: clamp(58px, 7vw, 100px) 0; }
.about-in {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4.5vw, 60px);
  align-items: center;
}
.about-quote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(30px, 4.2vw, 46px); line-height: 1.16; letter-spacing: -.015em;
  margin: 0 0 20px; color: var(--ink);
}
.about-p { margin: 0; font-size: 18px; color: var(--on-light-soft); max-width: 46ch; }

/* ============================================================ honesty slots */
.slot {
  border: 2px dashed rgba(169, 53, 82, .45);
  border-radius: var(--r);
  background: rgba(200, 80, 106, .06);
  padding: 24px 26px;
}
.slot-k {
  font-family: var(--sans); font-weight: 800; font-size: 12.5px;
  letter-spacing: .13em; color: var(--rose); margin: 0 0 12px;
}
.slot p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.65; color: var(--on-light-soft); }
.slot p:last-child { margin-bottom: 0; }
.slot-panel { padding: clamp(24px, 3vw, 34px); }
.slot-wide { margin-top: 34px; }
.slot-inline { margin-top: 22px; }

/* slots that sit on dark grounds */
.make .slot {
  border-color: rgba(240, 160, 172, .5);
  background: rgba(240, 160, 172, .07);
}
.make .slot-k { color: var(--rose-lt); }
.make .slot p { color: var(--on-dark-soft); }

/* =============================================================== how it works */
.how { background-color: var(--ink-3); color: var(--on-dark); padding: clamp(58px, 7vw, 104px) 0; }
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px);
  position: relative;
}
.steps::before {
  content: ""; position: absolute; left: 6%; right: 6%; top: 34px;
  border-top: 2px dashed rgba(224, 178, 126, .3);
}
.step { position: relative; padding-top: 0; }
.step-n {
  display: block; font-family: var(--serif); font-weight: 300;
  font-size: 64px; line-height: 1; color: var(--rose-lt);
  background: var(--ink-3); padding-right: 16px; position: relative; z-index: 1;
  margin-bottom: 12px;
}
.step h3 { font-family: var(--serif); font-weight: 500; font-size: 24px; margin: 0 0 10px; }
.step p { margin: 0; color: var(--on-dark-soft); font-size: 16.5px; }

/* ================================================================ before you order */
.expect { background: var(--cream); padding: clamp(58px, 7vw, 104px) 0; }
.exp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 2.6vw, 30px); }
.exp {
  display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start;
  background: var(--paper); border: 1px solid var(--line-l);
  border-radius: var(--r); padding: 26px 26px 28px;
}
.exp-t {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(169, 53, 82, .1); color: var(--rose); border: 1px solid rgba(169, 53, 82, .26);
}
.exp-t svg { width: 22px; height: 22px; }
.exp h3 {
  grid-column: 2; font-family: var(--serif); font-weight: 500; font-size: 22px;
  margin: 6px 0 8px; line-height: 1.2;
}
.exp p { grid-column: 2; margin: 0; color: var(--on-light-soft); font-size: 16.5px; }

/* ================================================================== request */
.req { background-color: var(--ink); color: var(--on-dark); padding: clamp(58px, 7vw, 104px) 0; }
.req-in {
  display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(30px, 4.5vw, 62px);
  align-items: start;
}
.req-copy { position: sticky; top: 104px; }
.req-lede { margin: 18px 0 0; color: var(--on-dark-soft); font-size: 17.5px; max-width: 42ch; }
.req-confirm {
  margin: 22px 0 0; font-weight: 700; font-size: 16px; color: var(--brass-lt);
  border-left: 3px solid var(--brass-lt); padding-left: 15px;
}
.req-side { margin-top: 34px; border-top: 1px solid var(--line-d); padding-top: 24px; }
.rs-k {
  margin: 0 0 4px; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 700; color: var(--brass-lt);
}
.rs-v { margin: 0 0 18px; font-size: 16.5px; display: flex; flex-wrap: wrap; gap: 6px 20px; }
.rs-v:last-child { margin-bottom: 0; }
.rs-v a { color: var(--on-dark); font-weight: 600; }
.rs-v a:hover { color: var(--rose-lt); }

.req-form {
  background: rgba(0, 0, 0, .24);
  border: 1px solid var(--line-d); border-radius: var(--r);
  padding: clamp(24px, 3vw, 36px);
}
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.f { margin: 0 0 18px; display: flex; flex-direction: column; }
.f label {
  font-size: 13.5px; font-weight: 700; letter-spacing: .04em;
  color: var(--on-dark); margin-bottom: 7px;
}
.f-opt { font-weight: 500; color: var(--on-dark-soft); letter-spacing: 0; text-transform: none; }
.f input, .f select, .f textarea {
  font: inherit; font-size: 16px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(214, 190, 184, .3);
  border-radius: 11px; padding: 12px 14px;
  color: var(--on-dark); width: 100%;
}
.f textarea { resize: vertical; min-height: 62px; }
.f input::placeholder, .f textarea::placeholder { color: rgba(214, 190, 184, .55); }
.f input:disabled, .f select:disabled, .f textarea:disabled {
  color: #B8A39E; border-style: dashed; border-color: rgba(180, 158, 152, .42);
  background: rgba(255, 255, 255, .03); opacity: 1; cursor: not-allowed;
}
.f-send { margin: 6px 0 0; }
.btn-off {
  font: inherit; font-weight: 700; font-size: 16px;
  background: transparent; color: #B8A39E;
  border: 2px dashed rgba(180, 158, 152, .5);
  border-radius: 999px; padding: 14px 32px; cursor: not-allowed; width: 100%;
}
.f-note {
  margin: 16px 0 0; font-size: 13.5px; line-height: 1.6; color: var(--on-dark-soft);
}

/* =================================================================== contact */
.contact { background: var(--cream-2); padding: clamp(52px, 6vw, 92px) 0; }
.c-head { margin-bottom: 34px; }
.c-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.c-cell {
  background: var(--paper); border: 1px solid var(--line-l);
  border-radius: var(--r); padding: 24px 26px;
}
.c-k {
  margin: 0 0 6px; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 700; color: var(--rose);
}
.c-v { margin: 0; font-size: 17px; font-weight: 600; line-height: 1.75; word-break: break-word; }
.c-v a { color: var(--ink); }
.c-v a:hover { color: var(--rose); }
.c-slot { background: rgba(200, 80, 106, .06); }
.c-grid > :last-child { grid-column: span 2; }
.c-slot .slot-k { margin-bottom: 8px; }

/* =========================================================== about this preview */
.preview { background: var(--ink-3); color: var(--on-dark); padding: clamp(44px, 5vw, 72px) 0; }
.about-preview { max-width: 74ch; }
.ap-h {
  font-family: var(--serif); font-weight: 500; font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 20px; color: var(--brass-lt);
}
.about-preview p { margin: 0 0 15px; font-size: 16px; line-height: 1.72; color: var(--on-dark-soft); }
.about-preview p:last-child { margin-bottom: 0; }

/* ==================================================================== footer */
.foot { background-color: var(--ink); color: var(--on-dark); border-top: 3px solid var(--rose); }
.foot-in {
  display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: clamp(24px, 3vw, 44px);
  padding-top: clamp(40px, 5vw, 64px); padding-bottom: clamp(32px, 4vw, 48px);
}
.foot-brand .brand-mark { border-radius: 13px; margin-bottom: 14px; }
.foot-name { font-family: var(--serif); font-size: 26px; font-weight: 600; margin: 0 0 6px; }
.foot-sub { margin: 0; font-size: 14.5px; color: var(--on-dark-soft); line-height: 1.7; }
.foot-k {
  margin: 0 0 12px; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 700; color: var(--brass-lt);
}
.foot-col a { display: block; color: var(--on-dark-soft); text-decoration: none; font-size: 15.5px; padding: 3px 0; }
.foot-col a:hover { color: var(--rose-lt); }
.foot-col p { margin: 0 0 4px; font-size: 15.5px; }
.foot-plain { color: var(--on-dark-soft); }
.foot-bar {
  border-top: 1px solid var(--line-d);
  padding-top: 18px; padding-bottom: 22px;
}
.foot-bar p { margin: 0; font-size: 13.5px; color: var(--on-dark-soft); }


/* ================================================================== reveals */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.gal .reveal.in-view:nth-child(2) { transition-delay: .07s; }
.gal .reveal.in-view:nth-child(3) { transition-delay: .13s; }
.gal .reveal.in-view:nth-child(4) { transition-delay: .19s; }
.sweets .reveal.in-view:nth-child(2) { transition-delay: .07s; }
.sweets .reveal.in-view:nth-child(3) { transition-delay: .13s; }
.sweets .reveal.in-view:nth-child(4) { transition-delay: .19s; }
.steps .reveal.in-view:nth-child(2) { transition-delay: .1s; }
.steps .reveal.in-view:nth-child(3) { transition-delay: .2s; }

.hero-h .w { opacity: 0; animation: rise .74s cubic-bezier(.2, .7, .3, 1) forwards; }
.hero-h .w:nth-child(1) { animation-delay: .06s; }
.hero-h .w:nth-child(2) { animation-delay: .13s; }
.hero-h .w:nth-child(3) { animation-delay: .2s; }
.hero-h .w:nth-child(4) { animation-delay: .27s; }
.hero-h .w:nth-child(5) { animation-delay: .34s; }
.hero-h .w:nth-child(6) { animation-delay: .41s; }
.hero-h .w:nth-child(7) { animation-delay: .48s; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

.hero-card { opacity: 0; animation: rise .8s ease .72s forwards; }
.hero-card-b { animation-delay: .88s; }

/* =================================================================== 1080 px */
@media (max-width: 1080px) {
  .gal { columns: 3; }
  .svc { grid-template-columns: 1fr 1fr; }
  .svc-feat { grid-row: auto; grid-column: span 2; }
  .svc-wide { grid-column: span 2; }
  .c-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-in { grid-template-columns: 1fr 1fr; }
}

/* ==================================================================== 900 px */
@media (max-width: 900px) {
  .nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 420px; margin: 0 auto; width: 100%; }
  .hero-shot { aspect-ratio: 4 / 5; border-radius: 160px 160px 20px 20px; }
  .hero-card-a { left: 0; top: 8%; }
  .hero-card-b { right: 0; bottom: 8%; }
  .about-in { grid-template-columns: 1fr; }
  .req-in { grid-template-columns: 1fr; }
  .req-copy { position: static; }
  .exp-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .steps::before { display: none; }
  .step-n { font-size: 48px; }
}

/* ==================================================================== 720 px */
@media (max-width: 720px) {
  body { font-size: 16.8px; }
  .gal { columns: 2; }
  .sweets { grid-template-columns: repeat(2, 1fr); }
  .svc { grid-template-columns: 1fr; }
  .svc-feat { grid-column: auto; }
  .svc-wide { grid-column: auto; }
  .c-grid { grid-template-columns: 1fr; }
  .c-grid > :last-child { grid-column: auto; }
  .foot-in { grid-template-columns: 1fr; }
  .f-row { grid-template-columns: 1fr; }
  .pbar-in { padding-top: 12px; padding-bottom: 12px; }
  .mast-cta { padding: 9px 16px; font-size: 13.5px; }
  .brand-name { font-size: 21px; }
  .brand-sub { font-size: 10.5px; letter-spacing: .1em; }
  .brand-mark { width: 40px; height: 40px; }
  html { scroll-padding-top: 74px; }
  .foot-col a { padding: 7px 0; }
  .c-v { line-height: 2; }
  .rs-v { gap: 10px 20px; }
}

/* ==================================================================== 420 px */
@media (max-width: 420px) {
  .brand-sub { display: none; }
  .label .est { display: none; }
  .hero-card-a { top: 4%; }
  .hero-card-b { bottom: 4%; }
  .hc-v { font-size: 18px; }
  .strip-set b { font-size: 16.5px; }
}

/* ========================================================== reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important;
      transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-h .w, .hero-card { opacity: 1; }
  .hero-shot img { animation: none; }
  .strip-track { animation: none; }
}

/* ================================================================= 404 page */
.nf-grid { grid-template-columns: 1fr; min-height: 52vh; align-content: center; }
.nf-grid .hero-h { font-size: clamp(38px, 6vw, 62px); }
