/* The Dolphin Shop — Dingle. Funky seaside theme inspired by the real
   turquoise shopfront: cyan walls, leaping grey dolphins, gold Celtic sign. */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Quicksand:wght@400;500;600;700&display=swap');

:root {
  --turq: #10b6c6;          /* the shopfront turquoise */
  --turq-deep: #0a8fa0;
  --turq-dark: #076b78;
  --gold: #f2b632;          /* the painted sign gold */
  --gold-deep: #d99a1e;
  --coral: #ff7a59;         /* funky accent */
  --cream: #fbfaf4;
  --ink: #143a40;
  --muted: #5b7a80;
  --card: #ffffff;
  --maxw: 1140px;
  --radius: 18px;
  --shadow: 0 14px 34px rgba(7, 107, 120, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Quicksand', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}

h1,h2,h3,h4,.brand-text h1,.logo { font-family: 'Baloo 2', system-ui, cursive; }

a { color: var(--turq-deep); text-decoration: none; font-weight: 600; }
a:hover { color: var(--coral); }
img { max-width: 100%; display: block; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* ---------- top ticker ---------- */
.topbar {
  background: var(--turq-dark);
  color: #d8fbff;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}
.topbar .container {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 20px; flex-wrap: wrap; gap: 6px;
}
.topbar a { color: var(--gold); }

/* ---------- header ---------- */
.site-header {
  background: var(--turq);
  border-bottom: 5px solid var(--gold);
  position: sticky; top: 0; z-index: 20;
  box-shadow: 0 4px 18px rgba(7,107,120,0.25);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; flex-wrap: wrap; gap: 12px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand .dolphin-badge {
  width: 52px; height: 52px; flex: none;
  background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; line-height: 1;
  box-shadow: 0 4px 12px rgba(7,107,120,0.3);
}
.brand-text .logo {
  margin: 0; font-size: 1.7rem; line-height: 1;
  color: var(--gold);
  text-shadow: 1px 1px 0 var(--turq-dark), 2px 2px 0 rgba(0,0,0,0.15);
  letter-spacing: 0.01em;
}
.brand-text span {
  display: block; font-size: 0.7rem; letter-spacing: 0.32em;
  text-transform: uppercase; color: #eafcff; font-weight: 700; font-family: 'Quicksand';
}
.nav a {
  color: #fff; margin-left: 22px; font-size: 1rem; font-weight: 700;
  padding: 6px 4px; border-bottom: 3px solid transparent;
}
.nav a:hover, .nav a.active { color: var(--gold); border-bottom-color: var(--gold); }

/* ---------- hero: the real turquoise shopfront photo ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    linear-gradient(rgba(7,107,120,0.55), rgba(10,143,160,0.64)),
    url('images/shopfront.jpg') center 30% / cover no-repeat,
    var(--turq-deep);
  color: #fff; text-align: center;
  padding: 116px 20px 126px;
  border-bottom: 6px solid var(--gold);
}
.hero .inner { position: relative; z-index: 2; }
.hero h2 {
  font-size: 3.1rem; margin: 0 0 14px; font-weight: 800;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.hero p {
  max-width: 640px; margin: 0 auto 30px;
  font-size: 1.18rem; color: #f2ffff; font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.hero.slim { padding: 80px 20px 90px; background-position: center 42%; }
.btn {
  display: inline-block; background: var(--gold); color: var(--turq-dark);
  padding: 14px 34px; border-radius: 999px; letter-spacing: 0.03em;
  font-weight: 800; font-family: 'Baloo 2'; font-size: 1.05rem;
  border: 3px solid transparent; box-shadow: 0 8px 20px rgba(242,182,50,0.4);
  transition: transform .15s, background .2s;
}
.btn:hover { transform: translateY(-2px) scale(1.03); background: #ffd05e; color: var(--turq-dark); }
.btn.ghost { background: transparent; color: #fff; border-color: #fff; box-shadow: none; }
.btn.ghost:hover { background: #fff; color: var(--turq-deep); }

/* wave divider */
.wave { display: block; width: 100%; height: 40px; margin-top: -40px; }

/* ---------- sections ---------- */
.section { padding: 66px 0; }
.section-title {
  text-align: center; margin: 0; font-size: 2.2rem; color: var(--turq-deep); font-weight: 800;
}
.section-sub { text-align: center; color: var(--muted); margin: 8px auto 40px; max-width: 560px; font-weight: 500; }
.rule { width: 120px; height: 5px; background: var(--gold); border: 0; border-radius: 5px; margin: 12px auto 30px; }

/* notice */
.notice {
  background: #fff4d6; border: 2px dashed var(--gold-deep);
  color: #8a6414; padding: 16px 20px; border-radius: var(--radius);
  margin: 26px auto 0; max-width: var(--maxw); font-weight: 600;
}

/* ---------- product grid ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 26px; }
.card {
  background: var(--card); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
  border: 2px solid #e4f6f8; transition: transform .18s, box-shadow .18s;
}
.card:hover { transform: translateY(-6px) rotate(-0.5deg); box-shadow: 0 20px 40px rgba(7,107,120,0.22); }
.card .thumb {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #d6f4f7, #b9ebf0);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card .thumb svg { width: 90px; height: 90px; }
.card .body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.card h3 { margin: 0 0 8px; font-size: 1.16rem; color: var(--turq-deep); }
.card p { margin: 0 0 16px; color: var(--muted); font-size: 0.94rem; flex: 1; font-weight: 500; }
.price { font-weight: 800; color: var(--coral); font-size: 1.15rem; font-family: 'Baloo 2'; }
.price small { color: var(--muted); font-weight: 500; font-size: 0.76rem; font-family: 'Quicksand'; }

/* ---------- feature band ---------- */
.band { background: #eafafc; }
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 26px; text-align: center; }
.feature .icon {
  width: 64px; height: 64px; margin: 0 auto 12px; color: #fff;
  background: var(--turq); border-radius: 50%; padding: 15px;
  box-shadow: 0 8px 18px rgba(16,182,198,0.4);
}
.feature h4 { margin: 0 0 6px; color: var(--turq-deep); font-size: 1.15rem; }
.feature p { margin: 0; color: var(--muted); font-weight: 500; }

/* ---------- about/contact ---------- */
.split { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: start; }
.prose h3 { color: var(--turq-deep); margin-top: 26px; }
.prose p { margin: 0 0 16px; }
.contact-card {
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 28px; border-top: 6px solid var(--gold);
}
.contact-card h3 { margin-top: 0; color: var(--turq-deep); }
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { padding: 12px 0; border-bottom: 2px dotted #d6eef1; }
.contact-list li:last-child { border-bottom: 0; }
.contact-list .label { display: block; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; margin-bottom: 2px; }

/* ---------- footer ---------- */
.site-footer { background: var(--turq-dark); color: #cdeff3; padding: 44px 0 24px; border-top: 6px solid var(--gold); margin-top: 10px; }
.site-footer .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; }
.site-footer h5 { color: var(--gold); letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.82rem; margin: 0 0 12px; font-family: 'Quicksand'; font-weight: 700; }
.site-footer a { color: #cdeff3; }
.site-footer a:hover { color: #fff; }
.site-footer .copy { text-align: center; color: #7fbfc8; font-size: 0.82rem; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.12); }

@media (max-width: 760px) {
  .split { grid-template-columns: 1fr; }
  .hero h2 { font-size: 2.1rem; }
  .hero .pod { opacity: 0.3; }
  .nav a { margin-left: 14px; font-size: 0.92rem; }
  .brand-text .logo { font-size: 1.35rem; }
}
