@charset "UTF-8";

:root {
  --bron-lime: #b9ff50;
  --bron-white: #fff;
  --bron-gray: #888;
  --bron-dark: #111;
  --bron-black: #000;

  --bron-radius: 20px;
  --bron-radius-lg: 32px;

  /* Fonts Unified with TOP Page (home.css) */
  --bron-h1: clamp(3.8rem, 5.5vw, 5.2rem); /* Hero Copy Size */
  --bron-h2: clamp(2.1rem, 5vw, 3.4rem);   /* Section Title Size */
  --bron-h3: clamp(1.5rem, 3vw, 2.2rem);
  --bron-body: clamp(0.98rem, 1.4vw, 1.08rem);
  --bron-small: clamp(0.85rem, 1.1vw, 0.95rem);

  --bron-tight: 1.1;
  --bron-relaxed: 1.9;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Disable smooth scroll on mobile to prevent parallax stutter */
@media (max-width: 768px) {
  html {
    scroll-behavior: auto;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   Unified Container Width (1400px)
========================= */
.fixed-container,
.about-hero__content,
.service-hero__content,
.contact-hero__content,
.portfolio-hero-full__content,
.team-hero__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6vw;
}

/* =========================
   COMMON FIXED PAGE STYLES
========================= */
.fixed-about-page,
.fixed-service-page,
.fixed-contact-page,
.fixed-portfolio-page,
.fixed-team-page,
.fixed-price-page {
  color: var(--bron-black);
  background: var(--bron-white);
  overflow-x: hidden;
}

/* Hide WP Admin Bar Gap on Fixed Pages */
/* .fixed-about-page #wpadminbar,
.fixed-service-page #wpadminbar,
.fixed-contact-page #wpadminbar,
.fixed-portfolio-page #wpadminbar {
  display: none !important;
} */

/* .fixed-about-page html,
.fixed-service-page html,
.fixed-contact-page html,
.fixed-portfolio-page html {
  margin-top: 0 !important;
} */

/* Fix Header Overlap with WP Admin Bar */
body.admin-bar .header-bar {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header-bar {
    top: 46px !important;
  }
}

/* Header Overlay for Fixed Pages */
/* Header Overlay for Fixed Pages (Unified with Home) */
.header-bar {
  /* Inherit position: sticky from global.css */
  background: transparent !important;
  border-bottom: none !important;
  padding-top: 10px; /* Match TOP page spacing */
}

/* Fallback for JS-disabled or specific scroll states */
.header-bar.scrolled {
  background: rgba(0, 0, 0, 0.85) !important;
  padding-top: 10px;
}

.header-menu a {
  color: var(--bron-white) !important;
  transition: color 0.3s ease;
}

.header-bar.scrolled .header-menu a:hover {
  color: var(--bron-lime) !important;
}

.btn-menu span {
  background: var(--bron-white) !important;
}

.header-logo img {
  /* Logo keeps original colors - no filter */
}

/* =========================
   ABOUT PAGE - PREMIUM DESIGN
========================= */

/* ─── Hero ─── */
.about-hero,
.service-hero,
.contact-hero,
.portfolio-hero-full,
.team-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Pull hero behind header like TOP page */
  margin-top: -90px;
  padding-top: 90px;
}

.about-hero__bg,
.service-hero__bg,
.contact-hero__bg,
.portfolio-hero-full__bg,
.team-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.about-hero__bg-img,
.service-hero__bg-img,
.contact-hero__bg-img,
.portfolio-hero-full__bg-img,
.team-hero__bg-img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.3) saturate(0.8);
  transform: scale(1.05);
}

.about-hero__blobs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.about-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: blobFloat 20s infinite alternate ease-in-out;
}

.about-hero__blob--1 {
  width: 40vw;
  height: 40vw;
  background: var(--bron-lime);
  top: -10%;
  left: -10%;
}

.about-hero__blob--2 {
  width: 30vw;
  height: 30vw;
  background: #444;
  bottom: -5%;
  right: -5%;
  animation-delay: -5s;
}

@keyframes blobFloat {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  50% { transform: translate(5%, 10%) rotate(5deg) scale(1.1); }
  100% { transform: translate(-5%, 5%) rotate(-5deg) scale(0.9); }
}

.about-hero__overlay,
.service-hero__overlay,
.contact-hero__overlay,
.portfolio-hero-full__overlay,
.team-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
}

.about-hero__content,
.service-hero__content,
.contact-hero__content,
.portfolio-hero-full__content,
.team-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.about-hero__title,
.service-hero__title,
.contact-hero__title,
.portfolio-hero-full__title {
  margin: 0 0 40px;
}

.about-hero__title span,
.about-hero__title-line,
.service-hero__title span,
.service-hero__title-line,
.contact-hero__title span,
.portfolio-hero-full__title span,
.team-hero__title span,
.team-hero__title-line {
  display: block;
  font-size: var(--bron-h1);
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  line-height: var(--bron-tight);
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--bron-white) !important; /* Force white for visibility */
}

/* Ensure animated characters inherit the forced white color */
.about-hero__title .char,
.service-hero__title .char,
.team-hero__title .char,
.portfolio-hero-full__title .char {
  color: inherit;
}

.title-offset--1 { margin-left: 0; }
.title-offset--2 { margin-left: 10%; }
.title-offset--3 { margin-left: 20%; }

@media (max-width: 768px) {
  .title-offset--2 { margin-left: 5%; }
  .title-offset--3 { margin-left: 10%; }
}

.about-hero__lead,
.service-hero__lead,
.contact-hero__lead,
.portfolio-hero-full__lead,
.team-hero__lead {
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  opacity: 0.9;
  letter-spacing: 0.15em;
}

.service-hero__inner {
  text-align: center; /* Center content for Service */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-hero__lead {
  max-width: 800px;
  margin: 0 auto;
}

.about-hero__label,
.service-hero__label,
.team-hero__label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  justify-content: center;
  color: var(--bron-lime); /* Ensure labels are clearly visible */
}

.about-hero__label-text,
.service-hero__label-text,
.team-hero__label-text {
  color: #b9ff50;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.9rem;
}

.about-hero__label-line,
.service-hero__label-line,
.team-hero__label-line {
  flex: 0 0 40px;
  height: 1px;
  background-color: #b9ff50;
}

@media (max-width: 768px) {
  .about-hero__lead,
  .service-hero__lead,
  .contact-hero__lead,
  .portfolio-hero-full__lead {
    font-size: clamp(20px, 5vw, 24px);
    line-height: 1.4;
  }
}

.about-hero__inner,
.service-hero__inner,
.team-hero__inner,
.contact-hero__inner,
.portfolio-hero-full__inner {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
   ANIMATIONS & REVEALS
========================= */

[data-typewriter="true"] {
  opacity: 0; /* JS handles visibility */
}

[data-typewriter="true"].typewriter {
  opacity: 1;
}

[data-split="rise"] {
  overflow: hidden;
  line-height: 1.2;
}

.split-rise .char {
  display: inline-block;
  transform: translateY(110%);
  animation: charRise 0.8s cubic-bezier(0.2, 0, 0.2, 1) forwards;
  animation-delay: calc(var(--i) * 0.05s);
}

@keyframes charRise {
  to { transform: translateY(0); }
}

[data-split="reveal"] {
  opacity: 0;
}

.reveal-text.reveal-text {
  opacity: 1;
}

.reveal-text .char {
  opacity: 0.2;
  transition: opacity 0.5s ease;
}

.reveal-text .char.is-on {
  opacity: 1;
}

.char {
  display: inline-block;
  white-space: pre;
}

[data-reveal-text] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

[data-reveal-text].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.team-hero__inner,
.portfolio-hero-full__inner,
.contact-hero__inner {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  color: var(--bron-white);
  padding: 0;
  z-index: 5; /* Ensure content is above any background overlays */
}

.portfolio-hero-full__label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  justify-content: center;
}

.portfolio-hero-full__lead,
.contact-hero__lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.portfolio-hero-full__lead,
.contact-hero__lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.service-hero {
  text-align: left;
}

.service-hero__lead {
  margin: 0;
  max-width: 900px;
}

.about-hero__title-line:nth-child(2) {
  margin-left: 8vw;
}

.about-hero__title-line:nth-child(3) {
  margin-left: 16vw;
}

.about-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--bron-white);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
  z-index: 3;
}

.about-hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, var(--bron-white) 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 0.6; }
  50% { transform: scaleY(0.6); opacity: 1; }
}

.about-hero__whale {
  position: absolute;
  right: -5%;
  bottom: 5%;
  width: clamp(250px, 35vw, 500px);
  opacity: 0.15;
  z-index: 1;
  animation: floatWhale 8s ease-in-out infinite;
}

.about-hero__whale img {
  width: 100%;
  height: auto;
  filter: brightness(1.2);
}

@keyframes floatWhale {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-30px) rotate(0deg); }
}

/* ─── Block Sections (MISSION / VISION) ─── */
.about-block {
  position: relative;
  padding: clamp(100px, 12vw, 180px) 0;
  overflow: hidden;
}

/* MISSION - Full Width Style */
.about-section-full {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--bron-white);
}

.about-section-full__header {
  width: min(1200px, 90vw);
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.about-section-full__number {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(40px, 8vw, 80px); /* Unify */
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px #888; /* Light bg -> Dark stroke */
  line-height: 1;
}

.about-section-full__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-section-full__en {
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 0.3em;
  color: var(--bron-lime);
  font-weight: 700;
}

.about-section-full__jp {
  font-size: 14px;
  color: var(--bron-gray);
}

.about-fullwidth-image {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  margin-bottom: 80px;
}

.about-fullwidth-image__parallax {
  position: absolute;
  inset: -100px 0;
}

.about-fullwidth-image__parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-fullwidth-image__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

.about-fullwidth-image__text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--bron-white);
  z-index: 2;
}

.about-fullwidth-image__text h2 {
  font-size: clamp(32px, 6vw, 80px);
  font-weight: 900;
  line-height: 1.2;
}

.about-section-full__content {
  width: min(1000px, 90vw);
  margin: 0 auto;
}

.about-section-full__body {
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 2;
  color: #333;
}

/* VISION - Multi Image Layout */
.about-section-multi {
  padding: clamp(100px, 12vw, 180px) 0;
  background: #f8f8f8;
}

.about-section-multi__header {
  width: min(1200px, 90vw);
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.about-section-multi__number {
  font-size: clamp(60px, 10vw, 120px);
  font-weight: 900;
  color: rgba(0,0,0,0.05);
  line-height: 1;
}

.about-section-multi__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-section-multi__en {
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 0.3em;
  color: var(--bron-lime);
  font-weight: 700;
}

.about-section-multi__jp {
  font-size: 14px;
  color: var(--bron-gray);
}

.about-section-multi__layout {
  width: min(1400px, 94vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

@media (max-width: 1000px) {
  .about-section-multi__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.about-section-multi__title {
  font-size: var(--bron-h2);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 32px;
}

.about-section-multi__body {
  font-size: var(--bron-body);
  line-height: 1.9;
  color: #444;
}

.about-image-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.about-image-grid__item {
  border-radius: var(--bron-radius);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.about-image-grid__item--1 {
  grid-row: span 2;
}

.about-image-grid__item--2 {
  margin-top: 40px;
}

.about-image-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About Marquee */
.about-marquee {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  background: var(--bron-white);
}

.about-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
}

.about-marquee__item {
  width: clamp(250px, 30vw, 450px);
  aspect-ratio: 16 / 10;
  margin-right: 24px;
  border-radius: var(--bron-radius);
  overflow: hidden;
}

.about-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ─── Values Grid ─── */
.about-values {
  position: relative;
  padding: clamp(100px, 12vw, 180px) 0;
  background: var(--bron-dark);
  color: var(--bron-white);
  overflow: hidden;
}

.about-values__bg {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 80% 50% at 20% 20%, rgba(185, 255, 80, 0.08), transparent),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(185, 255, 80, 0.05), transparent);
  pointer-events: none;
}

.about-values__bg-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(200px, 30vw, 600px);
  font-weight: 900;
  color: rgba(255,255,255,0.025);
  line-height: 1;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.about-values__header {
  width: min(1200px, 90vw);
  margin: 0 auto clamp(60px, 8vw, 100px);
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.about-values__number {
  font-size: clamp(80px, 12vw, 160px);
  font-weight: 900;
  line-height: 0.8;
  color: rgba(255,255,255,0.05);
}

.about-values__label {
  padding-top: 20px;
}

.about-values__label-en {
  display: block;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--bron-lime);
  font-weight: 700;
  margin-bottom: 12px;
}

.about-values__label-jp {
  font-size: var(--bron-body);
  color: rgba(255,255,255,0.7);
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 60px);
  width: min(1200px, 90vw);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.about-values__grid > *:nth-child(even) {
  margin-top: clamp(0px, 10vw, 120px);
}

.about-values__grid > *:nth-child(odd) {
  margin-bottom: clamp(0px, 10vw, 120px);
}

@media (max-width: 768px) {
  .about-values__grid {
    grid-template-columns: 1fr;
  }
  .about-values__header {
    flex-direction: column;
    gap: 16px;
  }
}

.about-value-card {
  position: relative;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: var(--bron-radius);
  padding: clamp(32px, 5vw, 64px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.about-value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouseX, 50%) var(--mouseY, 50%), rgba(185, 255, 80, 0.1), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.about-value-card:hover {
  transform: translateY(-16px) scale(1.02);
  background: rgba(255,255,255,0.05);
  border-color: var(--bron-lime);
  box-shadow: 0 40px 100px rgba(0,0,0,0.4);
}

.about-value-card:hover::before {
  opacity: 1;
}

.about-value-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(30px, 4vw, 50px);
}

.about-value-card__num {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  color: var(--bron-white);
  line-height: 1;
  opacity: 0.1;
  transition: all 0.5s ease;
}

.about-value-card:hover .about-value-card__num {
  opacity: 0.8;
  color: var(--bron-lime);
}

.about-value-card__tag {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--bron-lime);
  border: 1px solid rgba(185, 255, 80, 0.3);
  padding: 4px 12px;
  border-radius: 99px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-value-card__title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px;
  color: var(--bron-white);
}

.about-value-card__text {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.8;
  color: rgba(255,255,255,0.6);
  transition: color 0.5s ease;
}

.about-value-card:hover .about-value-card__text {
  color: rgba(255,255,255,0.9);
}

.about-value-card__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--bron-lime);
  transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.about-value-card:hover .about-value-card__line {
  width: 100%;
}

/* ─── About CTA ─── */
.about-cta {
  position: relative;
  padding: clamp(120px, 15vw, 200px) 0;
  overflow: hidden;
}

.about-cta__bg {
  position: absolute;
  inset: 0;
}

.about-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.25);
}

.about-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
}

.about-cta__inner {
  position: relative;
  z-index: 2;
  width: min(900px, 90vw);
  margin: 0 auto;
  text-align: center;
  color: var(--bron-white);
}

.about-cta__eyebrow {
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--bron-lime);
  margin: 0 0 20px;
  text-transform: uppercase;
}

.about-cta__title {
  margin: 0 0 40px;
  font-size: var(--bron-h2);
  font-weight: 800;
  line-height: 1.3;
}

.about-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 56px;
  background: var(--bron-lime);
  color: var(--bron-black);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.3s ease, gap 0.3s ease;
}

.about-cta__btn:hover {
  transform: translateY(-4px);
  gap: 24px;
}

.about-cta__btn-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.about-cta__btn:hover .about-cta__btn-arrow {
  transform: translateX(4px);
}

/* =========================
   SERVICE PAGE - PREMIUM DESIGN
========================= */

/* ─── Service Hero ─── */
.service-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.service-hero__bg-img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.25) saturate(0.8);
  transform: scale(1.05);
}

.service-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
}

.service-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.service-hero__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
  text-align: center;
  color: var(--bron-white);
}

.service-hero__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

.service-hero__label-line {
  width: 40px;
  height: 1px;
  background: var(--bron-lime);
}

.service-hero__label-text {
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--bron-lime);
  font-weight: 600;
}

.service-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--bron-white);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
  z-index: 3;
}

.service-hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, var(--bron-white) 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* =========================
   SERVICE PAGE - PREMIUM DESIGN
========================= */

/* ─── Service Hero (already defined in portfolio/about style above) ─── */

/* ─── Service Intro Visual ─── */
.service-intro-visual {
  padding: clamp(100px, 15vw, 200px) 0;
  background: var(--bron-white);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
  width: min(1400px, 94vw);
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .service-intro-visual {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.service-intro-visual__images {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-intro-visual__img {
  border-radius: var(--bron-radius);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.service-intro-visual__img--1 { grid-row: span 2; }
.service-intro-visual__img--2 { margin-top: 40px; }
.service-intro-visual__img img { width: 100%; height: 100%; object-fit: cover; }

.service-intro-visual__text {
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.8;
  color: #333;
  margin: 0;
  font-weight: 500;
}

/* ─── Service Showcase ─── */
.service-showcase {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background: #f5f5f5;
}

.service-showcase__track {
  display: flex;
  gap: 40px;
  padding: 0 40px;
  animation: showcaseScroll 60s linear infinite;
}

@keyframes showcaseScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-100% / 2)); }
}

.service-showcase__item {
  flex: 0 0 clamp(400px, 50vw, 700px);
  aspect-ratio: 16 / 9;
  border-radius: var(--bron-radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.15);
}

.service-showcase__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ─── Service List V2 ─── */
.service-list-v2 {
  background: var(--bron-white);
}

/* Service Block Fullwidth */
.service-block--fullwidth {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.service-block__bg {
  position: absolute;
  inset: -10% 0;
  z-index: 1;
}

.service-block__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.service-block__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
}

.service-block__content {
  position: relative;
  z-index: 2;
  width: min(1000px, 90vw);
  margin: 0 auto;
  color: var(--bron-white);
  text-align: center;
}

.service-block__number {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(40px, 8vw, 80px); /* Unify with .service-no */
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px #fff; /* Image background -> White stroke */
  line-height: 1;
  margin-bottom: 20px;
}

.service-block__category {
  display: inline-block;
  padding: 6px 16px;
  background: var(--bron-lime);
  color: var(--bron-black);
  font-size: 11px;
  font-weight: 800;
  border-radius: 999px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.service-block__title {
  font-size: var(--bron-h2);
  font-weight: 800;
  margin-bottom: 24px;
}

.service-block__desc {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 32px;
}

.service-block__tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.service-block__tags li {
  font-size: 13px;
  padding: 8px 20px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
}

/* Service Dual */
.service-dual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: #eee;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

@media (max-width: 900px) {
  .service-dual {
    grid-template-columns: 1fr;
  }
}

.service-dual__item {
  background: var(--bron-white);
  display: flex;
  flex-direction: column;
}

.service-dual__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.service-dual__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-dual__item:hover .service-dual__media img {
  transform: scale(1.05);
}

.service-dual__content {
  padding: clamp(40px, 6vw, 80px);
}

.service-dual__number {
  font-size: 40px;
  font-weight: 900;
  color: #eee;
  margin-bottom: 16px;
}

.service-dual__title {
  font-size: var(--bron-h3);
  font-weight: 800;
  margin-bottom: 16px;
}

/* Service Block Wide */
.service-block--wide {
  padding: clamp(80px, 10vw, 140px) 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  width: min(1400px, 94vw);
  margin: 0 auto;
  align-items: center;
}

@media (max-width: 1000px) {
  .service-block--wide {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.service-block__img-wrapper {
  border-radius: var(--bron-radius-lg);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.1);
}

.service-block__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ─── Service Process ─── */
.service-process {
  padding: clamp(100px, 12vw, 160px) 0;
  background: var(--bron-dark);
  color: var(--bron-white);
}

.service-process__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
}

.service-process__header {
  text-align: center;
  margin-bottom: clamp(60px, 8vw, 100px);
}

.service-process__label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--bron-lime);
  margin-bottom: 16px;
}

.service-process__title {
  margin: 0;
  font-size: var(--bron-h2);
  font-weight: 700;
}

.service-process__steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 900px) {
  .service-process__steps {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .service-process__step-arrow {
    display: none;
  }
  .service-process__step {
    max-width: none;
    text-align: left;
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 32px 24px;
    background: rgba(255,255,255,0.02);
  }
  .service-process__step-num {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1;
    opacity: 0.5;
  }
}

.service-process__step {
  flex: 1;
  max-width: 220px;
  padding: 32px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--bron-radius);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.service-process__step:hover {
  transform: translateY(-8px);
  border-color: var(--bron-lime);
}

.service-process__step-num {
  font-size: 32px;
  font-weight: 900;
  color: var(--bron-lime);
  margin-bottom: 20px;
  line-height: 1;
}

.service-process__step-body {
  flex: 1;
}

.service-process__step-title {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 800;
  letter-spacing: 0.05em;
}

.service-process__step-text {
  margin: 0;
  font-size: var(--bron-small);
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}

.service-process__step-arrow {
  flex: 0 0 auto;
  font-size: 24px;
  color: rgba(255,255,255,0.2);
  padding-top: 60px;
}

/* ─── Service CTA ─── */
.service-cta {
  position: relative;
  padding: clamp(120px, 15vw, 200px) 0;
  overflow: hidden;
}

.service-cta__bg {
  position: absolute;
  inset: 0;
}

.service-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.2);
}

.service-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
}

.service-cta__inner {
  position: relative;
  z-index: 2;
  width: min(900px, 90vw);
  margin: 0 auto;
  text-align: center;
  color: var(--bron-white);
}

.service-cta__eyebrow {
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--bron-lime);
  margin: 0 0 20px;
  text-transform: uppercase;
}

.service-cta__title {
  margin: 0 0 24px;
  font-size: var(--bron-h2);
  font-weight: 800;
  line-height: 1.3;
}

.service-cta__text {
  margin: 0 0 40px;
  font-size: var(--bron-body);
  line-height: 1.8;
  opacity: 0.8;
}

.service-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 56px;
  background: var(--bron-lime);
  color: var(--bron-black);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.3s ease, gap 0.3s ease;
}

.service-cta__btn:hover {
  transform: translateY(-4px);
  gap: 24px;
}

.service-cta__btn-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.service-cta__btn:hover .service-cta__btn-arrow {
  transform: translateX(4px);
}

/* =========================
   PORTFOLIO PAGE - PREMIUM DESIGN
========================= */

/* ─── Hero (100vh) ─── */
.portfolio-hero-full {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.portfolio-hero-full__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.portfolio-hero-full__bg-img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.25) saturate(0.8);
  transform: scale(1.05);
}

.portfolio-hero-full__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
}

.portfolio-hero-full__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.portfolio-hero-full__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
  text-align: center;
  color: var(--bron-white);
  padding-left: 0; /* Override common left padding */
}

.portfolio-hero-full__lead {
  margin: 0 auto;
  max-width: 800px;
}

/* Consolidated in common label block at the top */


.portfolio-hero-full__label-line {
  width: 40px;
  height: 1px;
  background: var(--bron-lime);
}

.portfolio-hero-full__label-text {
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--bron-lime);
  font-weight: 600;
}

/* Consolidated in hero-typography block at the top */


.portfolio-hero-full__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--bron-white);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
  z-index: 3;
}

.portfolio-hero-full__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, var(--bron-white) 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}

.portfolio-hero-full__whale {
  position: absolute;
  right: -5%;
  bottom: 5%;
  width: clamp(250px, 35vw, 500px);
  opacity: 0.15;
  z-index: 1;
  animation: floatWhale 8s ease-in-out infinite;
}

/* ─── Intro ─── */
.portfolio-intro-full {
  padding: clamp(80px, 12vw, 160px) 0;
  background: var(--bron-white);
}

.portfolio-intro-full__inner {
  width: min(1000px, 90vw);
  margin: 0 auto;
  position: relative;
}

.portfolio-intro-full__number {
  position: absolute;
  top: -60px;
  left: -40px;
  font-size: clamp(80px, 15vw, 200px);
  font-weight: 900;
  color: rgba(0,0,0,0.03);
  z-index: 0;
}

.portfolio-intro-full__text {
  position: relative;
  z-index: 1;
  font-size: clamp(18px, 2.5vw, 28px);
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-weight: 500;
}

/* ─── Gallery ─── */
.portfolio-gallery {
  padding-bottom: 120px;
  background: var(--bron-white);
}

.portfolio-row {
  margin-bottom: 40px;
}

.portfolio-row--featured {
  display: flex;
  gap: 40px;
  width: min(1400px, 94vw);
  margin: 0 auto 40px;
}

.portfolio-row--reverse {
  flex-direction: row-reverse;
}

.portfolio-card {
  position: relative;
  border-radius: var(--bron-radius-lg);
  overflow: hidden;
  cursor: pointer;
  background: #f9f9f9;
}

.portfolio-card--large {
  flex: 1.5;
}

.portfolio-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.portfolio-card--small {
  flex: 1;
}

.portfolio-card__media {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.portfolio-card--large .portfolio-card__media {
  aspect-ratio: 4 / 3;
}

.portfolio-card--small .portfolio-card__media {
  aspect-ratio: 16 / 10;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.portfolio-card:hover img {
  transform: scale(1.08);
}

.portfolio-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.portfolio-card:hover .portfolio-card__overlay {
  opacity: 1;
}

.portfolio-card__view {
  color: var(--bron-lime);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid var(--bron-lime);
  padding: 12px 32px;
  border-radius: 999px;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.portfolio-card:hover .portfolio-card__view {
  transform: translateY(0);
}

.portfolio-card__info {
  padding: 24px 0 0;
}

.portfolio-card__category {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--bron-lime);
  margin-bottom: 8px;
  font-weight: 600;
}

.portfolio-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

/* Scroll Row */
.portfolio-row--scroll {
  width: 100%;
  overflow-x: auto;
  padding: 40px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.portfolio-row--scroll::-webkit-scrollbar {
  display: none;
}

.portfolio-scroll-track {
  display: flex;
  gap: 32px;
  padding: 0 max(3vw, calc((100vw - 1400px) / 2));
}

.portfolio-scroll-item {
  flex: 0 0 clamp(300px, 40vw, 500px);
  cursor: pointer;
}

.portfolio-scroll-item__media {
  border-radius: var(--bron-radius);
  overflow: hidden;
  margin-bottom: 16px;
  aspect-ratio: 16 / 9;
}

.portfolio-scroll-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.portfolio-scroll-item:hover img {
  transform: scale(1.05);
}

/* Grid Row */
.portfolio-row--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  width: 100%;
  margin: 120px 0 0;
}

.portfolio-grid-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
}

.portfolio-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.portfolio-grid-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

.portfolio-grid-item__overlay {
  position: absolute;
  inset: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.portfolio-grid-item:hover .portfolio-grid-item__overlay {
  opacity: 1;
}

/* CTA Full */
.portfolio-cta-full {
  position: relative;
  padding: clamp(120px, 15vw, 200px) 0;
  overflow: hidden;
}

.portfolio-cta-full__bg {
  position: absolute;
  inset: 0;
}

.portfolio-cta-full__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.25);
}

.portfolio-cta-full__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
}

.portfolio-cta-full__inner {
  position: relative;
  z-index: 2;
  width: min(900px, 90vw);
  margin: 0 auto;
  text-align: center;
  color: var(--bron-white);
}

.portfolio-cta-full__eyebrow {
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--bron-lime);
  margin: 0 0 20px;
  text-transform: uppercase;
}

.portfolio-cta-full__title {
  margin: 0 0 24px;
  font-size: var(--bron-h2);
  font-weight: 800;
  line-height: 1.3;
}

.portfolio-cta-full__text {
  margin: 0 0 40px;
  font-size: var(--bron-body);
  line-height: 1.8;
  opacity: 0.8;
}

.portfolio-cta-full__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 56px;
  background: var(--bron-lime);
  color: var(--bron-black);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.3s ease, gap 0.3s ease;
}

.portfolio-cta-full__btn:hover {
  transform: translateY(-4px);
  gap: 24px;
}

.portfolio-cta-full__btn-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.portfolio-cta-full__btn:hover .portfolio-cta-full__btn-arrow {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .portfolio-row--featured,
  .portfolio-row--reverse {
    flex-direction: column;
    width: 92vw;
  }
  .portfolio-row--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* =========================
   CONTACT PAGE
========================= */

/* Hero */
.contact-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: clamp(120px, 15vw, 180px) 0 clamp(60px, 8vw, 100px);
  overflow: hidden;
}

.contact-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero__bg-image {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.35);
}

.contact-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 100%);
}

.contact-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1100px, 92vw);
  margin: 0 auto;
  color: var(--bron-white);
  text-align: center;
}

.contact-hero__eyebrow {
  margin: 0 0 16px;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bron-lime);
}

.contact-hero__title {
  margin: 0 0 24px;
  font-size: clamp(48px, 8vw, 90px);
  line-height: 1.05;
  font-weight: 800;
}

.contact-hero__lead {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  opacity: 0.9;
}

/* Main Section */
.contact-main {
  padding: clamp(80px, 10vw, 120px) 0;
  background: var(--bron-white);
}

.contact-main__inner {
  width: min(1100px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
}

@media (max-width: 900px) {
  .contact-main {
    padding: 60px 0;
  }

  .contact-main__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

/* Info Side */
.contact-info {
  position: relative;
}

.contact-info__block {
  margin-bottom: 36px;
}

.contact-info__title {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.2;
}

.contact-info__text {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #444;
}

.contact-info__label {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bron-lime);
  font-weight: 700;
}

.contact-info__value {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.contact-info__value a {
  color: var(--bron-black);
  text-decoration: none;
  border-bottom: 2px solid var(--bron-lime);
  transition: border-color 0.2s;
}

.contact-info__value a:hover {
  border-color: var(--bron-black);
}

.contact-info__visual {
  margin-top: 40px;
}

.contact-info__whale {
  width: 100%;
  max-width: 250px;
  opacity: 0.5;
  animation: floatWhale 7s ease-in-out infinite;
}

@media (max-width: 900px) {
  /* Contact Info Mobile Adjustments */
  .contact-info {
    text-align: center;
  }

  .contact-info__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .contact-info__text {
    font-size: 16px; /* 読みやすく */
    text-align: center; /* センター寄せでバランス改善 */
    line-height: 2;
  }

  .contact-info__label {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .contact-info__value {
    text-align: center;
    font-size: 18px; /* 重要情報は大きく */
  }

  /* クジラも中央へ */
  .contact-info__visual {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}

/* Form Area */
.contact-form-area {
  background: #f9f9f9;
  border-radius: var(--bron-radius);
  padding: clamp(32px, 5vw, 56px);
}

/* Contact Form 7 Customization */
.contact-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 24px;
}

.contact-form-wrapper label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background: var(--bron-white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
  outline: none;
  border-color: var(--bron-lime);
  box-shadow: 0 0 0 4px rgba(185, 255, 80, 0.15);
}

.contact-form-wrapper textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form-wrapper input[type="submit"] {
  display: inline-block;
  padding: 18px 56px;
  background: var(--bron-black);
  color: var(--bron-white);
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-form-wrapper input[type="submit"]:hover {
  background: var(--bron-lime);
  color: var(--bron-black);
  transform: translateY(-3px);
}

.contact-form-wrapper .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 6px;
}

.contact-form-wrapper .wpcf7-response-output {
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 14px;
}

/* Bottom Decoration */
.contact-bottom {
  padding: clamp(40px, 6vw, 60px) 0;
  background: var(--bron-black);
}

.contact-bottom__decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.contact-bottom__line {
  width: 80px;
  height: 1px;
  background: rgba(255,255,255,0.2);
}

.contact-bottom__label {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--bron-lime);
  text-transform: uppercase;
}

/* =========================
   PORTFOLIO FLOATING GRID
========================= */
.portfolio-float-section {
  padding: clamp(60px, 8vw, 100px) 0 clamp(80px, 10vw, 140px);
  background: linear-gradient(180deg, var(--bron-white) 0%, #f5f5f5 100%);
  overflow: hidden;
}

.portfolio-float-section__inner {
  width: min(1400px, 94vw);
  margin: 0 auto;
}

.portfolio-float-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.portfolio-float-item {
  --float-duration: 5s;
  --float-delay: 0s;
  --float-x: 0px;
  --float-y: 0px;
  
  flex: 0 0 calc(33.333% - 16px);
  max-width: 380px;
  border-radius: var(--bron-radius);
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
  animation: portfolioFloat var(--float-duration) ease-in-out var(--float-delay) infinite;
  animation-play-state: paused;
}

.portfolio-float-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation-play-state: running;
}

@keyframes portfolioFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(var(--float-x), calc(var(--float-y) * -1)) rotate(1deg);
  }
  50% {
    transform: translate(calc(var(--float-x) * -1), var(--float-y)) rotate(-0.5deg);
  }
  75% {
    transform: translate(var(--float-y), var(--float-x)) rotate(0.5deg);
  }
}

@media (max-width: 1000px) {
  .portfolio-float-item {
    flex: 0 0 calc(50% - 12px);
    max-width: none;
  }
}

@media (max-width: 600px) {
  .portfolio-float-item {
    flex: 0 0 100%;
  }
}

.portfolio-float-item__media {
  position: relative;
  aspect-ratio: 9 / 12;
  overflow: hidden;
  background: #eee;
}

.portfolio-float-item__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-float-item:hover .portfolio-float-item__media::after {
  opacity: 1;
}

.portfolio-float-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-float-item:hover .portfolio-float-item__media img {
  transform: scale(1.08);
}

.portfolio-float-item:hover {
  animation-play-state: paused;
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 80px rgba(0,0,0,0.2);
  z-index: 10;
}

/* =========================
   PORTFOLIO LIGHTBOX
========================= */
.portfolio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.portfolio-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

body.lightbox-open {
  overflow: hidden;
}

.portfolio-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  z-index: 10;
}

.portfolio-lightbox__close:hover {
  background: var(--bron-lime);
  border-color: var(--bron-lime);
}

.portfolio-lightbox__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: var(--bron-white);
  transition: background 0.2s ease;
}

.portfolio-lightbox__close:hover span {
  background: var(--bron-black);
}

.portfolio-lightbox__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.portfolio-lightbox__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.portfolio-lightbox__content {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 90vw;
  max-height: 85vh;
  transform: translateY(30px) scale(0.95);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition-delay: 0.1s;
}

.portfolio-lightbox.is-open .portfolio-lightbox__content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@media (max-width: 900px) {
  .portfolio-lightbox__content {
    flex-direction: column;
    gap: 24px;
    max-height: none;
    padding: 80px 20px 40px;
    overflow-y: auto;
  }
}

.portfolio-lightbox__image {
  flex: 0 0 auto;
  max-width: 50vw;
  max-height: 80vh;
  border-radius: var(--bron-radius);
  overflow: hidden;
  box-shadow: 0 30px 100px rgba(0,0,0,0.5);
}

@media (max-width: 900px) {
  .portfolio-lightbox__image {
    max-width: 100%;
    max-height: 50vh;
  }
}

.portfolio-lightbox__image {
  flex: 1.5;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.portfolio-lightbox__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-lightbox__info {
  flex: 0 0 auto;
  max-width: 360px;
  color: var(--bron-white);
}

@media (max-width: 900px) {
  .portfolio-lightbox__info {
    max-width: 100%;
    text-align: center;
  }
}

.portfolio-lightbox__category {
  display: inline-block;
  padding: 6px 16px;
  background: var(--bron-lime);
  color: var(--bron-black);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 16px;
}

.portfolio-lightbox__title {
  margin: 0 0 24px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}

.portfolio-lightbox__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: transparent;
  border: 2px solid var(--bron-white);
  color: var(--bron-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, gap 0.3s ease;
}

.portfolio-lightbox__link:hover {
  background: var(--bron-lime);
  border-color: var(--bron-lime);
  color: var(--bron-black);
  gap: 16px;
}

.portfolio-lightbox__link span {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.portfolio-lightbox__link:hover span {
  transform: translateX(4px);
}

/* =========================
   TEAM PAGE STYLES
========================= */

/* ─── Hero ─── */
.team-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.team-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.team-hero__bg-img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.3) saturate(0.8);
  transform: scale(1.05);
}

.team-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
}

.team-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.team-hero__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
  color: var(--bron-white);
  text-align: left;
  padding-left: 2vw;
}

.team-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--bron-white);
  z-index: 5;
}

.team-hero__scroll span {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
}

.team-hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--bron-lime), transparent);
  transform-origin: top;
  animation: scrollLine 2s infinite ease-in-out;
}

.team-hero__whale {
  position: absolute;
  right: -5%;
  bottom: 10%;
  width: 30vw;
  max-width: 500px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 2;
  filter: grayscale(1) invert(1);
}

/* ─── Intro ─── */


/* ─── Skills ─── */
.team-skills {
  padding: 120px 0;
  background: #f9f9f9;
}

.team-skills__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
}

.team-skills__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 60px;
}

.skill-card {
  background: var(--bron-white);
  padding: 48px;
  border-radius: var(--bron-radius);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.skill-card__num {
  font-size: 14px;
  font-weight: 900;
  color: var(--bron-lime);
  margin-bottom: 16px;
  font-family: inherit;
}

.skill-card__title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--bron-black);
}

.skill-card__text {
  font-size: 14px;
  color: var(--bron-gray);
  line-height: 1.6;
}

/* ─── Tools ─── */
.team-tools {
  padding: 120px 0;
  background: var(--bron-black);
  color: var(--bron-white);
}

.team-tools__inner {
  width: min(1000px, 90vw);
  margin: 0 auto;
}

.team-tools__list {
  margin-top: 80px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.tool-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: padding 0.3s ease;
  cursor: default;
}

.tool-item:hover {
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(255,255,255,0.03);
}

.tool-item__name {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.tool-item__years {
  font-size: 16px;
  font-weight: 700;
  color: var(--bron-lime);
  text-transform: uppercase;
}

/* ─── Achievements ─── */
.team-achievements {
  padding: 160px 0;
  background: var(--bron-white);
}

.team-achievements__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
}

.achievement-categories {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

.achievement-group__title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--bron-black);
  display: inline-block;
}

.achievement-group__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 24px;
}

.achievement-item {
  padding: 24px;
  background: #fdfdfd;
  border-left: 4px solid #eee;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.achievement-item:hover {
  border-left-color: var(--bron-lime);
  background: #f7f7f7;
}

.achievement-item__cat {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: var(--bron-gray);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.achievement-item__desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--bron-black);
}

/* ─── CTA ─── */
.team-cta {
  padding: 160px 0;
  background: radial-gradient(circle at center, #1a1a1a 0%, #000 100%);
  text-align: center;
  color: var(--bron-white);
}

.team-cta__title {
  font-size: var(--bron-h2);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 60px;
}

/* ─── Tablet / Mobile ─── */
@media (max-width: 980px) {
  .team-intro__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .achievement-group__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .team-intro, .team-skills, .team-tools, .team-achievements, .team-cta {
    padding: 100px 0;
  }
}

/* =========================
   ANIMATIONS
========================= */
.split-rise .char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  animation: riseIn 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: calc(var(--i) * 18ms);
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.typewriter {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.typewriter .char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: twIn 0.45s ease forwards;
  animation-delay: calc(var(--i) * 55ms);
}

@keyframes twIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.reveal-text {
  color: var(--bron-gray);
}

.reveal-text .char {
  color: var(--bron-gray);
  transition: color 0.2s linear;
}

.reveal-text .char.is-on {
  color: var(--bron-black);
}

@media (prefers-reduced-motion: reduce) {
  .about-hero__whale,
  .portfolio-hero__whale,
  .service-intro__whale,
  .contact-info__whale,
  .portfolio-cta__whale,
  .about-hero__scroll-line,
  .service-hero__scroll-line,
  .portfolio-float-item {
    animation: none;
  }
  .split-rise .char,
  .typewriter .char {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.team-intro__label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

/* Team Intro Duo Parallax */
.team-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.team-intro__duo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0; /* Use negative margins for better overlap control */
  margin-bottom: 120px;
  position: relative;
  min-height: 700px;
}

.team-intro__member {
  flex: 0 1 500px;
  position: relative;
  transition: transform 0.8s cubic-bezier(0.2, 0, 0.2, 1);
}

.team-intro__member--1 {
  z-index: 2;
  transform: translate(40px, -30px);
}

.team-intro__member--2 {
  z-index: 1;
  transform: translate(-40px, 60px);
}

.team-intro__member:hover {
  z-index: 5;
  transform: translate(0, 0) scale(1.02);
}

.team-intro__member-img {
  width: 100%;
  border-radius: 20px; /* Sophisticated large radius */
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.1);
}

.team-intro__member img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}

.team-intro__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .team-intro__duo {
    flex-direction: column;
    min-height: auto;
    gap: 60px;
  }
  .team-intro__member {
    flex: 0 1 auto;
    width: 80%;
    margin-left: 0 !important;
    transform: none !important;
  }
}

/* ============================================================
   TEAM Page Enhancements
============================================================ */

.team-marquee {
  width: 100%;
  overflow: hidden;
  background: var(--bron-black);
  padding: 80px 0; /* Slightly more padding */
}

.team-marquee__track {
  display: flex;
  width: max-content;
  gap: 20px; /* Use gap for consistent spacing */
}

.team-marquee__track--1 {
  animation: teamMarquee 40s linear infinite;
  margin-bottom: 20px; /* Gap between rows */
}

.team-marquee__track--2 {
  animation: teamMarquee 50s linear infinite reverse;
}

@keyframes teamMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.team-marquee__item {
  height: 250px;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.team-marquee__item img {
  width: auto;
  height: 100%;
  object-fit: contain;
  opacity: 0.7;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-marquee__item:hover img {
  opacity: 1;
}



/* Skills Icons */
.skill-card__icon {
  font-size: 2.4rem;
  color: var(--bron-lime);
  margin-bottom: 20px;
}

.tool-item i {
  font-size: 1.8rem;
  color: var(--bron-lime);
  margin-right: 15px;
  width: 30px;
  text-align: center;
}

.tool-item__jp {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-left: 8px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.05em;
}

/* Tool Expertise Adjustments */
.team-tools__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.team-tools__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.tool-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 0; /* More air */
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.tool-item:last-child {
  border-bottom: none;
}

.tool-item__years {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bron-dark);
  margin-left: auto;
  opacity: 1; /* More contrast */
}

.tool-item__jp {
  font-size: 0.9rem;
  color: #888;
  margin-left: 16px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0;
}

/* Portfolio Link Button */
.team-portfolio-link {
  margin-top: 60px;
  text-align: center;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .team-marquee__item {
    width: 200px;
    height: 140px;
  }
  .team-tools__inner {
    padding: 0 20px;
  }
}

/* =========================
   SP LAYOUT IMPROVEMENTS
========================= */

/* SP Hero Images - White margin + border-radius */
@media (max-width: 768px) {
  .about-hero,
  .service-hero,
  .contact-hero,
  .portfolio-hero-full,
  .team-hero {
    margin: 16px;
    margin-top: calc(-90px + 16px);
    border-radius: var(--bron-radius);
    min-height: calc(100vh - 32px);
  }
  
  .about-hero__bg,
  .service-hero__bg,
  .contact-hero__bg,
  .portfolio-hero-full__bg,
  .team-hero__bg {
    border-radius: var(--bron-radius);
  }
  
  .about-hero__bg-img,
  .service-hero__bg-img,
  .contact-hero__bg-img,
  .portfolio-hero-full__bg-img,
  .team-hero__bg-img {
    border-radius: var(--bron-radius);
  }
  
  .about-hero__overlay,
  .service-hero__overlay,
  .contact-hero__overlay,
  .portfolio-hero-full__overlay,
  .team-hero__overlay {
    border-radius: var(--bron-radius);
  }
}

/* Mobile Menu Close Button - Fixed position on scroll */
@media (max-width: 768px) {
  .btn-menu {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9999;
  }
  
  body.admin-bar .btn-menu {
    top: 62px;
  }
}

/* Footer CTA Font Size Adjustments */
.service-cta__title {
  font-size: clamp(28px, 5vw, var(--bron-h2));
}

.service-cta__text {
  font-size: clamp(14px, 1.2vw, var(--bron-body));
}

.service-cta__eyebrow {
  font-size: clamp(11px, 1vw, 13px);
}

@media (max-width: 768px) {
  .service-cta__title {
    font-size: clamp(24px, 6vw, 32px);
  }
  
  .service-cta__text {
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 1.6;
  }
  
  .service-cta__btn {
    padding: 16px 40px;
    font-size: 14px;
  }
}

/* =========================
   PRICE PAGE STYLES
========================= */

/* Price Page Body */
.fixed-price-page {
  color: var(--bron-black);
  background: var(--bron-white);
  overflow-x: hidden;
}

/* Price Hero */
.price-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -90px;
  padding-top: 90px;
}

.price-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.price-hero__bg-img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.3) saturate(0.8);
  transform: scale(1.05);
}

.price-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
}

.price-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.price-hero__inner {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  color: var(--bron-white);
}

.price-hero__label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  justify-content: center;
  color: var(--bron-lime);
}

.price-hero__label-text {
  color: var(--bron-lime);
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.9rem;
}

.price-hero__label-line {
  flex: 0 0 40px;
  height: 1px;
  background-color: var(--bron-lime);
}

.price-hero__title {
  margin: 0 0 40px;
}

.price-hero__title-line {
  display: block;
  font-size: var(--bron-h1);
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  line-height: var(--bron-tight);
  letter-spacing: -0.04em;
  color: var(--bron-white) !important;
}

.price-hero__lead {
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  opacity: 0.9;
  letter-spacing: 0.15em;
}

.price-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--bron-white);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
  z-index: 3;
}

.price-hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, var(--bron-white) 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}

.price-hero__whale {
  position: absolute;
  right: -5%;
  bottom: 5%;
  width: clamp(250px, 35vw, 500px);
  opacity: 0.15;
  z-index: 1;
  animation: floatWhale 8s ease-in-out infinite;
}

.price-hero__whale img {
  width: 100%;
  height: auto;
  filter: brightness(1.2);
}

/* Price Intro */
.price-intro {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--bron-white);
}

.price-intro__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 6vw;
  text-align: center;
}

.price-intro__content p {
  font-size: var(--bron-body);
  line-height: 2;
  color: #333;
}

/* Price Section */
.price-section {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--bron-white);
}

.price-section--alt {
  background: #f8f8f8;
}

.price-section__header {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto clamp(40px, 5vw, 60px);
  padding: 0 6vw;
}

.price-section__number {
  font-size: clamp(48px, 8vw, 100px);
  font-weight: 900;
  color: rgba(0,0,0,0.05);
  line-height: 1;
  font-family: 'Outfit', sans-serif;
}

.price-section__label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-section__en {
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 0.2em;
  color: var(--bron-lime);
  font-weight: 700;
  text-transform: uppercase;
}

.price-section__jp {
  font-size: var(--bron-body);
  color: #333;
}

.price-section__icon {
  margin-left: auto;
  font-size: clamp(32px, 5vw, 48px);
  color: var(--bron-lime);
  opacity: 0.6;
}

/* Price Table */
.price-table-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 6vw;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bron-white);
  border-radius: var(--bron-radius);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.price-table thead {
  background: var(--bron-dark);
  color: var(--bron-white);
}

.price-table th {
  padding: 20px 24px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.price-table td {
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
  font-size: var(--bron-body);
}

.price-table tbody tr:last-child td {
  border-bottom: none;
}

.price-table tbody tr:hover {
  background: rgba(185, 255, 80, 0.05);
}

.plan-name {
  font-weight: 700;
  color: #111;
}

.plan-price {
  font-weight: 800;
  /* color: var(--bron-lime); */
  font-size: clamp(18px, 2vw, 24px) !important;
  font-family: 'Outfit', sans-serif;
  white-space: nowrap;
}

.price-note {
  max-width: 1000px;
  margin: 24px auto 0;
  padding: 0 6vw;
  font-size: var(--bron-small);
  color: #666;
  line-height: 1.8;
}

/* Price Table Compact */
.price-table--compact {
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.price-table--compact td {
  padding: 16px 24px;
}

/* Price Subsection */
.price-subsection {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 6vw;
}

.price-subsection__title {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  color: #111;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.price-subsection__title i {
  color: var(--bron-lime);
}

/* Price Cards Grid */
.price-cards-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6vw;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.price-card {
  background: var(--bron-white);
  border-radius: var(--bron-radius);
  padding: 32px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 50px rgba(0,0,0,0.12);
}

.price-card__icon {
  font-size: 32px;
  color: var(--bron-lime);
  margin-bottom: 16px;
}

.price-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px;
}

.price-card__price {
  font-size: 24px;
  font-weight: 800;
  /* color: var(--bron-lime); */
  font-family: 'Outfit', sans-serif;
  margin: 0 0 12px;
}

.price-card__desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Price Page Mobile */
@media (max-width: 768px) {
  .price-hero {
    margin: 16px;
    margin-top: calc(-90px + 16px);
    border-radius: var(--bron-radius);
    min-height: calc(100vh - 32px);
  }
  
  .price-hero__bg,
  .price-hero__bg-img,
  .price-hero__overlay {
    border-radius: var(--bron-radius);
  }
  
  .price-section__header {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .price-section__icon {
    display: none;
  }
  
  .price-table {
    font-size: 14px;
  }
  
  .price-table th,
  .price-table td {
    padding: 14px 16px;
  }
  
  .price-table th:last-child,
  .price-table td:last-child {
    display: none;
  }
  
  .price-cards-grid {
    grid-template-columns: 1fr;
  }
  
  .price-card {
    padding: 24px;
  }
}
@charset "UTF-8";

:root {
  --bron-lime: #b9ff50;
  --bron-white: #fff;
  --bron-gray: #888;
  --bron-dark: #111;
  --bron-black: #000;

  --bron-radius: 20px;
  --bron-radius-lg: 32px;

  --bron-radius: 20px;
  --bron-radius-lg: 32px;

  /* Fonts Unified with TOP Page (home.css) */
  --bron-h1: clamp(3.8rem, 5.5vw, 5.2rem); /* Hero Copy Size */
  --bron-h2: clamp(2.1rem, 5vw, 3.4rem);   /* Section Title Size */
  --bron-h3: clamp(1.5rem, 3vw, 2.2rem);
  --bron-body: clamp(0.98rem, 1.4vw, 1.08rem);
  --bron-small: clamp(0.85rem, 1.1vw, 0.95rem);

  --bron-tight: 1.1;
  --bron-relaxed: 1.9;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Disable smooth scroll on mobile to prevent parallax stutter */
@media (max-width: 768px) {
  html {
    scroll-behavior: auto;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   COMMON FIXED PAGE STYLES
========================= */
.fixed-about-page,
.fixed-service-page,
.fixed-contact-page,
.fixed-portfolio-page,
.fixed-team-page,
.fixed-price-page {
  color: var(--bron-black);
  background: var(--bron-white);
  overflow-x: hidden;
}

/* Hide WP Admin Bar Gap on Fixed Pages */
/* .fixed-about-page #wpadminbar,
.fixed-service-page #wpadminbar,
.fixed-contact-page #wpadminbar,
.fixed-portfolio-page #wpadminbar {
  display: none !important;
} */

/* .fixed-about-page html,
.fixed-service-page html,
.fixed-contact-page html,
.fixed-portfolio-page html {
  margin-top: 0 !important;
} */

/* Fix Header Overlap with WP Admin Bar */
body.admin-bar .header-bar {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header-bar {
    top: 46px !important;
  }
}

/* Header Overlay for Fixed Pages */
.header-bar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent; /* Allow JS to handle transition */
  border-bottom: none !important;
  transition: background 0.4s ease;
  z-index: 2000;
  padding-top: 10px; /* Match TOP page spacing */
}

/* Fallback for JS-disabled or specific scroll states */
.header-bar.scrolled {
  background: rgba(0, 0, 0, 0.85) !important;
  padding-top: 10px;
}

.header-menu a {
  color: var(--bron-white) !important;
  transition: color 0.3s ease;
}

.header-bar.scrolled .header-menu a:hover {
  color: var(--bron-lime) !important;
}

.btn-menu span {
  background: var(--bron-white) !important;
}

.header-logo img {
  /* Logo keeps original colors - no filter */
}

/* =========================
   ABOUT PAGE - PREMIUM DESIGN
========================= */

/* ─── Hero ─── */
.about-hero,
.service-hero,
.contact-hero,
.portfolio-hero-full,
.team-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Pull hero behind header like TOP page */
  margin-top: -90px;
  padding-top: 90px;
}

.about-hero__bg,
.service-hero__bg,
.contact-hero__bg,
.portfolio-hero-full__bg,
.team-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.about-hero__bg-img,
.service-hero__bg-img,
.contact-hero__bg-img,
.portfolio-hero-full__bg-img,
.team-hero__bg-img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.3) saturate(0.8);
  transform: scale(1.05);
}

.about-hero__blobs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.about-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: blobFloat 20s infinite alternate ease-in-out;
}

.about-hero__blob--1 {
  width: 40vw;
  height: 40vw;
  background: var(--bron-lime);
  top: -10%;
  left: -10%;
}

.about-hero__blob--2 {
  width: 30vw;
  height: 30vw;
  background: #444;
  bottom: -5%;
  right: -5%;
  animation-delay: -5s;
}

@keyframes blobFloat {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  50% { transform: translate(5%, 10%) rotate(5deg) scale(1.1); }
  100% { transform: translate(-5%, 5%) rotate(-5deg) scale(0.9); }
}

.about-hero__overlay,
.service-hero__overlay,
.contact-hero__overlay,
.portfolio-hero-full__overlay,
.team-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
}

.about-hero__content,
.service-hero__content,
.contact-hero__content,
.portfolio-hero-full__content,
.team-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.about-hero__title,
.service-hero__title,
.contact-hero__title,
.portfolio-hero-full__title {
  margin: 0 0 40px;
}

.about-hero__title span,
.about-hero__title-line,
.service-hero__title span,
.service-hero__title-line,
.contact-hero__title span,
.portfolio-hero-full__title span,
.team-hero__title span,
.team-hero__title-line {
  display: block;
  font-size: var(--bron-h1);
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  line-height: var(--bron-tight);
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--bron-white) !important; /* Force white for visibility */
}

/* Ensure animated characters inherit the forced white color */
.about-hero__title .char,
.service-hero__title .char,
.team-hero__title .char,
.portfolio-hero-full__title .char {
  color: inherit;
}

.title-offset--1 { margin-left: 0; }
.title-offset--2 { margin-left: 10%; }
.title-offset--3 { margin-left: 20%; }

@media (max-width: 768px) {
  .title-offset--2 { margin-left: 5%; }
  .title-offset--3 { margin-left: 10%; }
}

.about-hero__lead,
.service-hero__lead,
.contact-hero__lead,
.portfolio-hero-full__lead,
.team-hero__lead {
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  opacity: 0.9;
  letter-spacing: 0.15em;
}

.service-hero__inner {
  text-align: center; /* Center content for Service */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-hero__lead {
  max-width: 800px;
  margin: 0 auto;
}

.about-hero__label,
.service-hero__label,
.team-hero__label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  justify-content: center;
  color: var(--bron-lime); /* Ensure labels are clearly visible */
}

.about-hero__label-text,
.service-hero__label-text,
.team-hero__label-text {
  color: #b9ff50;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.9rem;
}

.about-hero__label-line,
.service-hero__label-line,
.team-hero__label-line {
  flex: 0 0 40px;
  height: 1px;
  background-color: #b9ff50;
}

@media (max-width: 768px) {
  .about-hero__lead,
  .service-hero__lead,
  .contact-hero__lead,
  .portfolio-hero-full__lead {
    font-size: clamp(20px, 5vw, 24px);
    line-height: 1.4;
  }
}

.about-hero__inner,
.service-hero__inner,
.team-hero__inner,
.contact-hero__inner,
.portfolio-hero-full__inner {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
   ANIMATIONS & REVEALS
========================= */

[data-typewriter="true"] {
  opacity: 0; /* JS handles visibility */
}

[data-typewriter="true"].typewriter {
  opacity: 1;
}

[data-split="rise"] {
  overflow: hidden;
  line-height: 1.2;
}

.split-rise .char {
  display: inline-block;
  transform: translateY(110%);
  animation: charRise 0.8s cubic-bezier(0.2, 0, 0.2, 1) forwards;
  animation-delay: calc(var(--i) * 0.05s);
}

@keyframes charRise {
  to { transform: translateY(0); }
}

[data-split="reveal"] {
  opacity: 0;
}

.reveal-text.reveal-text {
  opacity: 1;
}

.reveal-text .char {
  opacity: 0.2;
  transition: opacity 0.5s ease;
}

.reveal-text .char.is-on {
  opacity: 1;
}

.char {
  display: inline-block;
  white-space: pre;
}

[data-reveal-text] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

[data-reveal-text].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.team-hero__inner,
.portfolio-hero-full__inner,
.contact-hero__inner {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  color: var(--bron-white);
  padding: 0;
  z-index: 5; /* Ensure content is above any background overlays */
}

.portfolio-hero-full__label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  justify-content: center;
}

.portfolio-hero-full__lead,
.contact-hero__lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.portfolio-hero-full__lead,
.contact-hero__lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.service-hero {
  text-align: left;
}

.service-hero__lead {
  margin: 0;
  max-width: 900px;
}

.about-hero__title-line:nth-child(2) {
  margin-left: 8vw;
}

.about-hero__title-line:nth-child(3) {
  margin-left: 16vw;
}

.about-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--bron-white);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
  z-index: 3;
}

.about-hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, var(--bron-white) 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 0.6; }
  50% { transform: scaleY(0.6); opacity: 1; }
}

.about-hero__whale {
  position: absolute;
  right: -5%;
  bottom: 5%;
  width: clamp(250px, 35vw, 500px);
  opacity: 0.15;
  z-index: 1;
  animation: floatWhale 8s ease-in-out infinite;
}

.about-hero__whale img {
  width: 100%;
  height: auto;
  filter: brightness(1.2);
}

@keyframes floatWhale {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-30px) rotate(0deg); }
}

/* ─── Block Sections (MISSION / VISION) ─── */
.about-block {
  position: relative;
  padding: clamp(100px, 12vw, 180px) 0;
  overflow: hidden;
}

/* MISSION - Full Width Style */
.about-section-full {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--bron-white);
}

.about-section-full__header {
  width: min(1200px, 90vw);
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.about-section-full__number {
  font-size: clamp(60px, 10vw, 120px);
  font-weight: 900;
  color: rgba(0,0,0,0.05);
  line-height: 1;
}

.about-section-full__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-section-full__en {
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 0.3em;
  color: var(--bron-lime);
  font-weight: 700;
}

.about-section-full__jp {
  font-size: 14px;
  color: var(--bron-gray);
}

.about-fullwidth-image {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  margin-bottom: 80px;
}

.about-fullwidth-image__parallax {
  position: absolute;
  inset: -100px 0;
}

.about-fullwidth-image__parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-fullwidth-image__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

.about-fullwidth-image__text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--bron-white);
  z-index: 2;
}

.about-fullwidth-image__text h2 {
  font-size: clamp(32px, 6vw, 80px);
  font-weight: 900;
  line-height: 1.2;
}

.about-section-full__content {
  width: min(1000px, 90vw);
  margin: 0 auto;
}

.about-section-full__body {
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 2;
  color: #333;
}

/* VISION - Multi Image Layout */
.about-section-multi {
  padding: clamp(100px, 12vw, 180px) 0;
  background: #f8f8f8;
}

.about-section-multi__header {
  width: min(1200px, 90vw);
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.about-section-multi__number {
  font-size: clamp(60px, 10vw, 120px);
  font-weight: 900;
  color: rgba(0,0,0,0.05);
  line-height: 1;
}

.about-section-multi__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-section-multi__en {
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 0.3em;
  color: var(--bron-lime);
  font-weight: 700;
}

.about-section-multi__jp {
  font-size: 14px;
  color: var(--bron-gray);
}

.about-section-multi__layout {
  width: min(1400px, 94vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

@media (max-width: 1000px) {
  .about-section-multi__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.about-section-multi__title {
  font-size: var(--bron-h2);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 32px;
}

.about-section-multi__body {
  font-size: var(--bron-body);
  line-height: 1.9;
  color: #444;
}

.about-image-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.about-image-grid__item {
  border-radius: var(--bron-radius);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.about-image-grid__item--1 {
  grid-row: span 2;
}

.about-image-grid__item--2 {
  margin-top: 40px;
}

.about-image-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About Marquee */
.about-marquee {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  background: var(--bron-white);
}

.about-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
}

.about-marquee__item {
  width: clamp(250px, 30vw, 450px);
  aspect-ratio: 16 / 10;
  margin-right: 24px;
  border-radius: var(--bron-radius);
  overflow: hidden;
}

.about-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ─── Values Grid ─── */
.about-values {
  position: relative;
  padding: clamp(100px, 12vw, 180px) 0;
  background: var(--bron-dark);
  color: var(--bron-white);
  overflow: hidden;
}

.about-values__bg {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 80% 50% at 20% 20%, rgba(185, 255, 80, 0.08), transparent),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(185, 255, 80, 0.05), transparent);
  pointer-events: none;
}

.about-values__bg-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(200px, 30vw, 600px);
  font-weight: 900;
  color: rgba(255,255,255,0.025);
  line-height: 1;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.about-values__header {
  width: min(1200px, 90vw);
  margin: 0 auto clamp(60px, 8vw, 100px);
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.about-values__number {
  font-size: clamp(80px, 12vw, 160px);
  font-weight: 900;
  line-height: 0.8;
  color: rgba(255,255,255,0.05);
}

.about-values__label {
  padding-top: 20px;
}

.about-values__label-en {
  display: block;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--bron-lime);
  font-weight: 700;
  margin-bottom: 12px;
}

.about-values__label-jp {
  font-size: var(--bron-body);
  color: rgba(255,255,255,0.7);
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 60px);
  width: min(1200px, 90vw);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.about-values__grid > *:nth-child(even) {
  margin-top: clamp(0px, 10vw, 120px);
}

.about-values__grid > *:nth-child(odd) {
  margin-bottom: clamp(0px, 10vw, 120px);
}

@media (max-width: 768px) {
  .about-values__grid {
    grid-template-columns: 1fr;
  }
  .about-values__header {
    flex-direction: column;
    gap: 16px;
  }
}

.about-value-card {
  position: relative;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: var(--bron-radius);
  padding: clamp(32px, 5vw, 64px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.about-value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouseX, 50%) var(--mouseY, 50%), rgba(185, 255, 80, 0.1), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.about-value-card:hover {
  transform: translateY(-16px) scale(1.02);
  background: rgba(255,255,255,0.05);
  border-color: var(--bron-lime);
  box-shadow: 0 40px 100px rgba(0,0,0,0.4);
}

.about-value-card:hover::before {
  opacity: 1;
}

.about-value-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(30px, 4vw, 50px);
}

.about-value-card__num {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  color: var(--bron-white);
  line-height: 1;
  opacity: 0.1;
  transition: all 0.5s ease;
}

.about-value-card:hover .about-value-card__num {
  opacity: 0.8;
  color: var(--bron-lime);
}

.about-value-card__tag {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--bron-lime);
  border: 1px solid rgba(185, 255, 80, 0.3);
  padding: 4px 12px;
  border-radius: 99px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-value-card__title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px;
  color: var(--bron-white);
}

.about-value-card__text {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.8;
  color: rgba(255,255,255,0.6);
  transition: color 0.5s ease;
}

.about-value-card:hover .about-value-card__text {
  color: rgba(255,255,255,0.9);
}

.about-value-card__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--bron-lime);
  transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.about-value-card:hover .about-value-card__line {
  width: 100%;
}

/* ─── About CTA ─── */
.about-cta {
  position: relative;
  padding: clamp(120px, 15vw, 200px) 0;
  overflow: hidden;
}

.about-cta__bg {
  position: absolute;
  inset: 0;
}

.about-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.25);
}

.about-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
}

.about-cta__inner {
  position: relative;
  z-index: 2;
  width: min(900px, 90vw);
  margin: 0 auto;
  text-align: center;
  color: var(--bron-white);
}

.about-cta__eyebrow {
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--bron-lime);
  margin: 0 0 20px;
  text-transform: uppercase;
}

.about-cta__title {
  margin: 0 0 40px;
  font-size: var(--bron-h2);
  font-weight: 800;
  line-height: 1.3;
}

.about-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 56px;
  background: var(--bron-lime);
  color: var(--bron-black);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.3s ease, gap 0.3s ease;
}

.about-cta__btn:hover {
  transform: translateY(-4px);
  gap: 24px;
}

.about-cta__btn-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.about-cta__btn:hover .about-cta__btn-arrow {
  transform: translateX(4px);
}

/* =========================
   SERVICE PAGE - PREMIUM DESIGN
========================= */

/* ─── Service Hero ─── */
.service-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.service-hero__bg-img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.25) saturate(0.8);
  transform: scale(1.05);
}

.service-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
}

.service-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.service-hero__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
  text-align: center;
  color: var(--bron-white);
}

.service-hero__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

.service-hero__label-line {
  width: 40px;
  height: 1px;
  background: var(--bron-lime);
}

.service-hero__label-text {
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--bron-lime);
  font-weight: 600;
}

.service-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--bron-white);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
  z-index: 3;
}

.service-hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, var(--bron-white) 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* =========================
   SERVICE PAGE - PREMIUM DESIGN
========================= */

/* ─── Service Hero (already defined in portfolio/about style above) ─── */

/* ─── Service Intro Visual ─── */
.service-intro-visual {
  padding: clamp(100px, 15vw, 200px) 0;
  background: var(--bron-white);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
  width: min(1400px, 94vw);
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .service-intro-visual {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.service-intro-visual__images {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-intro-visual__img {
  border-radius: var(--bron-radius);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.service-intro-visual__img--1 { grid-row: span 2; }
.service-intro-visual__img--2 { margin-top: 40px; }
.service-intro-visual__img img { width: 100%; height: 100%; object-fit: cover; }

.service-intro-visual__text {
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.8;
  color: #333;
  margin: 0;
  font-weight: 500;
}

/* ─── Service Showcase ─── */
.service-showcase {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background: #f5f5f5;
}

.service-showcase__track {
  display: flex;
  gap: 40px;
  padding: 0 40px;
  animation: showcaseScroll 60s linear infinite;
}

@keyframes showcaseScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-100% / 2)); }
}

.service-showcase__item {
  flex: 0 0 clamp(400px, 50vw, 700px);
  aspect-ratio: 16 / 9;
  border-radius: var(--bron-radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.15);
}

.service-showcase__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ─── Service List V2 ─── */
.service-list-v2 {
  background: var(--bron-white);
}

/* Service Block Fullwidth */
.service-block--fullwidth {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.service-block__bg {
  position: absolute;
  inset: -10% 0;
  z-index: 1;
}

.service-block__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.service-block__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
}

.service-block__content {
  position: relative;
  z-index: 2;
  width: min(1000px, 90vw);
  margin: 0 auto;
  color: var(--bron-white);
  text-align: center;
}

.service-block__number {
  font-size: clamp(80px, 12vw, 160px);
  font-weight: 900;
  color: transparent; /* Changed from rgba(185, 255, 80, 0.2) */
  -webkit-text-stroke: 1px rgba(185, 255, 80, 0.8); /* Added */
  line-height: 1;
  margin-bottom: 20px;
}

.service-block__category {
  display: inline-block;
  padding: 6px 16px;
  background: var(--bron-lime);
  color: var(--bron-black);
  font-size: 11px;
  font-weight: 800;
  border-radius: 999px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.service-block__title {
  font-size: var(--bron-h2);
  font-weight: 800;
  margin-bottom: 24px;
}

.service-block__desc {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 32px;
}

.service-block__tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.service-block__tags li {
  font-size: 13px;
  padding: 8px 20px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
}

/* Service Dual */
.service-dual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: #eee;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

@media (max-width: 900px) {
  .service-dual {
    grid-template-columns: 1fr;
  }
}

.service-dual__item {
  background: var(--bron-white);
  display: flex;
  flex-direction: column;
}

.service-dual__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.service-dual__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-dual__item:hover .service-dual__media img {
  transform: scale(1.05);
}

.service-dual__content {
  padding: clamp(40px, 6vw, 80px);
}

.service-dual__number {
  font-size: 40px;
  font-weight: 900;
  color: #eee;
  margin-bottom: 16px;
}

.service-dual__title {
  font-size: var(--bron-h3);
  font-weight: 800;
  margin-bottom: 16px;
}

/* Service Block Wide */
.service-block--wide {
  padding: clamp(80px, 10vw, 140px) 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  width: min(1400px, 94vw);
  margin: 0 auto;
  align-items: center;
}

@media (max-width: 1000px) {
  .service-block--wide {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.service-block__img-wrapper {
  border-radius: var(--bron-radius-lg);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.1);
}

.service-block__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ─── Service Process ─── */
.service-process {
  padding: clamp(100px, 12vw, 160px) 0;
  background: var(--bron-dark);
  color: var(--bron-white);
}

.service-process__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
}

.service-process__header {
  text-align: center;
  margin-bottom: clamp(60px, 8vw, 100px);
}

.service-process__label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--bron-lime);
  margin-bottom: 16px;
}

.service-process__title {
  margin: 0;
  font-size: var(--bron-h2);
  font-weight: 700;
}

.service-process__steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 900px) {
  .service-process__steps {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .service-process__step-arrow {
    display: none;
  }
  .service-process__step {
    max-width: none;
    text-align: left;
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 32px 24px;
    background: rgba(255,255,255,0.02);
  }
  .service-process__step-num {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1;
    opacity: 0.5;
  }
}

.service-process__step {
  flex: 1;
  max-width: 220px;
  padding: 32px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--bron-radius);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.service-process__step:hover {
  transform: translateY(-8px);
  border-color: var(--bron-lime);
}

.service-process__step-num {
  font-size: 32px;
  font-weight: 900;
  color: var(--bron-lime);
  margin-bottom: 20px;
  line-height: 1;
}

.service-process__step-body {
  flex: 1;
}

.service-process__step-title {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 800;
  letter-spacing: 0.05em;
}

.service-process__step-text {
  margin: 0;
  font-size: var(--bron-small);
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}

.service-process__step-arrow {
  flex: 0 0 auto;
  font-size: 24px;
  color: rgba(255,255,255,0.2);
  padding-top: 60px;
}

/* ─── Service CTA ─── */
.service-cta {
  position: relative;
  padding: clamp(120px, 15vw, 200px) 0;
  overflow: hidden;
}

.service-cta__bg {
  position: absolute;
  inset: 0;
}

.service-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.2);
}

.service-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
}

.service-cta__inner {
  position: relative;
  z-index: 2;
  width: min(900px, 90vw);
  margin: 0 auto;
  text-align: center;
  color: var(--bron-white);
}

.service-cta__eyebrow {
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--bron-lime);
  margin: 0 0 20px;
  text-transform: uppercase;
}

.service-cta__title {
  margin: 0 0 24px;
  font-size: var(--bron-h2);
  font-weight: 800;
  line-height: 1.3;
}

.service-cta__text {
  margin: 0 0 40px;
  font-size: var(--bron-body);
  line-height: 1.8;
  opacity: 0.8;
}

.service-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 56px;
  background: var(--bron-lime);
  color: var(--bron-black);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.3s ease, gap 0.3s ease;
}

.service-cta__btn:hover {
  transform: translateY(-4px);
  gap: 24px;
}

.service-cta__btn-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.service-cta__btn:hover .service-cta__btn-arrow {
  transform: translateX(4px);
}

/* =========================
   PORTFOLIO PAGE - PREMIUM DESIGN
========================= */

/* ─── Hero (100vh) ─── */
.portfolio-hero-full {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.portfolio-hero-full__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.portfolio-hero-full__bg-img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.25) saturate(0.8);
  transform: scale(1.05);
}

.portfolio-hero-full__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
}

.portfolio-hero-full__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.portfolio-hero-full__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
  text-align: center;
  color: var(--bron-white);
  padding-left: 0; /* Override common left padding */
}

.portfolio-hero-full__lead {
  margin: 0 auto;
  max-width: 800px;
}

/* Consolidated in common label block at the top */


.portfolio-hero-full__label-line {
  width: 40px;
  height: 1px;
  background: var(--bron-lime);
}

.portfolio-hero-full__label-text {
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--bron-lime);
  font-weight: 600;
}

/* Consolidated in hero-typography block at the top */


.portfolio-hero-full__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--bron-white);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
  z-index: 3;
}

.portfolio-hero-full__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, var(--bron-white) 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}

.portfolio-hero-full__whale {
  position: absolute;
  right: -5%;
  bottom: 5%;
  width: clamp(250px, 35vw, 500px);
  opacity: 0.15;
  z-index: 1;
  animation: floatWhale 8s ease-in-out infinite;
}

/* ─── Intro ─── */
.portfolio-intro-full {
  padding: clamp(80px, 12vw, 160px) 0;
  background: var(--bron-white);
}

.portfolio-intro-full__inner {
  width: min(1000px, 90vw);
  margin: 0 auto;
  position: relative;
}

.portfolio-intro-full__number {
  position: absolute;
  top: -60px;
  left: -40px;
  font-size: clamp(80px, 15vw, 200px);
  font-weight: 900;
  color: rgba(0,0,0,0.03);
  z-index: 0;
}

.portfolio-intro-full__text {
  position: relative;
  z-index: 1;
  font-size: clamp(18px, 2.5vw, 28px);
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-weight: 500;
}

/* ─── Gallery ─── */
.portfolio-gallery {
  padding-bottom: 120px;
  background: var(--bron-white);
}

.portfolio-row {
  margin-bottom: 40px;
}

.portfolio-row--featured {
  display: flex;
  gap: 40px;
  width: min(1400px, 94vw);
  margin: 0 auto 40px;
}

.portfolio-row--reverse {
  flex-direction: row-reverse;
}

.portfolio-card {
  position: relative;
  border-radius: var(--bron-radius-lg);
  overflow: hidden;
  cursor: pointer;
  background: #f9f9f9;
}

.portfolio-card--large {
  flex: 1.5;
}

.portfolio-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.portfolio-card--small {
  flex: 1;
}

.portfolio-card__media {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.portfolio-card--large .portfolio-card__media {
  aspect-ratio: 4 / 3;
}

.portfolio-card--small .portfolio-card__media {
  aspect-ratio: 16 / 10;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.portfolio-card:hover img {
  transform: scale(1.08);
}

.portfolio-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.portfolio-card:hover .portfolio-card__overlay {
  opacity: 1;
}

.portfolio-card__view {
  color: var(--bron-lime);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid var(--bron-lime);
  padding: 12px 32px;
  border-radius: 999px;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.portfolio-card:hover .portfolio-card__view {
  transform: translateY(0);
}

.portfolio-card__info {
  padding: 24px 0 0;
}

.portfolio-card__category {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--bron-lime);
  margin-bottom: 8px;
  font-weight: 600;
}

.portfolio-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

/* Scroll Row */
.portfolio-row--scroll {
  width: 100%;
  overflow-x: auto;
  padding: 40px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.portfolio-row--scroll::-webkit-scrollbar {
  display: none;
}

.portfolio-scroll-track {
  display: flex;
  gap: 32px;
  padding: 0 max(3vw, calc((100vw - 1400px) / 2));
}

.portfolio-scroll-item {
  flex: 0 0 clamp(300px, 40vw, 500px);
  cursor: pointer;
}

.portfolio-scroll-item__media {
  border-radius: var(--bron-radius);
  overflow: hidden;
  margin-bottom: 16px;
  aspect-ratio: 16 / 9;
}

.portfolio-scroll-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.portfolio-scroll-item:hover img {
  transform: scale(1.05);
}

/* Grid Row */
.portfolio-row--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  width: 100%;
  margin: 120px 0 0;
}

.portfolio-grid-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
}

.portfolio-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.portfolio-grid-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

.portfolio-grid-item__overlay {
  position: absolute;
  inset: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.portfolio-grid-item:hover .portfolio-grid-item__overlay {
  opacity: 1;
}

/* CTA Full */
.portfolio-cta-full {
  position: relative;
  padding: clamp(120px, 15vw, 200px) 0;
  overflow: hidden;
}

.portfolio-cta-full__bg {
  position: absolute;
  inset: 0;
}

.portfolio-cta-full__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.25);
}

.portfolio-cta-full__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
}

.portfolio-cta-full__inner {
  position: relative;
  z-index: 2;
  width: min(900px, 90vw);
  margin: 0 auto;
  text-align: center;
  color: var(--bron-white);
}

.portfolio-cta-full__eyebrow {
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--bron-lime);
  margin: 0 0 20px;
  text-transform: uppercase;
}

.portfolio-cta-full__title {
  margin: 0 0 24px;
  font-size: var(--bron-h2);
  font-weight: 800;
  line-height: 1.3;
}

.portfolio-cta-full__text {
  margin: 0 0 40px;
  font-size: var(--bron-body);
  line-height: 1.8;
  opacity: 0.8;
}

.portfolio-cta-full__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 56px;
  background: var(--bron-lime);
  color: var(--bron-black);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.3s ease, gap 0.3s ease;
}

.portfolio-cta-full__btn:hover {
  transform: translateY(-4px);
  gap: 24px;
}

.portfolio-cta-full__btn-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.portfolio-cta-full__btn:hover .portfolio-cta-full__btn-arrow {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .portfolio-row--featured,
  .portfolio-row--reverse {
    flex-direction: column;
    width: 92vw;
  }
  .portfolio-row--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* =========================
   CONTACT PAGE
========================= */

/* Hero */
.contact-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: clamp(120px, 15vw, 180px) 0 clamp(60px, 8vw, 100px);
  overflow: hidden;
}

.contact-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero__bg-image {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.35);
}

.contact-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 100%);
}

.contact-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1100px, 92vw);
  margin: 0 auto;
  color: var(--bron-white);
  text-align: center;
}

.contact-hero__eyebrow {
  margin: 0 0 16px;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bron-lime);
}

.contact-hero__title {
  margin: 0 0 24px;
  font-size: clamp(48px, 8vw, 90px);
  line-height: 1.05;
  font-weight: 800;
}

.contact-hero__lead {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  opacity: 0.9;
}

/* Main Section */
.contact-main {
  padding: clamp(80px, 10vw, 120px) 0;
  background: var(--bron-white);
}

.contact-main__inner {
  width: min(1100px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
}

@media (max-width: 900px) {
  .contact-main__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

/* Info Side */
.contact-info {
  position: relative;
}

.contact-info__block {
  margin-bottom: 36px;
}

.contact-info__title {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.2;
}

.contact-info__text {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #444;
}

.contact-info__label {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bron-lime);
  font-weight: 700;
}

.contact-info__value {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.contact-info__value a {
  color: var(--bron-black);
  text-decoration: none;
  border-bottom: 2px solid var(--bron-lime);
  transition: border-color 0.2s;
}

.contact-info__value a:hover {
  border-color: var(--bron-black);
}

.contact-info__visual {
  margin-top: 40px;
}

.contact-info__whale {
  width: 100%;
  max-width: 250px;
  opacity: 0.5;
  animation: floatWhale 7s ease-in-out infinite;
}

/* Form Area */
.contact-form-area {
  background: #f9f9f9;
  border-radius: var(--bron-radius);
  padding: clamp(32px, 5vw, 56px);
}

/* Contact Form 7 Customization */
.contact-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 24px;
}

.contact-form-wrapper label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background: var(--bron-white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
  outline: none;
  border-color: var(--bron-lime);
  box-shadow: 0 0 0 4px rgba(185, 255, 80, 0.15);
}

.contact-form-wrapper textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form-wrapper input[type="submit"] {
  display: inline-block;
  padding: 18px 56px;
  background: var(--bron-black);
  color: var(--bron-white);
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-form-wrapper input[type="submit"]:hover {
  background: var(--bron-lime);
  color: var(--bron-black);
  transform: translateY(-3px);
}

.contact-form-wrapper .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 6px;
}

.contact-form-wrapper .wpcf7-response-output {
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 14px;
}

/* Bottom Decoration */
.contact-bottom {
  padding: clamp(40px, 6vw, 60px) 0;
  background: var(--bron-black);
}

.contact-bottom__decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.contact-bottom__line {
  width: 80px;
  height: 1px;
  background: rgba(255,255,255,0.2);
}

.contact-bottom__label {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--bron-lime);
  text-transform: uppercase;
}

/* =========================
   PORTFOLIO FLOATING GRID
========================= */
.portfolio-float-section {
  padding: clamp(60px, 8vw, 100px) 0 clamp(80px, 10vw, 140px);
  background: linear-gradient(180deg, var(--bron-white) 0%, #f5f5f5 100%);
  overflow: hidden;
}

.portfolio-float-section__inner {
  width: min(1400px, 94vw);
  margin: 0 auto;
}

.portfolio-float-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.portfolio-float-item {
  --float-duration: 5s;
  --float-delay: 0s;
  --float-x: 0px;
  --float-y: 0px;
  
  flex: 0 0 calc(33.333% - 16px);
  max-width: 380px;
  border-radius: var(--bron-radius);
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
  animation: portfolioFloat var(--float-duration) ease-in-out var(--float-delay) infinite;
  animation-play-state: paused;
}

.portfolio-float-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation-play-state: running;
}

@keyframes portfolioFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(var(--float-x), calc(var(--float-y) * -1)) rotate(1deg);
  }
  50% {
    transform: translate(calc(var(--float-x) * -1), var(--float-y)) rotate(-0.5deg);
  }
  75% {
    transform: translate(var(--float-y), var(--float-x)) rotate(0.5deg);
  }
}

@media (max-width: 1000px) {
  .portfolio-float-item {
    flex: 0 0 calc(50% - 12px);
    max-width: none;
  }
}

@media (max-width: 600px) {
  .portfolio-float-item {
    flex: 0 0 100%;
  }
}

.portfolio-float-item__media {
  position: relative;
  aspect-ratio: 9 / 12;
  overflow: hidden;
  background: #eee;
}

.portfolio-float-item__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-float-item:hover .portfolio-float-item__media::after {
  opacity: 1;
}

.portfolio-float-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-float-item:hover .portfolio-float-item__media img {
  transform: scale(1.08);
}

.portfolio-float-item:hover {
  animation-play-state: paused;
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 80px rgba(0,0,0,0.2);
  z-index: 10;
}

/* =========================
   PORTFOLIO LIGHTBOX
========================= */
.portfolio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.portfolio-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

body.lightbox-open {
  overflow: hidden;
}

.portfolio-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  z-index: 10;
}

.portfolio-lightbox__close:hover {
  background: var(--bron-lime);
  border-color: var(--bron-lime);
}

.portfolio-lightbox__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: var(--bron-white);
  transition: background 0.2s ease;
}

.portfolio-lightbox__close:hover span {
  background: var(--bron-black);
}

.portfolio-lightbox__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.portfolio-lightbox__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.portfolio-lightbox__content {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 90vw;
  max-height: 85vh;
  transform: translateY(30px) scale(0.95);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition-delay: 0.1s;
}

.portfolio-lightbox.is-open .portfolio-lightbox__content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@media (max-width: 900px) {
  .portfolio-lightbox__content {
    flex-direction: column;
    gap: 24px;
    max-height: none;
    padding: 80px 20px 40px;
    overflow-y: auto;
  }
}

.portfolio-lightbox__image {
  flex: 0 0 auto;
  max-width: 50vw;
  max-height: 80vh;
  border-radius: var(--bron-radius);
  overflow: hidden;
  box-shadow: 0 30px 100px rgba(0,0,0,0.5);
}

@media (max-width: 900px) {
  .portfolio-lightbox__image {
    max-width: 100%;
    max-height: 50vh;
  }
}

.portfolio-lightbox__image {
  flex: 1.5;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.portfolio-lightbox__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-lightbox__info {
  flex: 0 0 auto;
  max-width: 360px;
  color: var(--bron-white);
}

@media (max-width: 900px) {
  .portfolio-lightbox__info {
    max-width: 100%;
    text-align: center;
  }
}

.portfolio-lightbox__category {
  display: inline-block;
  padding: 6px 16px;
  background: var(--bron-lime);
  color: var(--bron-black);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 16px;
}

.portfolio-lightbox__title {
  margin: 0 0 24px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}

.portfolio-lightbox__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: transparent;
  border: 2px solid var(--bron-white);
  color: var(--bron-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, gap 0.3s ease;
}

.portfolio-lightbox__link:hover {
  background: var(--bron-lime);
  border-color: var(--bron-lime);
  color: var(--bron-black);
  gap: 16px;
}

.portfolio-lightbox__link span {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.portfolio-lightbox__link:hover span {
  transform: translateX(4px);
}

/* =========================
   TEAM PAGE STYLES
========================= */

/* ─── Hero ─── */
.team-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.team-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.team-hero__bg-img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.3) saturate(0.8);
  transform: scale(1.05);
}

.team-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
}

.team-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.team-hero__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
  color: var(--bron-white);
  text-align: left;
  padding-left: 2vw;
}

.team-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--bron-white);
  z-index: 5;
}

.team-hero__scroll span {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
}

.team-hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--bron-lime), transparent);
  transform-origin: top;
  animation: scrollLine 2s infinite ease-in-out;
}

.team-hero__whale {
  position: absolute;
  right: -5%;
  bottom: 10%;
  width: 30vw;
  max-width: 500px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 2;
  filter: grayscale(1) invert(1);
}

/* ─── Intro ─── */


/* ─── Skills ─── */
.team-skills {
  padding: 120px 0;
  background: #f9f9f9;
}

.team-skills__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
}

.team-skills__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 60px;
}

.skill-card {
  background: var(--bron-white);
  padding: 48px;
  border-radius: var(--bron-radius);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.skill-card__num {
  font-size: 14px;
  font-weight: 900;
  color: var(--bron-lime);
  margin-bottom: 16px;
  font-family: inherit;
}

.skill-card__title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--bron-black);
}

.skill-card__text {
  font-size: 14px;
  color: var(--bron-gray);
  line-height: 1.6;
}

/* ─── Tools ─── */
.team-tools {
  padding: 120px 0;
  background: var(--bron-black);
  color: var(--bron-white);
}

.team-tools__inner {
  width: min(1000px, 90vw);
  margin: 0 auto;
}

.team-tools__list {
  margin-top: 80px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.tool-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: padding 0.3s ease;
  cursor: default;
}

.tool-item:hover {
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(255,255,255,0.03);
}

.tool-item__name {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.tool-item__years {
  font-size: 16px;
  font-weight: 700;
  color: var(--bron-lime);
  text-transform: uppercase;
}

/* ─── Achievements ─── */
.team-achievements {
  padding: 160px 0;
  background: var(--bron-white);
}

.team-achievements__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
}

.achievement-categories {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

.achievement-group__title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--bron-black);
  display: inline-block;
}

.achievement-group__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 24px;
}

.achievement-item {
  padding: 24px;
  background: #fdfdfd;
  border-left: 4px solid #eee;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.achievement-item:hover {
  border-left-color: var(--bron-lime);
  background: #f7f7f7;
}

.achievement-item__cat {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: var(--bron-gray);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.achievement-item__desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--bron-black);
}

/* ─── CTA ─── */
.team-cta {
  padding: 160px 0;
  background: radial-gradient(circle at center, #1a1a1a 0%, #000 100%);
  text-align: center;
  color: var(--bron-white);
}

.team-cta__title {
  font-size: var(--bron-h2);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 60px;
}

/* ─── Tablet / Mobile ─── */
@media (max-width: 980px) {
  .team-intro__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .achievement-group__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .team-intro, .team-skills, .team-tools, .team-achievements, .team-cta {
    padding: 100px 0;
  }
}

/* =========================
   ANIMATIONS
========================= */
.split-rise .char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  animation: riseIn 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: calc(var(--i) * 18ms);
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.typewriter {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.typewriter .char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: twIn 0.45s ease forwards;
  animation-delay: calc(var(--i) * 55ms);
}

@keyframes twIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.reveal-text {
  color: var(--bron-gray);
}

.reveal-text .char {
  color: var(--bron-gray);
  transition: color 0.2s linear;
}

.reveal-text .char.is-on {
  color: var(--bron-black);
}

@media (prefers-reduced-motion: reduce) {
  .about-hero__whale,
  .portfolio-hero__whale,
  .service-intro__whale,
  .contact-info__whale,
  .portfolio-cta__whale,
  .about-hero__scroll-line,
  .service-hero__scroll-line,
  .portfolio-float-item {
    animation: none;
  }
  .split-rise .char,
  .typewriter .char {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.team-intro__label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

/* Team Intro Duo Parallax */
.team-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.team-intro__duo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0; /* Use negative margins for better overlap control */
  margin-bottom: 120px;
  position: relative;
  min-height: 700px;
}

.team-intro__member {
  flex: 0 1 500px;
  position: relative;
  transition: transform 0.8s cubic-bezier(0.2, 0, 0.2, 1);
}

.team-intro__member--1 {
  z-index: 2;
  transform: translate(40px, -30px);
}

.team-intro__member--2 {
  z-index: 1;
  transform: translate(-40px, 60px);
}

.team-intro__member:hover {
  z-index: 5;
  transform: translate(0, 0) scale(1.02);
}

.team-intro__member-img {
  width: 100%;
  border-radius: 20px; /* Sophisticated large radius */
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.1);
}

.team-intro__member img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}

.team-intro__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .team-intro__duo {
    flex-direction: column;
    min-height: auto;
    gap: 60px;
  }
  .team-intro__member {
    flex: 0 1 auto;
    width: 80%;
    margin-left: 0 !important;
    transform: none !important;
  }
}

/* ============================================================
   TEAM Page Enhancements
============================================================ */

.team-marquee {
  width: 100%;
  overflow: hidden;
  background: var(--bron-black);
  padding: 80px 0; /* Slightly more padding */
}

.team-marquee__track {
  display: flex;
  width: max-content;
  gap: 20px; /* Use gap for consistent spacing */
}

.team-marquee__track--1 {
  animation: teamMarquee 40s linear infinite;
  margin-bottom: 20px; /* Gap between rows */
}

.team-marquee__track--2 {
  animation: teamMarquee 50s linear infinite reverse;
}

@keyframes teamMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.team-marquee__item {
  height: 250px;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.team-marquee__item img {
  width: auto;
  height: 100%;
  object-fit: contain;
  opacity: 0.7;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-marquee__item:hover img {
  opacity: 1;
}



/* Skills Icons */
.skill-card__icon {
  font-size: 2.4rem;
  color: var(--bron-lime);
  margin-bottom: 20px;
}

.tool-item i {
  font-size: 1.8rem;
  color: var(--bron-lime);
  margin-right: 15px;
  width: 30px;
  text-align: center;
}

.tool-item__jp {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-left: 8px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.05em;
}

/* Tool Expertise Adjustments */
.team-tools__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.team-tools__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.tool-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 0; /* More air */
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.tool-item:last-child {
  border-bottom: none;
}

.tool-item__years {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bron-dark);
  margin-left: auto;
  opacity: 1; /* More contrast */
}

.tool-item__jp {
  font-size: 0.9rem;
  color: #888;
  margin-left: 16px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0;
}

/* Portfolio Link Button */
.team-portfolio-link {
  margin-top: 60px;
  text-align: center;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .team-marquee__item {
    width: 200px;
    height: 140px;
  }
  .team-tools__inner {
    padding: 0 20px;
  }
}

/* =========================
   SP LAYOUT IMPROVEMENTS
========================= */

/* SP Hero Images - White margin + border-radius */
@media (max-width: 768px) {
  .about-hero,
  .service-hero,
  .contact-hero,
  .portfolio-hero-full,
  .team-hero,
  .price-hero {
    /* Fixed Header: Simplified absolute positioning logic */
    margin: 16px;
    margin-top: 16px !important;
    border-radius: var(--bron-radius) !important;
    min-height: calc(100vh - 32px);
    height: calc(100vh - 32px);
    width: auto;
    
    /* Force clipping for Safari/iOS */
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
    transform: translateZ(0);
    padding-top: 0 !important;
  }
  
  /* Force Header to Absolute on Mobile to prevent layout push */
  .header-bar {
    position: absolute !important;
    width: 100%;
  }
}

/* Mobile Menu Close Button - Fixed position on scroll */
@media (max-width: 768px) {
  .btn-menu {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9999;
  }
  
  body.admin-bar .btn-menu {
    top: 62px;
  }
}

/* Footer CTA Font Size Adjustments */
.service-cta__title {
  font-size: clamp(28px, 5vw, var(--bron-h2));
}

.service-cta__text {
  font-size: clamp(14px, 1.2vw, var(--bron-body));
}

.service-cta__eyebrow {
  font-size: clamp(11px, 1vw, 13px);
}

@media (max-width: 768px) {
  .service-cta__title {
    font-size: clamp(24px, 6vw, 32px);
  }
  
  .service-cta__text {
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 1.6;
  }
  
  .service-cta__btn {
    padding: 16px 40px;
    font-size: 14px;
  }
}

/* =========================
   PRICE PAGE STYLES
========================= */

/* Price Page Body */
.fixed-price-page {
  color: var(--bron-black);
  background: var(--bron-white);
  overflow-x: hidden;
}

/* Price Hero */
.price-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -90px;
  padding-top: 90px;
}

.price-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.price-hero__bg-img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.3) saturate(0.8);
  transform: scale(1.05);
}

.price-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
}

.price-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.price-hero__inner {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  color: var(--bron-white);
}

.price-hero__label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  justify-content: center;
  color: var(--bron-lime);
}

.price-hero__label-text {
  color: var(--bron-lime);
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.9rem;
}

.price-hero__label-line {
  flex: 0 0 40px;
  height: 1px;
  background-color: var(--bron-lime);
}

.price-hero__title {
  margin: 0 0 40px;
}

.price-hero__title-line {
  display: block;
  font-size: var(--bron-h1);
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  line-height: var(--bron-tight);
  letter-spacing: -0.04em;
  color: var(--bron-white) !important;
}

.price-hero__lead {
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  opacity: 0.9;
  letter-spacing: 0.15em;
}

.price-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--bron-white);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
  z-index: 3;
}

.price-hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, var(--bron-white) 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}

.price-hero__whale {
  position: absolute;
  right: -5%;
  bottom: 5%;
  width: clamp(250px, 35vw, 500px);
  opacity: 0.15;
  z-index: 1;
  animation: floatWhale 8s ease-in-out infinite;
}

.price-hero__whale img {
  width: 100%;
  height: auto;
  filter: brightness(1.2);
}

/* Price Intro */
.price-intro {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--bron-white);
}

.price-intro__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 6vw;
  text-align: center;
}

.price-intro__content p {
  font-size: var(--bron-body);
  line-height: 2;
  color: #333;
}

/* Price Section */
.price-section {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--bron-white);
}

.price-section--alt {
  background: #f8f8f8;
}

.price-section__header {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto clamp(40px, 5vw, 60px);
  padding: 0 6vw;
}

.price-section__number {
  font-size: clamp(48px, 8vw, 100px);
  font-weight: 900;
  color: rgba(0,0,0,0.05);
  line-height: 1;
  font-family: 'Outfit', sans-serif;
}

.price-section__label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-section__en {
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 0.2em;
  color: var(--bron-lime);
  font-weight: 700;
  text-transform: uppercase;
}

.price-section__jp {
  font-size: var(--bron-body);
  color: #333;
}

.price-section__icon {
  margin-left: auto;
  font-size: clamp(32px, 5vw, 48px);
  color: var(--bron-lime);
  opacity: 0.6;
}

/* Price Table */
.price-table-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 6vw;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bron-white);
  border-radius: var(--bron-radius);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.price-table thead {
  background: var(--bron-dark);
  color: var(--bron-white);
}

.price-table th {
  padding: 20px 24px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.price-table td {
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
  font-size: var(--bron-body);
}

.price-table tbody tr:last-child td {
  border-bottom: none;
}

.price-table tbody tr:hover {
  background: rgba(185, 255, 80, 0.05);
}

.plan-name {
  font-weight: 700;
  color: #111;
}

.plan-price {
  font-weight: 800;
  /* color: var(--bron-lime); */
  font-size: clamp(18px, 2vw, 24px) !important;
  font-family: 'Outfit', sans-serif;
  white-space: nowrap;
}

.price-note {
  max-width: 1000px;
  margin: 24px auto 0;
  padding: 0 6vw;
  font-size: var(--bron-small);
  color: #666;
  line-height: 1.8;
}

/* Price Table Compact */
.price-table--compact {
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.price-table--compact td {
  padding: 16px 24px;
}

/* Price Subsection */
.price-subsection {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 6vw;
}

.price-subsection__title {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  color: #111;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.price-subsection__title i {
  color: var(--bron-lime);
}

/* Price Cards Grid */
.price-cards-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6vw;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.price-card {
  background: var(--bron-white);
  border-radius: var(--bron-radius);
  padding: 32px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 50px rgba(0,0,0,0.12);
}

.price-card__icon {
  font-size: 32px;
  color: var(--bron-lime);
  margin-bottom: 16px;
}

.price-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px;
}

.price-card__price {
  font-size: 24px;
  font-weight: 800;
  /* color: var(--bron-lime); */
  font-family: 'Outfit', sans-serif;
  margin: 0 0 12px;
}

.price-card__desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Price Page Mobile */
@media (max-width: 768px) {
  /* .price-hero styles moved to main SP Hero block */
  
  .price-section__header {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .price-section__icon {
    display: none;
  }
  
  .price-table {
    font-size: 14px;
  }
  
  .price-table th,
  .price-table td {
    padding: 14px 16px;
  }
  
  .price-table th:last-child,
  .price-table td:last-child {
    display: none;
  }
  
  .price-cards-grid {
    grid-template-columns: 1fr;
  }
  
  .price-card {
    padding: 24px;
  }
}

/* =========================
   SP IMPROVEMENTS - GLOBAL & FIXED PAGES
========================= */
@media (max-width: 768px) {
  /* Hero Centering & Typography */
  .about-hero__inner,
  .service-hero__inner,
  .portfolio-hero-full__inner,
  .team-hero__inner,
  .contact-hero__inner,
  .price-hero__inner {
    text-align: center !important;
    padding: 0 20px !important;
  }

  .about-hero__title,
  .service-hero__title,
  .portfolio-hero-full__title,
  .team-hero__title,
  .contact-hero__title,
  .price-hero__title {
    font-size: clamp(32px, 10vw, 56px) !important;
    line-height: 1.1 !important;
    margin-bottom: 16px !important;
    word-break: break-word;
  }

  .about-hero__lead,
  .service-hero__lead,
  .portfolio-hero-full__lead,
  .team-hero__lead,
  .contact-hero__lead,
  .price-hero__lead {
    font-size: 14px !important;
    margin: 20px auto 0 !important;
    max-width: 100% !important;
    line-height: 1.8 !important;
    text-align: center !important;
  }

  /* Contact Page SP Balance */
  .fixed-contact-page .contact-main__inner {
    flex-direction: column !important;
    padding: 60px 20px !important;
    gap: 60px !important;
  }

  .fixed-contact-page .contact-info, 
  .fixed-contact-page .contact-form-area {
    width: 100% !important;
    text-align: center !important;
  }

  .fixed-contact-page .contact-info__block {
    margin-bottom: 40px !important;
  }

  .fixed-contact-page .contact-info__title {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    text-align: center;
  }

  .fixed-contact-page .contact-info__text {
    font-size: 15px !important;
    line-height: 1.8 !important;
    text-align: center;
  }

  .fixed-contact-page .contact-info__label {
    justify-content: center !important;
  }

  .fixed-contact-page .contact-info__value {
    font-size: 18px !important;
    text-align: center;
  }

  .fixed-contact-page .contact-info__visual {
    justify-content: center !important;
    margin-top: 40px !important;
  }

  /* Project Process / Flow SP Fix */
  .service-process__steps {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 0 20px !important;
  }

  .service-process__step {
    padding: 30px 20px !important;
    text-align: center;
  }

  .service-process__step-num {
    font-size: 40px !important;
    margin: 0 auto 15px !important;
  }

  .service-process__step-title {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .service-process__step-text {
    font-size: 14px !important;
    line-height: 1.6;
  }
  
  /* Global Overflows */
  section, div, main {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
