/* Home page styles */

/* HERO */
.hero {
  position: relative;
  padding: 48px 0 80px;
  overflow: hidden;
}
@media (min-width: 768px) { .hero { padding: 80px 0 140px; } }
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}
@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.1fr 1fr; gap: 80px; }
}

.hero-copy { display: flex; flex-direction: column; gap: 24px; }
.hero-title {
  font-size: clamp(48px, 8vw, 96px);
  color: var(--plum-deepest);
  font-weight: 400;
}
.hero-script {
  font-family: var(--font-script);
  color: var(--gold-deep);
  font-size: 1.25em;
  line-height: 0.7;
  display: inline-block;
  margin: -0.05em 0;
}
.hero-sub {
  font-size: 16px;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.7;
  margin-top: 12px;
}
@media (min-width: 768px) { .hero-sub { font-size: 17px; } }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }

.hero-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--plum-mist);
  flex-wrap: wrap;
}
.hero-meta-num {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--plum-deepest);
}
.hero-meta-lbl {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
}
.hero-meta-divider {
  width: 1px;
  height: 32px;
  background: var(--plum-mist);
}

/* hero visual */
.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
}
.hero-arc {
  position: absolute;
  inset: -8% -12% 8% 8%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--gold) 0%, var(--gold-deep) 40%, transparent 70%);
  opacity: 0.18;
  filter: blur(40px);
}
.hero-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.hero-photo {
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(135deg, var(--plum-mist) 0, var(--plum-mist) 18px, var(--ivory-warm) 18px, var(--ivory-warm) 36px);
}

.hero-badge {
  position: absolute;
  bottom: 24px;
  left: -16px;
  background: var(--ivory);
  border: 1px solid var(--gold);
  padding: 18px 22px;
  z-index: 3;
  box-shadow: var(--shadow-soft);
  max-width: 200px;
}
@media (min-width: 768px) { .hero-badge { left: -32px; padding: 22px 26px; } }
.hero-badge-script {
  font-family: var(--font-script);
  font-size: 38px;
  color: var(--gold-deep);
  line-height: 0.8;
}
.hero-badge-text {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--plum-deepest);
  margin-top: 6px;
  line-height: 1.5;
}

.hero-tape {
  position: absolute;
  top: 32px;
  right: -12px;
  background: var(--plum-deepest);
  color: var(--gold);
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(8deg);
  z-index: 3;
  max-width: 240px;
  overflow: hidden;
}
.hero-tape span { color: var(--gold); margin: 0 6px; }

/* SERVICES */
.services { background: var(--ivory-warm); }
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--plum-mist);
  border: 1px solid var(--plum-mist);
}
@media (min-width: 600px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(5, 1fr); } }

.service-card {
  background: var(--ivory);
  padding: 22px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  transition: background 0.3s, transform 0.3s;
}
@media (min-width: 600px) { .service-card { padding: 28px 22px 26px; } }
@media (min-width: 900px) { .service-card { padding: 36px 28px 32px; gap: 14px; } }
.service-card:hover { background: var(--ivory-warm); }
.service-card-icon {
  width: 36px; height: 36px;
  color: var(--plum-deepest);
  margin-bottom: 4px;
}
@media (min-width: 600px) { .service-card-icon { width: 44px; height: 44px; } }
@media (min-width: 900px) { .service-card-icon { width: 56px; height: 56px; margin-bottom: 8px; } }
.service-card-num {
  position: absolute;
  top: 14px; right: 14px;
  font-family: var(--font-display);
  font-size: 11px;
  color: var(--gold-deep);
  letter-spacing: 0.12em;
}
@media (min-width: 900px) { .service-card-num { top: 28px; right: 28px; font-size: 14px; } }
.service-card-name {
  font-size: 17px;
  color: var(--plum-deepest);
  line-height: 1.15;
}
@media (min-width: 600px) { .service-card-name { font-size: 20px; } }
@media (min-width: 900px) { .service-card-name { font-size: 26px; } }
.service-card-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  flex: 1;
}
@media (min-width: 600px) { .service-card-desc { font-size: 13px; line-height: 1.55; } }
@media (min-width: 900px) { .service-card-desc { font-size: 14px; line-height: 1.6; } }
.service-card-meta {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 10px;
  border-top: 1px solid var(--plum-mist);
}
@media (min-width: 900px) { .service-card-meta { font-size: 11px; padding-top: 14px; letter-spacing: 0.18em; } }
.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--plum-deepest);
  padding-top: 4px;
}
@media (min-width: 900px) {
  .service-card-link { font-size: 11px; gap: 8px; letter-spacing: 0.22em; padding-top: 8px; }
}
.service-card-link:hover { color: var(--gold-deep); }
.service-card-link:hover svg { transform: translateX(4px); }
.service-card-link svg { transition: transform 0.2s; width: 12px; height: 8px; }
@media (min-width: 900px) { .service-card-link svg { width: 14px; height: 10px; } }

/* GALLERY */
.gallery-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 48px;
}
.gallery-cat {
  padding: 10px 18px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--plum-mist);
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  transition: all 0.2s;
}
.gallery-cat:hover { border-color: var(--plum-soft); color: var(--plum-deepest); }
.gallery-cat.active {
  background: var(--plum-deepest);
  color: var(--ivory);
  border-color: var(--plum-deepest);
}

.gallery-track-wrap {
  position: relative;
}
.gallery-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 12px 0 24px;
}
.gallery-spacer-l, .gallery-spacer-r {
  flex: 0 0 24px;
}
@media (min-width: 768px) {
  .gallery-spacer-l, .gallery-spacer-r { flex: 0 0 max(24px, calc((100vw - 1280px) / 2 + 48px)); }
}
.gallery-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) { .gallery-card { flex: 0 0 320px; } }
.gallery-photo {
  aspect-ratio: 3 / 4;
}
.gallery-photo.tone-1 {
  background:
    repeating-linear-gradient(135deg, oklch(0.82 0.06 320) 0, oklch(0.82 0.06 320) 14px, oklch(0.95 0.02 320) 14px, oklch(0.95 0.02 320) 28px);
}
.gallery-photo.tone-2 {
  background:
    repeating-linear-gradient(135deg, oklch(0.86 0.05 60) 0, oklch(0.86 0.05 60) 14px, oklch(0.96 0.02 80) 14px, oklch(0.96 0.02 80) 28px);
}
.gallery-photo.tone-3 {
  background:
    repeating-linear-gradient(135deg, oklch(0.78 0.06 280) 0, oklch(0.78 0.06 280) 14px, oklch(0.93 0.02 280) 14px, oklch(0.93 0.02 280) 28px);
}
.gallery-photo.tone-4 {
  background:
    repeating-linear-gradient(135deg, oklch(0.85 0.04 30) 0, oklch(0.85 0.04 30) 14px, oklch(0.96 0.01 30) 14px, oklch(0.96 0.01 30) 28px);
}
.gallery-cap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 12px;
}
.gallery-cap-cat {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.gallery-cap-label {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--plum-deepest);
}
.gallery-arrow {
  position: absolute;
  top: 38%;
  width: 44px;
  height: 44px;
  border: 1px solid var(--plum-deepest);
  background: var(--ivory);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: var(--plum-deepest);
  transition: all 0.2s;
}
.gallery-arrow:hover { background: var(--plum-deepest); color: var(--ivory); }
@media (min-width: 768px) { .gallery-arrow { display: flex; } }
.gallery-arrow-l { left: 24px; }
.gallery-arrow-r { right: 24px; }

/* TESTIMONIALS */
.testimonials { background: var(--ivory-warm); }
.testimonials-source {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  justify-content: center;
}
.testimonials-rating {
  color: var(--plum-deepest);
  font-weight: 600;
  padding-left: 10px;
  border-left: 1px solid var(--plum-mist);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 700px) { .testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .testimonials-grid { grid-template-columns: repeat(4, 1fr); } }

.testimonial-card {
  background: var(--ivory);
  border: 1px solid var(--plum-mist);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -12px;
  right: 24px;
  font-family: var(--font-display);
  font-size: 80px;
  color: var(--gold);
  line-height: 1;
  opacity: 0.4;
}
.testimonial-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.testimonial-google {
  margin-left: 8px;
}
.testimonial-text {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.65;
  flex: 1;
}
.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--plum-mist);
}
.testimonial-avatar {
  width: 38px; height: 38px;
  background: var(--plum-deepest);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.testimonial-name {
  font-size: 14px;
  color: var(--plum-deepest);
  font-weight: 500;
}
.testimonial-when {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  margin-top: 2px;
}
.testimonials-foot {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

/* PRESS-ON TEASER */
.presson-teaser {
  background: var(--plum-deepest);
  color: var(--ivory);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .presson-teaser { padding: 120px 0; } }
.presson-teaser::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 50%, oklch(0.78 0.13 85 / 0.2), transparent 60%);
  pointer-events: none;
}
.presson-teaser-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
}
@media (min-width: 900px) { .presson-teaser-inner { grid-template-columns: 1fr 1fr; gap: 80px; } }
.presson-teaser-copy { display: flex; flex-direction: column; gap: 20px; }
.presson-teaser-copy .eyebrow { color: var(--gold); }
.presson-teaser-copy h2 {
  font-size: clamp(40px, 6vw, 64px);
  color: var(--ivory);
}
.presson-teaser-copy p {
  font-size: 16px;
  color: oklch(0.82 0.04 320);
  max-width: 460px;
  line-height: 1.7;
}
.presson-teaser-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.presson-teaser-copy .btn-ghost { color: var(--ivory); border-color: var(--ivory); }
.presson-teaser-copy .btn-ghost:hover { background: var(--ivory); color: var(--plum-deepest); }

.presson-teaser-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.presson-teaser-card {
  aspect-ratio: 3 / 4;
}
.presson-teaser-card.offset { transform: translateY(40px); }
.presson-teaser-card .ph {
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(135deg, oklch(0.42 0.16 275) 0, oklch(0.42 0.16 275) 14px, oklch(0.32 0.14 275) 14px, oklch(0.32 0.14 275) 28px);
}
.presson-teaser-card .ph::after {
  background: var(--plum-deepest);
  color: var(--gold);
  border-color: var(--gold);
}
.presson-teaser-card.gold-frame::before,
.presson-teaser-card.gold-frame::after {
  border-color: var(--gold);
}
