:root {
  color-scheme: light;
  --teal: #174f5a;
  --teal-dark: #103940;
  --burgundy: #803e49;
  --ivory: #faf7ef;
  --paper: #fffefa;
  --ink: #23383b;
  --muted: #526367;
  --line: #d7ded9;
  --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--ivory); color: var(--ink); font: 1rem/1.75 system-ui, -apple-system, 'Segoe UI', sans-serif; }
a { color: var(--teal); text-underline-offset: .22em; }
a:hover { color: var(--burgundy); }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--burgundy); outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.14; color: var(--teal-dark); }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 5.2vw, 4.8rem); margin-bottom: 1.5rem; max-width: 13ch; }
.hero-question { font-size: clamp(2.15rem, 3.7vw, 3.5rem); max-width: 24ch; line-height: 1.18; }
h2 { font-size: clamp(2.1rem, 3.6vw, 3.3rem); margin-bottom: 1.5rem; }
h3 { font-size: 1.2rem; line-height: 1.4; margin-bottom: .85rem; }
p { margin-bottom: 1.25rem; }
.container { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }
main > section { padding-block: clamp(4rem, 8vw, 7rem); }
.eyebrow { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--burgundy); margin-bottom: 1.3rem; }
.section-header { max-width: 740px; margin-bottom: 2.5rem; }
.skip-link { position: fixed; top: .75rem; left: 1rem; z-index: 100; padding: .7rem 1rem; background: white; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.1rem max(1.5rem, calc((100% - 1120px)/2)); background: var(--paper); border-bottom: 1px solid var(--line); }
.brand { text-decoration: none; display: grid; flex-shrink: 0; line-height: 1; }
.brand-name { font: italic 2.5rem/.95 var(--serif); letter-spacing: -.06em; }
.brand-detail { font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; margin-top: .5rem; }
nav ul { display: flex; align-items: center; flex-wrap: wrap; gap: .4rem 1.5rem; padding: 0; margin: 0; list-style: none; }
nav a { display: inline-block; padding: .6rem 0; text-decoration: none; font-size: .9rem; font-weight: 600; }
nav li:last-child a { background: var(--teal); color: white; padding: .65rem 1.25rem; border-radius: 3px; }
nav li:last-child a:hover { background: var(--teal-dark); }
.hero { border-bottom: 1px solid var(--line); }
.hero-layout { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.hero-copy > p:not(.eyebrow) { max-width: 58ch; color: var(--muted); }
.section-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .85rem 1.25rem; border-radius: 3px; border: 1px solid var(--teal); font-size: .9rem; font-weight: 650; text-decoration: none; transition: background-color .2s, color .2s; }
.button-primary { color: white; background: var(--teal); }
.button-primary:hover { color: white; background: var(--teal-dark); }
.button-secondary:hover { background: #e9efeb; color: var(--teal-dark); }
.brand-panel { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--burgundy); border-radius: 5px; box-shadow: 0 18px 45px #1039400c; padding: clamp(1.25rem, 3vw, 2.75rem); }
/* Recreated logo shown in full, without the packet photo crop. */
.logo-window { width: 100%; background: var(--paper); border-radius: 3px; }
.logo-window img { width: 100%; height: auto; }
.brand-panel-caption { font: 1.9rem/1.3 var(--serif); text-align: center; color: var(--teal); margin: 1.8rem 0; }
.experience { display: flex; align-items: center; justify-content: center; gap: 1rem; border-top: 1px solid var(--line); margin-bottom: 0; padding-top: 1.5rem; }
.experience strong { font: 3.3rem/1 var(--serif); color: var(--burgundy); }
.experience span { font-size: .8rem; line-height: 1.6; color: var(--muted); }
#about { background: var(--paper); }
#about .container { max-width: 850px; }
#about .section-header { max-width: 650px; }
#about .container > p { max-width: 75ch; }
blockquote { margin: 2.5rem 0; padding: 1.5rem 0 1.5rem 2rem; border-left: 3px solid var(--burgundy); }
blockquote p { font: 1.65rem/1.5 var(--serif); color: var(--teal); }
blockquote footer { font-size: .85rem; color: var(--muted); }
.text-link { display: inline-block; font-weight: 650; padding-block: .65rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; counter-reset: service; }
.service-card { background: var(--paper); padding: 2rem; border: 1px solid var(--line); border-radius: 4px; counter-increment: service; }
.service-card::before { content: '0' counter(service); display: block; color: var(--burgundy); font: 1.15rem var(--serif); margin-bottom: 1.6rem; }
.service-card p { color: var(--muted); font-size: .95rem; margin-bottom: 0; }
.project-services { margin: 2rem 0 1rem; padding: 2rem; border-left: 3px solid var(--burgundy); background: #eeeae0; }
.project-services ul { padding-left: 1.25rem; margin-bottom: 0; }
.project-services li + li { margin-top: .75rem; }
#pricing { background: var(--paper); }
#pricing .container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
#pricing .section-header { grid-column: 1/-1; }
.pricing-group { padding: 2rem; border: 1px solid var(--line); border-radius: 4px; }
.pricing-group h3 { padding-bottom: 1rem; border-bottom: 2px solid var(--teal); }
.pricing-group p { color: var(--muted); font-size: .95rem; }
.pricing-group p:last-child { margin-bottom: 0; }
dl { margin: 0; }
dt { font-weight: 650; margin-top: 1.25rem; }
dd { margin: .2rem 0 0; color: var(--muted); font-size: .95rem; }
.discount-note { padding: 2rem; background: #f4e9e9; border: 1px solid #e1c9cd; border-radius: 4px; }
.discount-note h3 { color: var(--burgundy); }
.discount-note p { margin-bottom: 0; }
#pricing .button { grid-column: 1/-1; justify-self: start; margin-top: 1rem; }
#contact { background: var(--teal-dark); color: #ecf1ee; text-align: center; }
#contact .container { max-width: 770px; }
#contact h2 { color: var(--ivory); }
#contact address { font-style: normal; margin-top: 2rem; }
#contact address p { margin-bottom: .7rem; }
#contact a { color: white; overflow-wrap: anywhere; }
#contact a:hover { color: #f0d7d9; }
#contact :focus-visible { outline-color: #f0d7d9; }
.site-footer { padding: 3rem 0; text-align: center; }
.site-footer p { margin-bottom: .4rem; }
.site-footer > .container > a { display: inline-block; margin: 1rem 0 2rem; padding: .5rem; }
.service-disclaimer { max-width: 880px; margin-inline: auto; font-size: .85rem; color: var(--muted); line-height: 1.8; border-top: 1px solid var(--line); padding-top: 2rem; }

@media (max-width: 900px) {
  .site-header { gap: 1rem; }
  nav ul { gap: .25rem 1rem; }
  .hero-layout { grid-template-columns: 1.2fr 1fr; gap: 2rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 1rem; }
  .container { width: calc(100% - 2.5rem); }
  .site-header { position: relative; flex-direction: column; align-items: flex-start; padding: 1.1rem 1.25rem; }
  nav { width: 100%; }
  nav ul { justify-content: space-between; gap: .25rem .7rem; }
  nav a { font-size: .82rem; }
  nav li:last-child a { padding: .6rem .8rem; }
  .hero-layout, .service-grid, #pricing .container { grid-template-columns: 1fr; }
  .hero-layout { gap: 2.5rem; }
  h1 { max-width: 15ch; }
  .brand-panel { width: min(100%, 390px); justify-self: center; padding: 1.75rem; }
  .section-actions { flex-direction: column; align-items: stretch; }
  .service-card, .pricing-group, .project-services, .discount-note { padding: 1.5rem; }
  blockquote { padding-left: 1.25rem; }
  blockquote p { font-size: 1.4rem; }
}
/* A decorative fish; the overlay never intercepts clicks or creates page overflow. */
#easter-egg-fish { display: block; position: fixed; left: 0; right: 0; bottom: 0; height: 5rem; height: calc(5rem + env(safe-area-inset-bottom, 0px)); overflow: hidden; pointer-events: none; user-select: none; z-index: 10; }
#easter-egg-fish.fish-enabled { display: block; }
.fish-swimmer { position: absolute; left: 1.25rem; bottom: .8rem; bottom: calc(.8rem + env(safe-area-inset-bottom, 0px)); width: 3rem; }
.fish-bob { display: block; }
.fish-enabled .fish-swimmer { left: -5rem; animation: fish-crossing 28s linear infinite; animation-delay: -6s; }
.fish-enabled .fish-bob { animation: fish-bobbing 2.4s ease-in-out infinite; }
.fish-art { display: block; font-size: 2.5rem; line-height: 1.2; transform: scaleX(-1); filter: drop-shadow(0 2px 2px #10394020); }
.fish-paused .fish-swimmer, .fish-paused .fish-bob { animation-play-state: paused; }
.fish-toggle { margin-top: 1.2rem; border: 1px solid var(--line); border-radius: 3px; padding: .65rem 1rem; min-height: 44px; background: var(--paper); color: var(--teal); font: inherit; font-size: .85rem; cursor: pointer; }
.fish-toggle[aria-pressed="true"] { background: var(--teal); color: white; }
.fish-toggle[hidden] { display: none; }
@keyframes fish-crossing {
  0% { transform: translateX(0); }
  85%, 100% { transform: translateX(calc(100vw + 10rem)); }
}
@keyframes fish-bobbing {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-.4rem) rotate(3deg); }
}
@media (prefers-reduced-motion: reduce) {
  .fish-toggle { display: none; }
  #easter-egg-fish .fish-swimmer { left: 1.25rem; transform: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
