/* =========================================================
   Twin Peaks Construction — v1 styles
   Mobile-first. No frameworks. Plain CSS, custom properties.
   ========================================================= */

:root {
  --bg:        #f7f5f1;       /* warm off-white */
  --surface:   #ffffff;
  --ink:       #1a1a1a;       /* near-black, matches logo */
  --ink-soft:  #4a5666;
  --muted:     #8a93a0;
  --line:      #e6e1d8;       /* warm divider */
  --accent:    #e8a93b;       /* logo amber */
  --accent-deep: #c98a1a;
  --accent-2:  #1a1a1a;
  --shadow:    0 8px 28px rgba(26,26,26,.08);

  --max:       1160px;
  --pad:       clamp(1rem, 3vw, 1.75rem);
  --radius:    14px;

  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-serif:'Fraunces', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

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

/* ---------- typography ---------- */
h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 .5em;
  color: var(--ink);
}
h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.2rem; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 .8rem;
}
.eyebrow-light { color: rgba(255,255,255,.7); }

.lede { font-size: 1.1rem; color: var(--ink-soft); max-width: 56ch; }
.section-lede { color: var(--ink-soft); max-width: 60ch; margin: .25rem 0 2rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,245,241,.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
/* Header spans the full page width with edge padding,
   so the logo actually sits at the left of the page, not the left of the centered container */
.site-header .container {
  max-width: 100%;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.nav {
  display: flex; align-items: center;
  gap: 2.5rem;
  min-height: 82px;
  padding: 8px 0;
}
.brand {
  display: inline-flex; align-items: center; gap: .7rem;
  color: var(--ink); font-weight: 700;
}
.brand:hover { text-decoration: none; }
.brand-logo { width: 68px; height: 68px; flex: 0 0 68px; object-fit: contain; }
.brand-logo-sm { width: 40px; height: 40px; flex: 0 0 40px; }
.brand-logo-fallback { display: none; }
/* The logo already contains the wordmark + tagline.
   Keep the spans in the DOM for SEO/screen readers but hide them visually. */
.brand-text {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 700; }
.brand-tag {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
  margin-top: 2px;
}
.nav-links { display: flex; align-items: center; gap: 1.4rem; }
.nav-links a {
  color: var(--ink); font-weight: 500; font-size: .95rem;
}
.nav-links a:hover { color: var(--accent-deep); text-decoration: none; }
.nav-phone { font-weight: 600; }
.nav-cta {
  background: var(--ink);
  color: #fff !important;
  padding: .55rem 1rem;
  border-radius: 999px;
  font-size: .9rem;
}
.nav-cta:hover { background: var(--accent-deep); }

@media (max-width: 520px) {
  .brand-tag { display: none; }
}

/* hide secondary nav links on small screens */
@media (max-width: 640px) {
  .nav-links a:not(.nav-cta) { display: none; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  padding: .9rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .98rem;
  border: 1.5px solid transparent;
  transition: transform .15s ease, background .2s ease, color .2s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary {
  background: var(--ink);
  color: #fff;
}
.btn-primary:hover { background: var(--accent-deep); color: #fff; }
.btn-ghost {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}
.btn-ghost:hover { background: var(--ink); color: #fff; }

/* ---------- HERO — full-bleed Gordon video with text overlay ---------- */
.hero-stage {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
  /* Lock to 16:9 so the video fills perfectly, capped at 78vh for tall screens */
  aspect-ratio: 16 / 9;
  max-height: 78vh;
  min-height: 480px;
}
.hero-video-full {
  position: absolute; inset: 0;
  z-index: 1;
}
.hero-video-full iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  /* On wide screens, scale up so the 16:9 iframe always covers the container */
  min-width: 100%;
  min-height: 100%;
}
/* ---------- hero copy (sits between the two videos) ---------- */
.hero-copy-section {
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(1.5rem, 4vw, 2.5rem);
}
.hero-copy-wide {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}
.hero-copy-wide .lede {
  margin-left: auto; margin-right: auto;
}
.hero-cta {
  display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center;
  margin-top: 1.6rem;
}

/* ---------- FEATURED BUILD — Seymour secondary video ---------- */
.featured-build {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}
.featured-build-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 880px) {
  .featured-build-grid { grid-template-columns: 1.2fr 1fr; gap: 3.5rem; }
}
.featured-build-video { margin: 0; }
.featured-build-copy .lede { color: var(--ink-soft); }
.featured-build-meta {
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 1rem;
}
.video-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #000;
}
.video-wrap iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
.hero-trust {
  margin-top: 1.6rem;
  font-size: .95rem;
  color: var(--ink-soft);
}
.hero-trust strong { color: var(--ink); }
.stars { color: var(--accent); letter-spacing: .05em; margin-right: .3rem; }

.hero-image {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
/* When the hero photo is missing (file 404s), hide the image column entirely and
   let the hero text fill the row. Avoids a dark/placeholder void on the right. */
.hero-no-image .hero-image { display: none; }
@media (min-width: 880px) {
  .hero-no-image { grid-template-columns: 1fr !important; max-width: 780px; }
}

/* ---------- sections ---------- */
.section {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  border-top: 1px solid var(--line);
}
.section-alt { background: var(--surface); }
.section-dark {
  background: var(--ink);
  color: #e8edf3;
  border-top: 0;
}
.section-dark h2 { color: #fff; }
.section-dark p { color: rgba(255,255,255,.78); }

/* ---------- cards (services) ---------- */
.cards {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 1.5rem;
}
@media (min-width: 620px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .cards { grid-template-columns: repeat(4, 1fr); } }
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--accent);
}
.card h3 { margin-bottom: .4rem; }
.card p { color: var(--ink-soft); font-size: .96rem; margin: 0; }
.card-feature {
  background: var(--ink);
  border-color: var(--ink);
}
.card-feature h3 { color: #fff; }
.card-feature p { color: rgba(255,255,255,.78); }
.card-flag {
  font-size: .72rem !important;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent) !important;
  font-weight: 700;
  margin: 0 0 .5rem !important;
}

/* ---------- gallery ---------- */
.gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media (min-width: 620px) { .gallery { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .gallery { grid-template-columns: repeat(3, 1fr); } }

.gallery-item {
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  background: var(--line);
}
/* Feature image spans 2 cols on wide screens for visual hierarchy */
@media (min-width: 980px) {
  .gallery-item.gallery-feature {
    grid-column: span 2;
    aspect-ratio: 16 / 9;
  }
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.04); }

.gallery-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: .65rem .9rem;
  background: linear-gradient(0deg, rgba(26,26,26,.78), rgba(26,26,26,0));
  color: #fff; font-size: .92rem; font-weight: 500;
}
/* While images haven't been dropped in yet, render a clean placeholder. */
.gallery-item img[src^="images/"]:not([src*=".jpg"]),
.gallery-item img:not([src]),
.gallery-item img[src=""] {
  background: repeating-linear-gradient(45deg,#ddd5c8 0 18px,#cfc4b1 18px 36px);
}

/* ---------- featured written testimonial ---------- */
.featured-quote {
  margin: 2rem 0 3rem;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.featured-quote .quote-mark {
  width: 44px; height: 44px;
  color: var(--accent);
  margin-bottom: .5rem;
}
.featured-quote blockquote {
  margin: 0;
  max-width: 64ch;
}
.featured-quote blockquote p {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 1rem;
}
.featured-quote blockquote p:last-child { margin-bottom: 0; }
.featured-quote figcaption {
  margin-top: 1.25rem;
  font-size: .88rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.testimonials-subhead {
  font-family: var(--font-sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 2.5rem 0 .25rem;
}

/* ---------- mini-quote grid (compact testimonials) ---------- */
.mini-quotes {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) { .mini-quotes { grid-template-columns: repeat(3, 1fr); } }
.mini-quotes li {
  border-left: 3px solid var(--accent);
  padding: .25rem 0 .25rem 1.1rem;
}
.mini-quotes blockquote {
  margin: 0 0 .75rem;
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink);
}
.mini-quotes cite {
  display: block;
  font-style: normal;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.featured-quote figcaption a {
  color: var(--muted);
  text-decoration: underline;
  text-decoration-color: var(--line);
}
.featured-quote figcaption a:hover { color: var(--accent); }

/* ---------- testimonials ---------- */
.testimonials {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 1.5rem;
}
@media (min-width: 620px) { .testimonials { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .testimonials { grid-template-columns: repeat(4, 1fr); } }

.testimonial {
  display: block;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--ink);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative;
}
.testimonial:hover {
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--accent);
}
.testimonial-thumb-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #1a1a1a;
}
.testimonial .play {
  position: absolute; top: 0; left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.testimonial .play::after {
  content: "▶";
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  padding-left: 4px;
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
  transition: transform .2s ease, background .2s ease;
}
.testimonial:hover .play::after {
  background: var(--accent);
  transform: scale(1.08);
}
.testimonial h3 {
  font-size: 1.05rem;
  margin: 1rem 1rem .25rem;
}
.testimonial p {
  margin: 0 1rem 1rem;
  font-size: .88rem;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.section-cta {
  margin-top: 1.75rem;
  text-align: center;
}

/* ---------- about ---------- */
.about-grid {
  display: grid; gap: 2.5rem;
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 880px) {
  .about-grid { grid-template-columns: 1.3fr 1fr; gap: 4rem; }
}
.trust-list {
  list-style: none; padding: 0; margin: 1.4rem 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: .6rem .9rem;
}
.trust-list li {
  position: relative; padding-left: 1.5rem;
  font-size: .96rem; color: var(--ink-soft);
}
.trust-list li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 8px; height: 8px;
  background: var(--accent); border-radius: 2px;
  transform: rotate(45deg);
}
.about-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem;
  box-shadow: var(--shadow);
}
.about-card .rating {
  display: flex; align-items: baseline; gap: .6rem;
  margin-bottom: .25rem;
}
.about-card .rating strong { font-family: var(--font-serif); font-size: 1.6rem; }
.about-card .rating-source {
  margin: 0 0 1rem;
  font-size: .88rem;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.about-card p {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 1rem;
}
.card-link {
  display: inline-block;
  font-weight: 600;
  color: var(--ink);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 2px;
}
.card-link:hover { color: var(--accent-deep); text-decoration: none; }

.houzz-stats {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: .65rem;
}
.houzz-stats li {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: baseline;
  gap: .75rem;
}
.houzz-stats strong {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  text-align: right;
}
.houzz-stats span {
  font-size: .92rem;
  color: var(--ink-soft);
  line-height: 1.4;
}

/* ---------- contact ---------- */
.contact-grid {
  display: grid; gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 880px) {
  .contact-grid { grid-template-columns: 1fr 1.1fr; gap: 4rem; }
}
.contact-list {
  list-style: none; padding: 0; margin: 1.5rem 0 0;
  display: grid; gap: 1rem;
}
.contact-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: baseline;
  gap: 1rem;
}
.contact-list strong {
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  font-weight: 600;
}
.contact-list a { color: #fff; }
.contact-list a:hover { color: var(--accent); }

.contact-form {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  padding: 1.6rem;
  display: grid;
  gap: 1rem;
}
.contact-form label {
  display: grid;
  gap: .35rem;
  font-size: .85rem;
  letter-spacing: .04em;
  color: rgba(255,255,255,.7);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  padding: .75rem .9rem;
  color: #fff;
  font: inherit;
  width: 100%;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255,255,255,.12);
}
.contact-form .btn-primary {
  background: var(--accent);
  color: var(--ink);
  justify-self: start;
}
.contact-form .btn-primary:hover { background: #f0bc55; color: var(--ink); }
.form-note { font-size: .82rem; color: rgba(255,255,255,.55); margin: 0; }

/* ---------- accreditations strip ---------- */
.accreditations {
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
}
.badges li {
  display: flex;
  align-items: center;
  height: 60px;
}
.badges img {
  max-height: 60px;
  width: auto;
  /* Render in B&W to match the old site's treatment */
  filter: grayscale(1) opacity(.6);
  transition: filter .3s ease;
}
.badges li:hover img {
  filter: grayscale(0) opacity(1);
}
@media (max-width: 620px) {
  .badges { gap: 1rem 1.5rem; }
  .badges li { height: 44px; }
  .badges img { max-height: 44px; }
}

/* ---------- project page (per-build deep-dive) ---------- */
.project-page { padding-bottom: 0; }

.project-hero {
  position: relative;
  background: #000;
}
.project-hero-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 70vh;
  overflow: hidden;
}
.project-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.project-intro {
  padding: clamp(2rem, 5vw, 3rem) var(--pad);
  max-width: 820px;
}
.project-intro h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: .5rem 0 .8rem;
}
.project-intro .lede {
  margin: 0;
}
.breadcrumbs {
  font-size: .85rem;
  color: var(--muted);
  margin-bottom: 1rem;
}
.breadcrumbs a {
  color: var(--ink-soft);
  text-decoration: none;
}
.breadcrumbs a:hover { color: var(--accent-deep); text-decoration: underline; }

.project-body {
  padding: clamp(2rem, 5vw, 3.5rem) var(--pad);
  max-width: 820px;
}
.project-body h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  margin-top: 2.2rem;
  margin-bottom: .65rem;
}
.project-body h2:first-of-type { margin-top: 1.5rem; }
.project-body p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.65;
}
.project-body p strong { color: var(--ink); }

.project-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1.25rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 2rem;
}
@media (min-width: 720px) {
  .project-specs { grid-template-columns: repeat(3, 1fr); }
}
.project-specs > div { display: flex; flex-direction: column; gap: 2px; }
.project-specs strong {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.project-specs span {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
}

.project-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  margin-top: 1rem;
}
@media (min-width: 620px) { .project-gallery { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .project-gallery { grid-template-columns: repeat(3, 1fr); } }
.project-gallery figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  background: var(--line);
}
.project-gallery img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.project-gallery figure:hover img { transform: scale(1.05); }

.project-cta {
  background: var(--ink);
  color: #fff;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  margin-top: 2rem;
}
.project-cta h2 { color: #fff; }
.project-cta p { color: rgba(255,255,255,.85); max-width: 60ch; }
.project-cta .container { text-align: center; }
.project-cta .container p { margin-left: auto; margin-right: auto; }

.project-nav {
  border-top: 1px solid var(--line);
  padding: 1.5rem 0;
  background: var(--bg);
}
.project-nav .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ---------- footer ---------- */
.site-footer {
  padding: 2rem 0;
  background: #15202b;
  color: rgba(255,255,255,.6);
  font-size: .9rem;
}
.footer-grid {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1.25rem; flex-wrap: wrap;
}
.footer-brand {
  display: inline-flex; align-items: center; gap: .55rem;
  color: rgba(255,255,255,.85); font-weight: 600;
}
.footer-grid p { margin: 0; flex-basis: 100%; text-align: center; padding-top: .5rem; border-top: 1px solid rgba(255,255,255,.08); }

.socials {
  list-style: none; padding: 0; margin: 0;
  display: flex; gap: .6rem; align-items: center;
}
.socials a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.75);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.socials a:hover {
  background: var(--accent);
  color: var(--ink);
  text-decoration: none;
  transform: translateY(-2px);
}
.socials svg { width: 18px; height: 18px; }
