:root {
  --green: #123d33;
  --green-2: #1d5b4a;
  --gold: #b88b3f;
  --gold-2: #c89d4f;
  --paper: #f8faf7;
  --cream: #f4efe4;
  --white: #fffdf8;
  --ink: #14211d;
  --muted: #5e6b64;
  --blue: #274a6f;
  --wine: #793532;
  --line: rgba(20, 33, 29, 0.14);
  --shadow: 0 20px 70px rgba(18, 61, 51, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

body.en {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.serif {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
}

.keep-together {
  white-space: nowrap;
}

.en .serif {
  font-family: Georgia, "Times New Roman", serif;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  padding: 0 clamp(18px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(248, 250, 247, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 196px;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 9px;
}

.brand-text {
  display: grid;
  gap: 3px;
  width: 112px;
}

.brand-text strong {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  width: 100%;
}

.brand-text span {
  color: #44544e;
  font-size: 10px;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: justify;
  text-align-last: justify;
  letter-spacing: 0.06em;
}

.en .brand {
  min-width: 250px;
}

.en .brand-text {
  width: 185px;
}

.en .brand-text span {
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: left;
  text-align-last: auto;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: #3f4d47;
  font-size: 14px;
  white-space: nowrap;
}

.lang-link {
  color: var(--green);
  font-weight: 700;
}

.nav-cta,
.button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button-large {
  min-height: 54px;
  padding: 0 28px;
  font-size: 16px;
}

.nav-cta,
.button.primary {
  background: var(--green);
  color: var(--white);
}

.button.secondary {
  background: transparent;
  color: var(--green);
}

.mobile-menu {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--green);
  border-radius: 6px;
  min-height: 40px;
  padding: 0 12px;
  font-weight: 700;
}

.section {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 78px);
}

.section.tight {
  padding-top: clamp(38px, 6vw, 68px);
  padding-bottom: clamp(38px, 6vw, 68px);
}

#story {
  background:
    linear-gradient(120deg, rgba(245, 248, 246, 0.96), rgba(236, 241, 236, 0.92)),
    var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-label {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-head {
  max-width: 960px;
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
}

.section-head h2 {
  font-size: clamp(30px, 4.6vw, 56px);
  line-height: 1.14;
  font-weight: 520;
}

.section-head p,
.lead {
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.85;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 76px);
  padding: clamp(44px, 7vw, 90px) clamp(18px, 5vw, 78px) clamp(34px, 5vw, 66px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  overflow: hidden;
  background: #0b201b;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -2;
  background:
    radial-gradient(ellipse at 72% 38%, transparent 0 13%, rgba(255, 255, 255, 0.18) 13.5% 25%, transparent 25.5%),
    url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Apple_Park_aerial_view%2C_June_2024.jpg?width=2400")
    center / cover no-repeat,
    linear-gradient(135deg, #153d35, #081713);
  filter: blur(5px) saturate(0.82);
  transform: scale(1.05);
  opacity: 0.48;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 24, 20, 0.94) 0%, rgba(8, 24, 20, 0.82) 48%, rgba(8, 24, 20, 0.54) 100%),
    linear-gradient(180deg, rgba(18, 61, 51, 0.52), rgba(10, 22, 19, 0.8));
}

.hero-copy {
  display: grid;
  gap: 24px;
}

.hero h1 {
  max-width: 900px;
  color: var(--white);
  font-size: clamp(42px, 6.2vw, 82px);
  line-height: 1.06;
  font-weight: 520;
}

.hero .subtitle {
  max-width: 800px;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.7;
}

.hero .lead {
  color: rgba(255, 253, 248, 0.78);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
}

.proof-item {
  min-height: 112px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.1);
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 8px;
  display: grid;
  align-content: start;
  gap: 8px;
  backdrop-filter: blur(10px);
}

.proof-item b {
  color: var(--white);
  font-size: 18px;
}

.proof-item span {
  color: rgba(255, 253, 248, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.hero .button.primary {
  background: var(--white);
  color: var(--green);
  border-color: var(--white);
}

.hero .button.secondary {
  color: var(--white);
  border-color: rgba(255, 253, 248, 0.52);
}

.hero-visual {
  min-height: 520px;
  position: relative;
  display: grid;
  align-content: center;
  gap: 18px;
}

.hero-mark {
  width: min(310px, 62vw);
  margin: 0 auto;
  border-radius: 42px;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
  opacity: 0.92;
}

.hero-classic {
  background:
    linear-gradient(110deg, rgba(248, 250, 247, 0.98) 0%, rgba(248, 250, 247, 0.93) 48%, rgba(248, 250, 247, 0.72) 100%),
    radial-gradient(ellipse at 78% 38%, rgba(18, 61, 51, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(39, 74, 111, 0.12), rgba(184, 139, 63, 0.12)),
    var(--paper);
  overflow: hidden;
}

.hero-classic::before,
.hero-classic::after {
  content: none;
}

.hero-classic h1 {
  color: var(--green);
}

.hero-classic .subtitle {
  color: #2a3c34;
}

.hero-classic .lead {
  color: var(--muted);
}

.hero-classic .proof-item {
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--line);
  backdrop-filter: none;
}

.hero-classic .proof-item b {
  color: var(--green);
}

.hero-classic .proof-item span {
  color: var(--muted);
}

.hero-classic .button.primary {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}

.hero-classic .button.secondary {
  background: transparent;
  color: var(--green);
  border-color: var(--green);
}

.hero-classic .hero-mark {
  box-shadow: var(--shadow);
  opacity: 1;
}

.route-panel {
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
  display: grid;
  gap: 16px;
}

.route-panel h2 {
  color: var(--green);
  font-size: 22px;
}

.route-list {
  display: grid;
  gap: 12px;
}

.route-list div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: baseline;
}

.route-list span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-list p {
  color: #43524c;
  font-size: 14px;
  line-height: 1.55;
}

.value-band {
  background: var(--green);
  color: var(--white);
}

.value-band .section-label {
  color: var(--gold-2);
}

.value-band .section-head p {
  color: rgba(255, 253, 248, 0.78);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.value-card {
  min-height: 220px;
  padding: 24px;
  background: var(--green);
  display: grid;
  align-content: start;
  gap: 12px;
}

.value-card span {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
}

.value-card h3 {
  font-size: 24px;
  font-weight: 560;
}

.value-card p {
  color: rgba(255, 253, 248, 0.74);
  line-height: 1.72;
  font-size: 15px;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.text-stack {
  display: grid;
  gap: 18px;
}

.text-stack p {
  color: var(--muted);
  line-height: 1.85;
  font-size: 16px;
}

.quote-block {
  padding: 26px;
  border-left: 4px solid var(--gold);
  background: var(--white);
  color: #394842;
  line-height: 1.8;
  font-size: 17px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.plan-card,
.process-card,
.story-card,
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

a.service-card,
a.plan-card,
a.mini-card {
  color: inherit;
  text-decoration: none;
}

.service-card {
  min-height: 310px;
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 14px;
  scroll-margin-top: 118px;
}

.service-card-featured {
  grid-column: 1 / -1;
  min-height: auto;
}

.service-note {
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(193, 141, 54, 0.12);
  border: 1px solid rgba(193, 141, 54, 0.28);
  color: var(--green) !important;
  font-weight: 800;
}

.service-card .tag {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card h3 {
  color: var(--green);
  font-size: 24px;
}

.service-card p {
  color: var(--muted);
  line-height: 1.72;
  font-size: 15px;
}

.service-card ul,
.plan-card ul {
  margin: 0;
  padding-left: 18px;
  color: #44534d;
  line-height: 1.7;
  font-size: 15px;
}

.advisor-boundary {
  background:
    linear-gradient(120deg, rgba(39, 74, 111, 0.08), rgba(184, 139, 63, 0.12)),
    var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.business-hero {
  min-height: clamp(260px, 34vw, 430px);
  padding: clamp(32px, 5vw, 62px);
  border-radius: 8px;
  display: grid;
  align-content: end;
  gap: 18px;
  background:
    linear-gradient(90deg, rgba(4, 39, 31, 0.88) 0%, rgba(4, 39, 31, 0.62) 46%, rgba(4, 39, 31, 0.24) 100%),
    linear-gradient(0deg, rgba(4, 39, 31, 0.5), rgba(4, 39, 31, 0.08)),
    url("trade-port.png") center 58% / cover no-repeat;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.business-hero .section-label {
  color: var(--gold-2);
}

.business-hero h2 {
  max-width: 840px;
  color: var(--white);
  font-size: clamp(30px, 4.6vw, 56px);
  line-height: 1.14;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.business-copy {
  max-width: 980px;
  margin-top: 28px;
  display: grid;
  gap: 18px;
}

.business-copy p {
  color: var(--muted);
  line-height: 1.9;
  font-size: clamp(16px, 1.7vw, 19px);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.plan-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px;
  padding: 24px;
  scroll-margin-top: 118px;
}

a.plan-card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

a.plan-card:hover {
  transform: translateY(-3px);
  border-color: rgba(18, 61, 51, 0.32);
  box-shadow: var(--shadow);
}

.plan-card.featured {
  border-color: rgba(184, 139, 63, 0.55);
  box-shadow: var(--shadow);
}

.plan-kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.plan-card h3 {
  color: var(--green);
  font-size: 26px;
}

.price {
  color: var(--wine);
  font-size: 24px;
  font-weight: 800;
}

.plan-card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
}

.plan-note {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: #596760;
  font-size: 13px;
  line-height: 1.6;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.process-card {
  min-height: 210px;
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.process-card span {
  color: var(--gold);
  font-weight: 800;
}

.process-card h3 {
  color: var(--green);
  font-size: 20px;
}

.process-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.story-card {
  padding: 26px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.story-card h3 {
  color: var(--green);
  font-size: 24px;
}

.story-card p {
  color: var(--muted);
  line-height: 1.82;
  font-size: 15px;
}

.contact-section {
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
}

.contact-grid > .contact-card:only-child {
  grid-column: 1 / -1;
}

.contact-card {
  padding: 26px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.contact-list div {
  display: grid;
  gap: 4px;
}

.contact-list span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-list b {
  color: var(--green);
  font-size: 17px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-grid label {
  display: grid;
  gap: 6px;
  color: #405048;
  font-size: 13px;
  font-weight: 700;
}

.form-grid input,
.form-grid textarea,
.form-grid select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 44px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.form-grid textarea,
.form-grid .wide {
  grid-column: 1 / -1;
}

.form-grid textarea {
  min-height: 120px;
  resize: vertical;
}

.form-status {
  display: none;
  padding: 12px 14px;
  border-radius: 6px;
  line-height: 1.6;
  font-size: 14px;
}

.form-status.success,
.form-status.error,
.form-status.pending {
  display: block;
}

.form-status.success {
  color: var(--green);
  background: rgba(18, 61, 51, 0.08);
  border: 1px solid rgba(18, 61, 51, 0.18);
}

.form-status.error {
  color: var(--wine);
  background: rgba(121, 53, 50, 0.08);
  border: 1px solid rgba(121, 53, 50, 0.2);
}

.form-status.pending {
  color: var(--muted);
  background: rgba(193, 141, 54, 0.1);
  border: 1px solid rgba(193, 141, 54, 0.22);
}

.button:disabled {
  opacity: 0.72;
  cursor: not-allowed;
  transform: none;
}

.site-footer {
  padding: 36px clamp(18px, 5vw, 78px);
  background: #101d19;
  color: rgba(255, 253, 248, 0.74);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 28px;
}

.site-footer strong {
  color: var(--white);
}

.site-footer p {
  line-height: 1.7;
  font-size: 13px;
}

.footer-contact {
  display: grid;
  gap: 8px;
}

.footer-contact span {
  display: block;
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 76px);
  padding: clamp(44px, 7vw, 90px) clamp(18px, 5vw, 78px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr);
  gap: 28px;
  align-items: center;
  overflow: hidden;
  background: #0b201b;
  border-bottom: 1px solid var(--line);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -2;
  background:
    url("carmel-ai-liberty-hero.png")
    center center / cover no-repeat,
    linear-gradient(135deg, #123d33, #081713);
  filter: blur(1px) saturate(0.72) contrast(0.98) brightness(0.86);
  transform: scale(1.018);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 78% 44%, rgba(38, 145, 102, 0.14), transparent 30%),
    linear-gradient(90deg, rgba(5, 19, 14, 0.88) 0%, rgba(5, 19, 14, 0.82) 44%, rgba(5, 19, 14, 0.54) 100%),
    linear-gradient(180deg, rgba(18, 61, 51, 0.42), rgba(8, 18, 15, 0.84));
}

.home-hero h1 {
  max-width: 860px;
  color: var(--white);
  font-size: clamp(42px, 6.2vw, 82px);
  line-height: 1.06;
  font-weight: 520;
}

.home-hero .subtitle {
  max-width: 780px;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.72;
}

.home-hero .lead {
  color: rgba(255, 253, 248, 0.78);
}

.home-hero .button.primary {
  background: var(--gold-2);
  color: #071711;
  border-color: var(--gold-2);
}

.home-hero .button.secondary {
  color: var(--white);
  background: rgba(255, 253, 248, 0.12);
  border-color: rgba(255, 253, 248, 0.76);
  backdrop-filter: blur(10px);
}

.home-hero .hero-actions {
  gap: 16px;
}

.home-hero .hero-actions .button {
  min-height: 58px;
  padding: 0 26px;
  border-width: 2px;
  font-size: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.home-hero .hero-actions .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}

.hero-photo {
  min-height: 560px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.photo-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(16, 29, 25, 0.78);
  color: rgba(255, 253, 248, 0.86);
  backdrop-filter: blur(10px);
}

.photo-caption strong {
  display: block;
  margin-bottom: 6px;
  color: #fffdf8;
  font-size: 18px;
}

.home-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.home-proof .proof-item {
  background: rgba(255, 253, 248, 0.12);
  border: 1px solid rgba(255, 253, 248, 0.24);
  backdrop-filter: blur(10px);
}

.home-proof .proof-item b {
  color: var(--white);
}

.home-proof .proof-item span {
  color: rgba(255, 253, 248, 0.76);
}

.image-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.image-tile {
  min-height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.image-tile img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  filter: saturate(0.85);
}

.image-tile div {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.76));
  color: #fffdf8;
}

.image-tile h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.image-tile p {
  color: rgba(255, 253, 248, 0.78);
  line-height: 1.65;
}

.scope-hero {
  max-width: none;
  min-height: 340px;
  margin-bottom: 34px;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 8px;
  align-content: end;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(8, 24, 20, 0.88), rgba(8, 24, 20, 0.54)),
    url("https://images.unsplash.com/photo-1501594907352-04cda38ebc29?auto=format&fit=crop&w=1800&q=82")
    center center / cover no-repeat;
  box-shadow: var(--shadow);
}

.scope-hero .section-label {
  color: var(--gold-2);
}

.scope-hero h2 {
  max-width: 760px;
  color: var(--white);
}

.scope-hero p {
  max-width: 780px;
  color: rgba(255, 253, 248, 0.82);
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.value-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.9fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  margin-bottom: 34px;
}

.value-layout .section-head {
  margin-bottom: 0;
}

.section-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.team-photo {
  margin-top: 26px;
  aspect-ratio: 16 / 7;
}

.value-hero,
.story-hero,
.rules-hero,
.silicon-hero {
  max-width: none;
  min-height: clamp(330px, 42vw, 520px);
  margin-bottom: 0;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 8px;
  display: grid;
  align-content: end;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}

.value-hero {
  background:
    linear-gradient(90deg, rgba(4, 39, 31, 0.9) 0%, rgba(4, 39, 31, 0.54) 45%, rgba(4, 39, 31, 0.1) 100%),
    linear-gradient(0deg, rgba(4, 39, 31, 0.52), rgba(4, 39, 31, 0.08)),
    url("why-carmel-how-bg.png") center 48% / cover no-repeat;
}

.story-hero {
  background:
    linear-gradient(90deg, rgba(4, 39, 31, 0.86) 0%, rgba(4, 39, 31, 0.56) 46%, rgba(4, 39, 31, 0.14) 100%),
    linear-gradient(0deg, rgba(4, 39, 31, 0.58), rgba(4, 39, 31, 0.08)),
    url("cafe-advisory.png") center 46% / cover no-repeat;
}

.rules-hero {
  background:
    linear-gradient(90deg, rgba(4, 39, 31, 0.9) 0%, rgba(4, 39, 31, 0.6) 46%, rgba(4, 39, 31, 0.16) 100%),
    linear-gradient(0deg, rgba(4, 39, 31, 0.5), rgba(4, 39, 31, 0.08)),
    url("us-visa-rules-bg.png") center 54% / cover no-repeat;
}

.silicon-hero {
  background:
    linear-gradient(90deg, rgba(4, 39, 31, 0.84) 0%, rgba(4, 39, 31, 0.48) 48%, rgba(4, 39, 31, 0.12) 100%),
    linear-gradient(0deg, rgba(4, 39, 31, 0.44), rgba(4, 39, 31, 0.04)),
    url("apple-park-ai-vision.png") center 50% / cover no-repeat;
}

.value-hero .section-label,
.story-hero .section-label,
.rules-hero .section-label,
.silicon-hero .section-label {
  color: var(--gold-2);
}

.value-hero h2,
.story-hero h2,
.rules-hero h2,
.silicon-hero h2 {
  max-width: 850px;
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.section-copy {
  max-width: 1180px;
  margin-top: 28px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.section-copy p {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  line-height: 1.9;
  font-size: clamp(16px, 1.55vw, 18px);
}

.silicon-valley-section {
  background:
    linear-gradient(120deg, rgba(4, 39, 31, 0.06), rgba(184, 139, 63, 0.14)),
    var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.rules-section {
  background:
    linear-gradient(120deg, rgba(245, 248, 246, 0.96), rgba(236, 239, 232, 0.92)),
    var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.insight-copy {
  max-width: 1080px;
  margin-top: 30px;
  display: grid;
  gap: 18px;
}

.insight-copy p {
  color: var(--muted);
  line-height: 1.9;
  font-size: clamp(16px, 1.7vw, 19px);
}

.insight-grid {
  margin-top: 28px;
}

.mini-card {
  min-height: 170px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  align-content: start;
  gap: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

#scope .mini-card:hover {
  transform: translateY(-7px);
  border-color: rgba(18, 61, 51, 0.28);
  box-shadow: 0 24px 54px rgba(18, 61, 51, 0.16);
}

.mini-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mini-card h3 {
  color: var(--green);
  font-size: 22px;
}

.mini-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.page-hero {
  padding: clamp(54px, 8vw, 98px) clamp(18px, 5vw, 78px);
  background:
    linear-gradient(110deg, rgba(248, 250, 247, 0.98), rgba(248, 250, 247, 0.82)),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 960px;
  color: var(--green);
  font-size: clamp(40px, 6vw, 74px);
  line-height: 1.08;
  font-weight: 520;
}

.page-hero p {
  max-width: 880px;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.8;
}

.page-hero-photo {
  min-height: clamp(360px, 42vw, 520px);
  display: grid;
  align-content: end;
  background:
    linear-gradient(90deg, rgba(4, 39, 31, 0.86) 0%, rgba(4, 39, 31, 0.58) 46%, rgba(4, 39, 31, 0.18) 100%),
    linear-gradient(0deg, rgba(4, 39, 31, 0.46), rgba(4, 39, 31, 0.1)),
    url("pexels-family-consultation.jpg") center 48% / cover no-repeat;
}

.page-hero-photo .section-label {
  color: var(--gold-2);
}

.page-hero-photo h1 {
  color: var(--white);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.page-hero-photo p {
  color: rgba(255, 253, 248, 0.86);
}

.contact-hero {
  min-height: clamp(360px, 42vw, 520px);
  display: grid;
  align-content: end;
  background:
    linear-gradient(90deg, rgba(4, 39, 31, 0.88) 0%, rgba(4, 39, 31, 0.58) 45%, rgba(4, 39, 31, 0.16) 100%),
    linear-gradient(0deg, rgba(4, 39, 31, 0.42), rgba(4, 39, 31, 0.1)),
    url("contact-phone-bg.png") center center / cover no-repeat;
}

.contact-hero h1,
.contact-hero p {
  max-width: 760px;
}

.contact-hero .section-label {
  color: var(--gold-2);
}

.contact-hero h1 {
  color: var(--white);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.contact-hero p {
  color: rgba(255, 253, 248, 0.84);
}

.back-home {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(18, 61, 51, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 10px 28px rgba(18, 61, 51, 0.08);
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.back-home::before {
  content: "←";
  color: var(--gold);
  font-weight: 900;
}

.back-home:hover {
  color: var(--gold);
  border-color: var(--gold);
  transform: translateX(-2px);
}

.page-back-top,
.page-bottom-nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 26px var(--pad) 18px;
}

.page-bottom-nav {
  padding-top: 34px;
  padding-bottom: 58px;
}

.split-image {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.story-intro {
  margin: 38px 0;
}

.story-intro + .story-grid {
  margin-top: 12px;
}

.split-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cta-panel {
  padding: clamp(34px, 5vw, 58px);
  background: var(--green);
  color: var(--white);
  border-radius: 8px;
  display: grid;
  gap: 18px;
}

.cta-panel p {
  color: rgba(255, 253, 248, 0.76);
  line-height: 1.75;
}

.cta-panel .button.primary {
  width: fit-content;
  background: var(--white);
  color: var(--green);
  border-color: var(--white);
}

@media (max-width: 1120px) {
  .hero,
  .two-col,
  .contact-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-visual {
    min-height: 0;
    max-width: 760px;
  }

  .value-grid,
  .plan-grid,
  .home-proof,
  .image-band,
  .overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-hero,
  .split-image,
  .value-layout,
  .section-copy {
    grid-template-columns: 1fr;
  }

  .hero-photo,
  .hero-photo img {
    min-height: 420px;
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .mobile-menu {
    display: inline-flex;
    align-items: center;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 18px;
    right: 18px;
    padding: 18px;
    background:
      linear-gradient(135deg, rgba(248, 250, 247, 0.98), rgba(237, 243, 238, 0.98)),
      var(--paper);
    border: 1px solid rgba(18, 61, 51, 0.12);
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(18, 61, 51, 0.18);
    flex-direction: column;
    align-items: stretch;
    white-space: normal;
    z-index: 20;
  }

  .main-nav.open {
    display: flex;
  }

  .home-hero::before {
    background:
      url("carmel-ai-liberty-hero.png") 76% center / cover no-repeat,
      linear-gradient(135deg, #123d33, #081713);
  }

  .home-hero::after {
    background:
      radial-gradient(ellipse at 82% 40%, rgba(38, 145, 102, 0.12), transparent 30%),
      linear-gradient(90deg, rgba(5, 19, 14, 0.9) 0%, rgba(5, 19, 14, 0.82) 62%, rgba(5, 19, 14, 0.48) 100%),
      linear-gradient(180deg, rgba(18, 61, 51, 0.44), rgba(8, 18, 15, 0.86));
  }

  .nav-cta {
    width: 100%;
  }

  .service-grid,
  .story-grid,
  .image-band,
  .overview-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .brand-text strong {
    font-size: 17px;
  }

  .brand-text span {
    max-width: 190px;
  }

  .en .brand {
    min-width: 226px;
  }

  .en .brand-text {
    width: 170px;
  }

  .section,
  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .value-grid,
  .plan-grid,
  .process-grid,
  .home-proof,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .route-list div {
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .cta-row .button {
    width: 100%;
  }
}
