/* ============================================================
   Toosh — ultra-soft bathroom tissue · toosh.ca
   Palette derived from parent brand TnB Plumbing:
   royal #143caf + water #00a5ff, softened with mist blues.
   ============================================================ */

:root {
  --deep:    #143caf;
  --deep-2:  #0d2b7e;
  --navy:    #0a2258;
  --water:   #00a5ff;
  --water-2: #0a86e0;
  --aqua:    #6fd0f6;
  --mist:    #dff1fc;
  --foam:    #f3faff;
  --ink:     #17325e;
  --sub:     #4c7fae;
  --line:    #d5e9f8;
  --leaf:    #d64545;
  --radius:  26px;
  --shadow:  0 14px 40px rgba(20, 60, 175, .10);
  --font-display: 'Baloo 2', 'Nunito', 'Trebuchet MS', sans-serif;
  --font-body: 'Nunito', 'Trebuchet MS', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--foam);
}
img, svg { max-width: 100%; height: auto; }
a { color: var(--water-2); }

.tp-wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }

h1, h2, h3, .tp-display { font-family: var(--font-display); color: var(--deep); line-height: 1.12; }
h1 { font-size: clamp(2.4rem, 5.4vw, 3.9rem); font-weight: 700; letter-spacing: -.5px; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); font-weight: 700; letter-spacing: -.3px; }
h3 { font-size: 1.25rem; font-weight: 700; }

.tp-kicker {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 700; font-size: .82rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--water-2);
}
.tp-kicker svg { flex: 0 0 auto; }

.tp-sub { color: var(--sub); }

/* ---------- announcement bar ---------- */
.tp-announce {
  background: linear-gradient(90deg, var(--deep) 0%, var(--water-2) 55%, var(--water) 100%);
  color: #fff; text-align: center; font-size: .9rem; font-weight: 700;
  padding: .55rem 1rem;
}
.tp-announce a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- header ---------- */
.tp-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(243, 250, 255, .88);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.tp-header-in { display: flex; align-items: center; gap: 1.6rem; padding: .7rem 22px; max-width: 1120px; margin: 0 auto; }
.tp-logo { display: flex; align-items: center; text-decoration: none; }
.tp-logo svg { width: 132px; height: auto; display: block; }
.tp-nav { display: flex; gap: 1.5rem; margin-left: auto; align-items: center; }
.tp-nav a {
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  color: var(--ink); text-decoration: none;
}
.tp-nav a:hover { color: var(--water-2); }
.tp-nav a.tp-btn-cta, .tp-nav a.tp-btn-cta:hover { color: #fff; }
.tp-nav-toggle { display: none; }
.tp-nav-btn { display: none; }

/* ---------- buttons ---------- */
.tp-btn {
  display: inline-block; font-family: var(--font-display); font-weight: 700;
  font-size: 1.02rem; text-decoration: none; cursor: pointer;
  padding: .78rem 1.7rem; border-radius: 999px; border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease;
}
.tp-btn-cta {
  color: #fff; background: linear-gradient(135deg, var(--water) 0%, var(--deep) 90%);
  box-shadow: 0 8px 22px rgba(0, 130, 220, .35);
}
.tp-btn-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 130, 220, .45); }
.tp-btn-ghost { color: var(--deep); border-color: var(--aqua); background: #fff; }
.tp-btn-ghost:hover { border-color: var(--water); transform: translateY(-2px); }
.tp-btn-light { color: var(--deep); background: #fff; box-shadow: 0 8px 22px rgba(4, 30, 90, .3); }
.tp-btn-light:hover { transform: translateY(-2px); }

/* ---------- hero ---------- */
.tp-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, var(--mist) 100%); }
.tp-hero-waves { position: absolute; inset: auto 0 -2px 0; pointer-events: none; }
.tp-hero-in {
  position: relative; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 2.5rem; align-items: center; padding: 4.2rem 22px 5.5rem;
  max-width: 1120px; margin: 0 auto;
}
.tp-hero h1 { margin: .7rem 0 1rem; }
.tp-hero .tp-lede { font-size: 1.16rem; color: var(--sub); max-width: 34rem; }
.tp-hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.7rem; }
.tp-hero-note { margin-top: 1.1rem; font-size: .92rem; font-weight: 700; color: var(--sub); }
.tp-hero-art img { width: 100%; display: block; border-radius: 28px; box-shadow: 0 24px 60px rgba(20, 60, 175, .18); }

/* ---------- trust strip ---------- */
.tp-trust { background: var(--deep); color: #fff; }
.tp-trust-in {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  max-width: 1120px; margin: 0 auto; padding: 1.15rem 22px;
}
.tp-trust-item { display: flex; align-items: center; gap: .65rem; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: .98rem; }
.tp-trust-item svg { flex: 0 0 auto; }

/* ---------- sections ---------- */
.tp-section { padding: 4.5rem 0; }
.tp-section-head { max-width: 44rem; margin-bottom: 2.6rem; }
.tp-section-head p { margin-top: .6rem; color: var(--sub); font-size: 1.08rem; }

/* ---------- shop ---------- */
.tp-shop { background: #fff; }
.tp-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.tp-card {
  position: relative; background: var(--foam); border: 1.5px solid var(--line);
  border-radius: var(--radius); padding: 1.8rem 1.6rem 1.7rem; text-align: center;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform .2s ease;
}
.tp-card:hover { transform: translateY(-4px); }
.tp-card.tp-card-hot { border-color: var(--water); background: linear-gradient(180deg, #fff 0%, var(--mist) 100%); }
.tp-card-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(90deg, var(--water) 0%, var(--deep) 100%); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: .78rem;
  letter-spacing: .12em; padding: .32rem 1.1rem; border-radius: 999px; white-space: nowrap;
}
.tp-card-art { padding: .2rem 0 1rem; }
.tp-card-art img { width: 100%; display: block; border-radius: 18px; }
.tp-card h3 { font-size: 1.5rem; }
.tp-card .tp-card-sub { color: var(--sub); font-size: .95rem; font-weight: 700; margin-top: .1rem; }
.tp-card-blurb { margin: .8rem 0 1rem; font-size: .97rem; color: var(--ink); }
.tp-card-specs { font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: var(--sub); font-weight: 800; margin-bottom: 1.2rem; }
.tp-price { font-family: var(--font-display); font-weight: 700; font-size: 2rem; color: var(--deep); }
.tp-price small { font-size: 1rem; color: var(--sub); font-weight: 600; }
.tp-card .tp-btn { margin-top: auto; align-self: center; }
.tp-card-was { color: var(--sub); font-weight: 700; font-size: .95rem; }
.tp-card-was s { opacity: .7; }

/* ---------- launch special band ---------- */
.tp-special { position: relative; background: linear-gradient(135deg, var(--deep-2) 0%, var(--deep) 45%, var(--water-2) 100%); color: #fff; overflow: hidden; }
.tp-special .tp-wrap { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 2.5rem; align-items: center; padding-top: 4rem; padding-bottom: 4rem; }
.tp-special h2 { color: #fff; }
.tp-special p { margin-top: .9rem; color: #cfe9ff; font-size: 1.08rem; }
.tp-special .tp-kicker { color: var(--aqua); }
.tp-special-art img { width: 100%; display: block; border-radius: 24px; box-shadow: 0 16px 40px rgba(0, 10, 40, .35); }
.tp-special-waves { position: absolute; inset: auto 0 -1px 0; opacity: .25; pointer-events: none; }

/* ---------- features ---------- */
.tp-features { background: var(--mist); }
.tp-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.tp-feat {
  background: #fff; border-radius: 22px; padding: 1.5rem 1.4rem;
  border: 1.5px solid var(--line); box-shadow: var(--shadow);
}
.tp-feat-icon {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--mist) 0%, #fff 100%);
  border: 1.5px solid var(--line); margin-bottom: .9rem;
}
.tp-feat h3 { font-size: 1.12rem; margin-bottom: .35rem; }
.tp-feat p { font-size: .95rem; color: var(--sub); }

/* ---------- story ---------- */
.tp-story { position: relative; background: linear-gradient(180deg, var(--deep-2) 0%, var(--deep) 100%); color: #eaf5ff; overflow: hidden; }
.tp-story .tp-wrap { position: relative; padding-top: 4.5rem; padding-bottom: 4.5rem; }
.tp-story h2 { color: #fff; max-width: 36rem; }
.tp-story .tp-kicker { color: var(--aqua); }
.tp-story p { max-width: 40rem; margin-top: 1rem; color: #cfe9ff; font-size: 1.06rem; }
.tp-story-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.2rem; }
.tp-story-point {
  background: rgba(255, 255, 255, .07); border: 1.5px solid rgba(140, 205, 250, .35);
  border-radius: 18px; padding: 1.1rem 1.2rem; font-weight: 700;
  font-family: var(--font-display); font-size: 1rem; color: #fff;
  display: flex; gap: .7rem; align-items: flex-start;
}
.tp-story-point svg { flex: 0 0 auto; margin-top: .15rem; }
.tp-story-waves { position: absolute; inset: auto 0 -1px 0; opacity: .18; pointer-events: none; }

/* ---------- delivery ---------- */
.tp-delivery { background: #fff; }
.tp-del-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.tp-del {
  border: 1.5px solid var(--line); border-radius: 22px; padding: 1.6rem 1.5rem;
  background: var(--foam); box-shadow: var(--shadow); text-align: center;
}
.tp-del-price { font-family: var(--font-display); font-weight: 700; font-size: 1.9rem; color: var(--water-2); margin: .2rem 0 .4rem; }
.tp-del h3 { color: var(--deep); }
.tp-del p { font-size: .95rem; color: var(--sub); margin-top: .4rem; }

/* ---------- order form ---------- */
.tp-order { background: var(--mist); }
.tp-order-card {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 2.2rem; max-width: 780px; margin: 0 auto;
}
.tp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.3rem; }
.tp-form-full { grid-column: 1 / -1; }
.tp-field label { display: block; font-family: var(--font-display); font-weight: 700; font-size: .95rem; color: var(--deep); margin-bottom: .35rem; }
.tp-optional { color: var(--sub); font-weight: 600; font-size: .85rem; }
.tp-field input[type=text], .tp-field input[type=email], .tp-field input[type=tel],
.tp-field input[type=number], .tp-field textarea, .tp-field select {
  width: 100%; font: inherit; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: 14px; padding: .65rem .9rem;
  background: var(--foam); outline: none; transition: border-color .15s ease;
}
.tp-field input:focus, .tp-field textarea:focus { border-color: var(--water); background: #fff; }
.tp-qty-row {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  border: 1.5px solid var(--line); border-radius: 16px; padding: .7rem 1rem; background: var(--foam);
}
.tp-qty-row + .tp-qty-row { margin-top: .7rem; }
.tp-qty-name { font-family: var(--font-display); font-weight: 700; color: var(--deep); }
.tp-qty-name small { display: block; font-family: var(--font-body); font-weight: 700; color: var(--sub); font-size: .82rem; }
.tp-qty-row input { width: 76px; text-align: center; font-weight: 800; }
.tp-radio-row { display: flex; gap: .8rem; flex-wrap: wrap; }
.tp-radio {
  flex: 1 1 200px; display: flex; gap: .6rem; align-items: flex-start; cursor: pointer;
  border: 1.5px solid var(--line); border-radius: 16px; padding: .8rem 1rem; background: var(--foam);
}
.tp-radio:has(input:checked) { border-color: var(--water); background: #fff; box-shadow: 0 6px 18px rgba(0, 130, 220, .12); }
.tp-radio input { margin-top: .3rem; accent-color: var(--water-2); }
.tp-radio b { font-family: var(--font-display); color: var(--deep); display: block; }
.tp-radio small { color: var(--sub); font-weight: 700; }
.tp-total {
  margin-top: 1.2rem; padding: 1rem 1.2rem; border-radius: 16px;
  background: linear-gradient(90deg, var(--mist) 0%, #fff 100%);
  border: 1.5px solid var(--line);
  font-family: var(--font-display); font-weight: 700; color: var(--deep); font-size: 1.15rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem;
}
.tp-total small { font-family: var(--font-body); font-weight: 700; color: var(--sub); font-size: .9rem; }
.tp-hp { display: none; }
.tp-form-actions { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; margin-top: 1.4rem; }
.tp-form-actions span { color: var(--sub); font-size: .92rem; font-weight: 700; }
.tp-note { border-radius: 16px; padding: 1rem 1.2rem; font-weight: 700; margin-bottom: 1.4rem; }
.tp-note.ok { background: #e5f8ee; border: 1.5px solid #9adbb8; color: #14683c; }
.tp-note.err { background: #fdeeee; border: 1.5px solid #f0b3b3; color: #8f2323; }
.tp-note ul { margin: .4rem 0 0 1.2rem; }

/* ---------- footer ---------- */
.tp-footer { background: var(--navy); color: #bcd8f2; text-align: center; padding: 2.4rem 0; }
.tp-footer-brand { display: inline-flex; align-items: center; gap: .7rem; }
.tp-footer-brand svg { width: 44px; height: 44px; }
.tp-footer-brand span { font-family: var(--font-display); font-weight: 700; font-size: 1.9rem; color: #fff; }
.tp-footer-tag { margin-top: .5rem; font-size: .95rem; }
.tp-footer-buell {
  display: inline-block; margin-top: 1.6rem; font-family: var(--font-display); font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; font-size: .8rem; color: var(--aqua);
  border: 1.5px solid rgba(111, 208, 246, .4); border-radius: 999px; padding: .45rem 1.3rem;
}
.tp-footer-meta { margin-top: 1.6rem; font-size: .85rem; color: #7ea3c9; }
.tp-footer-meta a { color: #9fc6ea; }

/* ---------- wave dividers ---------- */
.tp-wave-div { display: block; width: 100%; height: 68px; }

/* ---------- reveal ---------- */
.tp-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.tp-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .tp-reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .tp-hero-in, .tp-special .tp-wrap { grid-template-columns: 1fr; }
  .tp-hero-art { max-width: 460px; margin: 0 auto; }
  .tp-cards, .tp-feat-grid, .tp-del-grid, .tp-story-points { grid-template-columns: 1fr 1fr; }
  .tp-trust-in { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .tp-special-art { max-width: 420px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .tp-cards, .tp-feat-grid, .tp-del-grid, .tp-story-points { grid-template-columns: 1fr; }
  .tp-form-grid { grid-template-columns: 1fr; }
  .tp-order-card { padding: 1.5rem 1.2rem; }
  .tp-nav {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); display: none; padding: .5rem 0 1rem;
  }
  .tp-nav a { padding: .65rem 22px; }
  .tp-nav .tp-btn { margin: .6rem 22px 0; text-align: center; }
  .tp-nav-toggle:checked ~ .tp-nav { display: flex; }
  .tp-nav-btn {
    display: block; margin-left: auto; cursor: pointer; font-size: 1.6rem; color: var(--deep);
    font-family: var(--font-display); font-weight: 700; user-select: none;
  }
}
