
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:#f1f9ff; color:#1F3B4A; font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height:1.6;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
  background-image:linear-gradient(120deg, #e3eaf0 0%, #f1f9ff 40%, #e3eaf0 100%); }
img { display:block; max-width:100%; }
a { color:inherit; }
.fridge { max-width:1080px; margin:0 auto; padding:2vh 5vw 12vh; }

.drawing { position:relative; background:#fffdf5; color:#2a2a2a;
  border-radius:4px; box-shadow:0 10px 22px rgba(0,0,0,.22);
  transform:rotate(var(--rot,0)); }
.mag { position:absolute; top:-11px; left:24px; width:22px; height:22px; border-radius:50%;
  box-shadow:inset -3px -3px 4px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.3); z-index:5; }
.mag--r { left:auto; right:24px; }

.magnav { display:flex; align-items:center; gap:8px; flex-wrap:wrap; padding:22px 0; }
.magnav .brand { font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight:900; font-size:1.4rem; color:#2FB6E8;
  margin-right:auto; text-shadow:1.5px 1.5px 0 rgba(31,59,74,0.35); }
.magnav a { text-decoration:none; font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight:800; padding:8px 16px;
  background:#fffdf5; color:#2a2a2a; border-radius:999px; box-shadow:0 4px 8px rgba(0,0,0,.18);
  transform:rotate(-2deg); }
.magnav a:nth-child(odd) { transform:rotate(2deg); }

.hero { display:flex; justify-content:center; padding:6vh 0 9vh; }
.herodraw { max-width:640px; width:100%; padding:clamp(34px,6vw,64px); text-align:center;
  border:3px dashed rgba(47,182,232,0.4); }
.sun { width:80px; height:80px; margin:0 auto .5rem; display:block; }
.kick { font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; letter-spacing:.3em; text-transform:uppercase; font-size:.8rem;
  color:#2FB6E8; font-weight:800; }
.herodraw h1 { font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight:900; line-height:.95;
  font-size:clamp(2.6rem,10vw,5.5rem); margin:.2em 0 .35em; color:#2FB6E8;
  text-shadow:2px 2px 0 rgba(31,59,74,0.35), 4px 4px 0 rgba(47,182,232,0.4); letter-spacing:-.01em; }
.herodraw p { font-size:1.1rem; max-width:36ch; margin:0 auto 1.6rem; }
.cbtn { display:inline-block; background:#2FB6E8; color:#141414; font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;
  font-weight:900; text-transform:uppercase; letter-spacing:.05em; text-decoration:none;
  padding:14px 30px; border-radius:14px; box-shadow:0 6px 0 rgba(47,182,232,0.5); transition:transform .15s; }
.cbtn:hover { transform:translateY(-2px); }

.note { max-width:640px; margin:0 auto 9vh; padding:clamp(28px,5vw,52px); }
.note h2 { font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight:900; font-size:clamp(1.6rem,4.5vw,2.6rem);
  color:#2FB6E8; margin-bottom:.5rem; text-shadow:1.5px 1.5px 0 rgba(31,59,74,0.35); }

.crayon-h { font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight:900; text-transform:lowercase;
  font-size:clamp(1.8rem,5.5vw,3.2rem); text-align:center; margin:0 0 5vh; color:#2FB6E8;
  text-shadow:2px 2px 0 rgba(31,59,74,0.35), 4px 4px 0 rgba(47,182,232,0.4); }

.boxes { list-style:none; display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:clamp(22px,3vw,40px); margin-bottom:10vh; }
.crayonbox { padding:34px 24px 26px; border:3px solid rgba(47,182,232,0.4); }
.crayonbox h3 { font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight:800; font-size:1.25rem; margin-bottom:.4rem;
  color:#2FB6E8; }
.crayonbox p { font-size:.95rem; color:#6B8E9C; }

.snaps { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:clamp(20px,3vw,36px); margin-bottom:10vh; }
.snap { padding:14px 14px 6px; }
.snap img { width:100%; aspect-ratio:11/10; object-fit:cover; border-radius:3px;
  border:2px solid rgba(47,182,232,0.4); }
.snap figcaption { font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight:800; text-align:center; margin:8px 0;
  color:#2FB6E8; font-size:.85rem; }

.quotewrap { display:flex; justify-content:center; margin-bottom:10vh; }
.qnote { max-width:600px; padding:clamp(30px,5vw,54px); text-align:center; }
.qnote p { font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight:800; font-size:clamp(1.3rem,4vw,2rem);
  line-height:1.2; margin-bottom:.7rem; }
.qnote cite { font-style:normal; font-weight:900; color:#2FB6E8; }

.contact { max-width:720px; margin:0 auto; padding:clamp(34px,6vw,60px); text-align:center; }
.contact h2 { font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight:900; font-size:clamp(1.8rem,5vw,3rem);
  color:#2FB6E8; margin-bottom:.4rem; text-shadow:2px 2px 0 rgba(31,59,74,0.35); }
.contact p { color:#6B8E9C; margin-bottom:1.4rem; }
.lines { display:flex; flex-wrap:wrap; gap:10px 22px; justify-content:center;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight:800; }
.lines a { text-decoration:none; border-bottom:4px solid #2FB6E8; }

@media (max-width:640px) { .magnav .brand { width:100%; text-align:center; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .cbtn:hover { transform:none; } }


.xq{box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;color:#1F3B4A;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#2FB6E8;margin-bottom:10px;font-weight:700}

.xq-strip{padding-left:0;padding-right:0}
.xq-strip .xq-wrap{padding:0 24px}
.xq-striprail{list-style:none;display:flex;gap:12px;overflow-x:auto;padding:14px 24px;scroll-snap-type:x mandatory}
.xq-striprail li{flex:0 0 min(64vw,300px);scroll-snap-align:start}
.xq-striprail img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px;display:block}


.xq-promo{padding:34px 24px}
.xq-promo-card{border:2px dashed #2FB6E8;border-radius:20px;padding:26px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;background:rgba(31,59,74,0.05)}
.xq-promo-tag{background:#2FB6E8;color:#141414;font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;font-weight:800;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;padding:8px 14px;border-radius:999px}
.xq-promo-card p{flex:1 1 260px;font-size:1.02rem}
.xq-promo-card a{color:#2FB6E8;font-weight:700;text-decoration:none;white-space:nowrap}
.xq-promo-card a:hover{text-decoration:underline}


.xq-faq-list{margin-top:18px;border-top:1px solid rgba(31,59,74,0.14)}
.xq-faq-item{border-bottom:1px solid rgba(31,59,74,0.14);padding:4px 0}
.xq-faq-item summary{cursor:pointer;padding:14px 4px;font-weight:700;font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;list-style-position:inside}
.xq-faq-item summary::marker{color:#2FB6E8}
.xq-faq-item p{padding:0 4px 16px;color:#6B8E9C;max-width:64ch}


/* =====================================================
   DESIGN DNA: coastal-breeze
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='90'%3E%3Cpath d='M0 60q32.5-28 65 0t65 0 65 0 65 0V90H0z' fill='%232FB6E8' opacity='.16'/%3E%3C/svg%3E");background-size:100% 90px;background-repeat:repeat-x;background-position:bottom}
h1,h2,h3{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif !important;text-transform:uppercase !important;letter-spacing:.26em !important;font-weight:400 !important}
img{border-radius:18px !important;filter:brightness(1.05) saturate(1.12);box-shadow:0 18px 40px rgba(47,182,232,.22) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:999px !important;letter-spacing:.16em;text-transform:uppercase;font-size:.82em}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:18px !important;border:none !important;box-shadow:0 14px 36px rgba(0,0,0,.09) !important}
