/* Big Digital Fish — rebuilt 2026
   Palette and type recovered from aglez-theme/style-new.css */

:root {
  --ink:       #343434;
  --magenta:   #971968;
  --pink:      #dd2f74;
  --violet:    #5965a3;
  --teal:      #009999;
  --gold:      #cc9933;
  --grey:      #646464;
  --card:      #ebebeb;
  --paper:     #ffffff;
  --postit:    #fdf3a8;
  --postit-ed: #f2e178;

  --max: 1080px;
  --gut: clamp(1.25rem, 4vw, 3rem);

  --f-display: 'Archivo Black', 'Helvetica Neue', Arial, sans-serif;
  --f-body: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gut); }

a { color: var(--magenta); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 2px;
}

/* ---------- Header ---------- */

.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e6e6e6;
}
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 68px; }

.brand {
  font-family: var(--f-display);
  font-size: 1.05rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.1;
}
.brand span { color: var(--pink); }

.nav { display: flex; gap: 1.5rem; align-items: center; }
.nav a {
  font-size: .82rem; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; text-decoration: none; color: var(--grey);
  padding: .35rem 0; border-bottom: 2px solid transparent;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--magenta); border-bottom-color: var(--pink); }

.nav-toggle { display: none; background: none; border: 0; padding: .5rem; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute; inset: 68px 0 auto 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--paper); border-bottom: 1px solid #e6e6e6;
    padding: .5rem var(--gut) 1.25rem;
    display: none;
  }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: .7rem 0; font-size: .95rem; }
}

/* ---------- Type ---------- */

h1, h2, h3 { font-family: var(--f-display); font-weight: 400; letter-spacing: .01em; }

h1 {
  font-size: clamp(2.1rem, 6.2vw, 4rem);
  line-height: 1.02;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
h2 {
  font-size: clamp(1.6rem, 3.8vw, 2.6rem);
  line-height: 1.08;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
h3 {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 0 .5rem;
}

.eyebrow {
  font-family: var(--f-body);
  font-size: .74rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--teal);
  margin: 0 0 .7rem;
}

p { margin: 0 0 1.1rem; }
p:last-child { margin-bottom: 0; }

.lede { font-size: 1.2rem; line-height: 1.55; }

/* ---------- Ghost headline (from sec3 .last1 / .last2) ---------- */

.ghost { position: relative; display: inline-block; }
.ghost::before, .ghost::after {
  content: attr(data-word);
  position: absolute; left: 0; top: 0;
  white-space: nowrap; pointer-events: none;
  color: var(--magenta);
}
.ghost::before { opacity: .30; transform: translate(.14em, -.14em); }
.ghost::after  { opacity: .10; transform: translate(.28em, -.28em); }
@media (max-width: 640px) { .ghost::before, .ghost::after { display: none; } }

/* ---------- Sections ---------- */

.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.section + .section { border-top: 1px solid #eee; }
.section--tint { background: #fafafa; border-top: 0; }

.hero { padding: clamp(3.5rem, 9vw, 7rem) 0 clamp(3rem, 7vw, 5rem); }
.hero .lede { max-width: 46ch; color: var(--grey); }

/* ---------- Post-it (signature) ---------- */

.postit {
  position: relative;
  background: var(--postit);
  border-bottom: 2px solid var(--postit-ed);
  padding: 1.4rem 1.5rem;
  max-width: 22rem;
  transform: rotate(-1.6deg);
  box-shadow: 2px 4px 14px rgba(0,0,0,.13);
  font-size: .97rem;
  line-height: 1.5;
}
.postit p { margin-bottom: .6rem; }
.postit strong { color: var(--magenta); }
.postit--right { transform: rotate(1.4deg); margin-left: auto; }

/* ---------- Grid ---------- */

.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr)); }
.split { display: grid; gap: clamp(1.75rem, 5vw, 3.5rem); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 860px) { .split { grid-template-columns: 1.35fr .85fr; } }

/* ---------- Cards ---------- */

.card {
  background: var(--card);
  padding: 1.6rem;
  box-shadow: 1px 1px 10px -4px rgba(0,0,0,.5);
}
.card h3 { color: var(--violet); }

/* ---------- Service blocks ---------- */

.service { padding: clamp(2.5rem, 6vw, 4rem) 0; }
.service + .service { border-top: 1px solid #eee; }
.service__god {
  font-family: var(--f-display);
  font-size: clamp(1.9rem, 5vw, 3rem);
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 .35rem;
}
.service__name {
  font-family: var(--f-body); font-weight: 700;
  font-size: .82rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--grey); margin: 0 0 1.5rem;
}
.service--zeus .service__god { color: var(--magenta); }
.service--poseidon .service__god { color: var(--violet); }
.service--hades .service__god { color: var(--teal); }

.deliverables { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.deliverables li { padding: .8rem 0 .8rem 1.4rem; border-bottom: 1px solid #ececec; position: relative; }
.deliverables li::before {
  content: ""; position: absolute; left: 0; top: 1.35rem;
  width: 7px; height: 7px; background: var(--pink);
}
.deliverables li strong { display: block; margin-bottom: .15rem; }

.disclaimer {
  font-size: .84rem; line-height: 1.55; color: var(--grey);
  border-left: 3px solid var(--gold); padding: .3rem 0 .3rem 1rem; margin-top: 2rem;
}

/* ---------- Proof ---------- */

.proof { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); }
.proof__item { border-top: 4px solid var(--gold); padding-top: 1.1rem; }
.proof__big { font-family: var(--f-display); font-size: 2.4rem; line-height: 1; color: var(--pink); display: block; margin-bottom: .3rem; }

.quote { background: var(--card); padding: 1.5rem; box-shadow: 1px 1px 10px -4px rgba(0,0,0,.5); }
.quote p { font-size: .96rem; }
.quote cite { display: block; margin-top: .9rem; font-style: normal; font-weight: 700; color: var(--violet); font-size: .88rem; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  font-family: var(--f-body); font-weight: 700;
  font-size: .82rem; letter-spacing: .1em; text-transform: uppercase;
  padding: .95rem 1.9rem;
  border: 0; cursor: pointer; text-decoration: none;
  background: var(--magenta); color: #fff;
  transition: background .15s ease, transform .15s ease;
}
.btn:hover { background: var(--pink); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--magenta); box-shadow: inset 0 0 0 2px var(--magenta); }
.btn--ghost:hover { background: var(--magenta); color: #fff; }
.btn--teal { background: var(--teal); }
.btn--teal:hover { background: #00b3b3; }

/* ---------- Form ---------- */

.form { display: grid; gap: 1.1rem; max-width: 34rem; }
.field { display: grid; gap: .35rem; }
.field label { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--grey); }
.field input, .field textarea, .field select {
  font-family: var(--f-body); font-size: 1rem;
  padding: .8rem .9rem;
  border: 2px solid #ddd; background: #fff; color: var(--ink);
  width: 100%;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--teal); }
.field textarea { min-height: 9rem; resize: vertical; }
.hp { position: absolute; left: -9999px; }

/* ---------- Footer ---------- */

.site-foot { background: var(--ink); color: #cfcfcf; padding: 3rem 0 2.25rem; margin-top: 0; }
.site-foot .wrap { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr)); }
.site-foot h4 { font-family: var(--f-body); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin: 0 0 .8rem; }
.site-foot a { color: #cfcfcf; text-decoration: none; }
.site-foot a:hover { color: var(--pink); }
.site-foot ul { list-style: none; margin: 0; padding: 0; }
.site-foot li { margin-bottom: .45rem; }
.foot-bottom { border-top: 1px solid #4a4a4a; margin-top: 2.25rem; padding-top: 1.25rem; font-size: .8rem; color: #9a9a9a; }

/* ---------- Utility ---------- */

.stack > * + * { margin-top: 1.5rem; }
.center { text-align: center; }
.muted { color: var(--grey); }
.skip {
  position: absolute; left: -9999px;
  background: var(--magenta); color: #fff; padding: .75rem 1.25rem; z-index: 100;
}
.skip:focus { left: 1rem; top: 1rem; }
.note {
  background: #fff8e1; border-left: 4px solid var(--gold);
  padding: 1rem 1.25rem; font-size: .9rem; margin-bottom: 2rem;
}
