@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --font-geist-sans: "Inter";
  --font-geist-mono: "Courier New";
  --ink: #070a0d;
  --navy: #071827;
  --paper: #f5f5f2;
  --white: #ffffff;
  --muted: #626971;
  --line: #d8dcde;
  --accent: #7ed957;
  --teal: #16a5ad;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 86px; padding: 0 clamp(22px, 5vw, 84px); display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 38px; background: rgba(5, 9, 12, .96); color: white; position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(16px);
}
.brand { display: inline-flex; flex-direction: column; width: fit-content; line-height: 1; }
.brand-word { font-weight: 820; font-size: 1.48rem; letter-spacing: .12em; }
.brand-dot { color: var(--accent); }
.brand-sub { margin-top: 7px; color: #a9b0b5; font-size: .61rem; letter-spacing: .19em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 32px; font-size: .84rem; }
.desktop-nav a { color: #d5d9dc; transition: color .2s; }
.desktop-nav a:hover { color: var(--accent); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 14px; font-weight: 700; font-size: .87rem; }
.header-cta span { color: var(--accent); font-size: 1.1rem; }
.mobile-menu { display: none; position: relative; }

.hero {
  min-height: calc(100vh - 86px); position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden;
  padding: 96px clamp(22px, 7vw, 126px); color: white;
  background-image: linear-gradient(90deg, rgba(3,9,15,.98) 0%, rgba(3,9,15,.82) 38%, rgba(3,9,15,.18) 72%), url('/images/hero-panuco-bigfour.png');
  background-size: cover; background-position: center;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: linear-gradient(90deg, var(--accent) 0 24%, transparent 24%); }
.hero-content { max-width: 760px; position: relative; z-index: 1; }
.kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 28px; color: #d4dadc; text-transform: uppercase; letter-spacing: .16em; font-size: .73rem; font-weight: 700; }
.kicker span { width: 38px; height: 3px; background: var(--accent); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(3.2rem, 6.8vw, 7.3rem); line-height: .92; letter-spacing: -.065em; font-weight: 690; }
.hero-copy { max-width: 650px; margin: 31px 0 0; color: #d8dde0; font-size: clamp(1rem, 1.5vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; font-weight: 760; font-size: .88rem; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: #07110a; }
.button-ghost { border: 1px solid rgba(255,255,255,.55); color: white; }
.hero-side-label { position: absolute; right: 18px; bottom: 50%; color: rgba(255,255,255,.48); transform: translateY(50%) rotate(90deg); text-transform: uppercase; letter-spacing: .23em; font-size: .59rem; }

.metrics { display: grid; grid-template-columns: repeat(4, 1fr); background: #05080b; color: white; padding: 0 clamp(22px, 5vw, 84px); }
.metrics div { min-height: 132px; padding: 27px 28px; border-right: 1px solid #2d3337; display: flex; flex-direction: column; justify-content: center; }
.metrics div:last-child { border-right: 0; }
.metrics strong { font-size: clamp(1.5rem, 2.6vw, 2.5rem); letter-spacing: -.04em; }
.metrics span { margin-top: 7px; color: #a9b0b5; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }

.section { padding: 112px clamp(22px, 7vw, 126px); }
.services { background: var(--paper); }
.section-intro { display: grid; grid-template-columns: .45fr 1.15fr .65fr; align-items: start; gap: 38px; margin-bottom: 58px; }
.eyebrow { margin: 8px 0 0; color: var(--teal); font-size: .74rem; text-transform: uppercase; letter-spacing: .2em; font-weight: 800; }
.section-intro h2 { margin: 0; max-width: 760px; font-size: clamp(2.35rem, 4.4vw, 4.9rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 650; }
.section-intro > p:last-child { margin: 9px 0 0; color: var(--muted); line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bfc5c7; border-left: 1px solid #bfc5c7; }
.service-card { min-height: 390px; padding: 26px; background: white; border-right: 1px solid #bfc5c7; border-bottom: 1px solid #bfc5c7; display: flex; flex-direction: column; transition: background .25s, color .25s; }
.service-card:hover { background: var(--ink); color: white; }
.service-top { display: flex; justify-content: space-between; font-family: var(--font-geist-mono), monospace; font-size: .72rem; }
.service-top span:last-child { color: var(--teal); font-size: 1rem; }
.service-card h3 { margin: 74px 0 18px; font-size: 1.48rem; line-height: 1.15; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.7; font-size: .91rem; }
.service-card:hover p { color: #c9ced1; }
.service-card a { margin-top: auto; font-size: .79rem; font-weight: 760; text-decoration: underline; text-underline-offset: 5px; }

.point-of-view { padding: 100px clamp(22px, 7vw, 126px); display: grid; grid-template-columns: .38fr 1.35fr .65fr; gap: 48px; align-items: start; background: var(--ink); color: white; }
.pov-index { color: #9ca4a9; font: .68rem var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .12em; }
.point-of-view blockquote { margin: 0; max-width: 880px; font-size: clamp(2.6rem, 5vw, 5.8rem); line-height: 1; letter-spacing: -.06em; font-weight: 640; }
.point-of-view p { margin: 9px 0 0; color: #aeb5b9; line-height: 1.75; }

.history { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 160px); background: white; }
.history-title h2 { margin: 18px 0 42px; max-width: 600px; font-size: clamp(2.5rem, 4.4vw, 4.9rem); line-height: 1.02; letter-spacing: -.055em; }
.year-mark { display: flex; align-items: flex-end; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); }
.year-mark strong { font-size: clamp(3rem, 6vw, 6rem); line-height: .8; letter-spacing: -.06em; }
.year-mark span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.history-copy { padding-top: 35px; }
.history-copy p { color: var(--muted); font-size: 1rem; line-height: 1.85; }
.history-copy .history-lead { margin-top: 0; color: var(--ink); font-size: clamp(1.3rem, 2vw, 1.85rem); line-height: 1.5; letter-spacing: -.025em; }
.values-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.values-row span { padding: 10px 14px; border: 1px solid var(--line); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }

.sectors { background: #0a0d10; color: white; }
.light-intro > p:last-child { color: #aeb5b9; }
.sector-list { border-top: 1px solid #353a3e; }
.sector-list div { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; min-height: 91px; border-bottom: 1px solid #353a3e; transition: padding .2s, color .2s; }
.sector-list div:hover { padding-left: 16px; color: var(--accent); }
.sector-list span { color: #778087; font: .7rem var(--font-geist-mono), monospace; }
.sector-list strong { font-size: clamp(1.25rem, 2.5vw, 2.3rem); font-weight: 540; letter-spacing: -.03em; }
.sector-list div > span:last-child { font-size: 1.2rem; color: var(--accent); }

.coverage { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 8vw, 130px); background: var(--paper); }
.coverage-copy h2 { margin: 18px 0 26px; font-size: clamp(2.5rem, 4.4vw, 4.9rem); line-height: 1.02; letter-spacing: -.055em; }
.coverage-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.coverage-copy a { display: inline-flex; gap: 28px; margin-top: 22px; padding-bottom: 8px; border-bottom: 2px solid var(--ink); font-weight: 760; font-size: .82rem; }
.communes { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; border-top: 1px solid #bfc5c7; }
.communes span { padding: 18px 10px; border-bottom: 1px solid #bfc5c7; font-size: .88rem; }
.communes span:nth-child(odd) { border-right: 1px solid #bfc5c7; }

.insights { background: white; }
.insights-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.insights-head h2 { margin: 15px 0 0; font-size: clamp(2.7rem, 5vw, 5.5rem); letter-spacing: -.06em; line-height: .95; }
.insights-head > p { margin: 0; color: var(--muted); line-height: 1.75; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bcc1c4; border-left: 1px solid #bcc1c4; }
.insight-grid article { min-height: 350px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid #bcc1c4; border-bottom: 1px solid #bcc1c4; }
.insight-grid article > span { color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 780; }
.insight-grid h3 { margin: 55px 0 0; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.25; letter-spacing: -.035em; }
.insight-grid a { margin-top: auto; font-size: .75rem; font-weight: 760; }

.contact-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(65px, 9vw, 160px); background: #dfe4e6; }
.contact-heading h2 { margin: 18px 0 24px; font-size: clamp(2.55rem, 4.8vw, 5.2rem); line-height: .96; letter-spacing: -.06em; }
.contact-heading > p:not(.eyebrow) { color: #4e575d; line-height: 1.8; }
.direct-contact { display: grid; grid-template-columns: auto 1fr; gap: 8px 22px; margin-top: 38px; font-size: .84rem; }
.direct-contact span { color: #687177; }
.direct-contact a { font-weight: 730; }
.contact-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 9px; font-size: .7rem; font-weight: 760; text-transform: uppercase; letter-spacing: .11em; }
.contact-form input,.contact-form select,.contact-form textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid #929a9e; border-radius: 0; background: transparent; color: var(--ink); font: 1rem var(--font-geist-sans), sans-serif; outline: none; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-bottom-color: var(--teal); }
.contact-form textarea { resize: vertical; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 8px; }
.form-submit small { color: #626a6f; font-size: .72rem; line-height: 1.5; }
.form-submit button { border: 0; background: var(--ink); color: white; min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; gap: 42px; font-weight: 760; cursor: pointer; }
.form-submit button span { color: var(--accent); }

.footer { padding: 70px clamp(22px, 7vw, 126px); display: grid; grid-template-columns: 1.4fr .65fr .65fr 1fr; gap: 50px; background: #05080b; color: #d7dbdd; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand > span { color: white; font-weight: 820; font-size: 1.75rem; letter-spacing: .12em; }
.footer-brand small { margin-top: 7px; color: #858d92; text-transform: uppercase; letter-spacing: .17em; font-size: .56rem; }
.footer > div:not(.footer-brand):not(.footer-end) { display: flex; flex-direction: column; gap: 11px; font-size: .78rem; }
.footer > div strong { margin-bottom: 5px; color: white; font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.footer > div a { color: #9ca3a7; }
.footer-end { display: flex; flex-direction: column; justify-content: space-between; color: #8c9498; font-size: .77rem; line-height: 1.7; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 70; display: flex; align-items: center; gap: 10px; padding: 12px 17px 12px 12px; background: #25d366; color: #073515; border-radius: 999px; font-weight: 800; font-size: .82rem; box-shadow: 0 13px 34px rgba(0,0,0,.32); }
.whatsapp-float svg { width: 28px; height: 28px; fill: white; }
.whatsapp-float .phone { fill: #25d366; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; justify-self: end; }
  .mobile-menu summary { list-style: none; cursor: pointer; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 43px; right: 0; width: 230px; padding: 20px; display: flex; flex-direction: column; gap: 16px; background: #0b1014; border: 1px solid #30363a; box-shadow: 0 16px 30px rgba(0,0,0,.3); }
  .site-header { grid-template-columns: 1fr auto auto; }
  .section-intro { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metrics div:nth-child(2) { border-right: 0; }
  .point-of-view { grid-template-columns: 1fr; }
  .history,.coverage,.contact-section { grid-template-columns: 1fr; }
  .insights-head { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-end { grid-column: 1 / -1; flex-direction: row; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; }
  .brand-sub { font-size: .52rem; }
  .header-cta { font-size: 0; }
  .header-cta span { font-size: 1.4rem; }
  .hero { min-height: 780px; padding-top: 78px; background-position: 61% center; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .hero-copy { font-size: .98rem; }
  .hero-side-label { display: none; }
  .metrics { grid-template-columns: 1fr 1fr; padding: 0; }
  .metrics div { min-height: 112px; padding: 20px 18px; }
  .metrics strong { font-size: 1.35rem; }
  .metrics span { font-size: .6rem; }
  .section { padding: 78px 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .point-of-view { padding: 76px 20px; }
  .point-of-view blockquote { font-size: 3rem; }
  .sector-list div { grid-template-columns: 48px 1fr auto; }
  .communes { grid-template-columns: 1fr; }
  .communes span:nth-child(odd) { border-right: 0; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-grid article { min-height: 300px; }
  .form-row { grid-template-columns: 1fr; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit button { justify-content: space-between; }
  .footer { grid-template-columns: 1fr 1fr; padding: 60px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-end { flex-direction: column; }
  .whatsapp-float { right: 15px; bottom: 15px; padding: 12px; }
  .whatsapp-float span { display: none; }
}

/* Identidad Panuco 2026: integración del kit de marca */
:root {
  --ink: #061a35;
  --navy: #052b55;
  --paper: #f5f9fb;
  --muted: #617186;
  --line: #cbdbe5;
  --accent: #00a3b7;
  --teal: #009db3;
  --blue: #0877d8;
}

.site-header {
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  border-bottom-color: #d4e1e8;
  box-shadow: 0 8px 30px rgba(6, 26, 53, .06);
}

.brand { flex-direction: row; align-items: center; gap: 12px; }
.brand-symbol {
  width: 38px; height: 49px; display: inline-grid; place-items: center; flex: 0 0 auto;
  color: white; background: linear-gradient(145deg, #0879df 0 39%, #00adc0 40% 68%, #06315d 69%);
  clip-path: polygon(0 0, 62% 0, 100% 22%, 100% 62%, 64% 84%, 64% 100%, 0 79%);
  font-weight: 900; font-size: 1.7rem; line-height: 1;
}
.brand-lockup { display: flex; flex-direction: column; line-height: 1; }
.brand-word { color: var(--ink); font-size: 1.35rem; letter-spacing: .18em; }
.brand-sub { margin-top: 7px; color: var(--teal); font-size: .58rem; letter-spacing: .45em; }
.desktop-nav a { color: #233b58; }
.desktop-nav a:hover { color: var(--teal); }
.header-cta { color: var(--ink); }
.header-cta span { color: var(--teal); }

.hero {
  min-height: 720px;
  background-image: linear-gradient(90deg, rgba(4, 35, 70, .98) 0%, rgba(4, 35, 70, .9) 40%, rgba(4, 35, 70, .16) 76%), url('/images/hero-panuco-bigfour.png');
}
.hero::after { background: linear-gradient(90deg, var(--accent) 0 32%, transparent 32%); }
.hero h1 { max-width: 850px; }
.kicker span { background: var(--accent); }
.button-accent { background: var(--accent); color: #03243f; }
.metrics { background: var(--navy); }
.metrics div { border-color: rgba(255, 255, 255, .15); }
.metrics strong { color: white; }
.metrics span { color: #9cc7d1; }

.brand-values {
  padding: 86px clamp(22px, 7vw, 126px); display: grid; grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 8vw, 120px); align-items: start; background: white; border-bottom: 1px solid var(--line);
}
.brand-values-copy h2 { margin: 18px 0 20px; font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.brand-values-copy > p:last-child { color: var(--muted); line-height: 1.75; max-width: 600px; }
.brand-values-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-values-grid article { min-height: 190px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-values-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--teal); border-radius: 50%; color: var(--teal); font: .7rem var(--font-geist-mono), monospace; }
.brand-values-grid h3 { margin: 24px 0 8px; font-size: 1.12rem; text-transform: uppercase; letter-spacing: .05em; }
.brand-values-grid p { margin: 0; color: var(--muted); line-height: 1.6; font-size: .83rem; }

.mini-brand { color: var(--ink); font-size: .66rem; font-weight: 850; letter-spacing: .16em; }
.mini-brand span { display: block; margin-top: 4px; color: var(--teal); font-size: .45rem; letter-spacing: .34em; }
.service-card .service-top { margin-top: 24px; }
.service-card-dark { background: var(--navy); color: white; }
.service-card-dark .mini-brand, .service-card-dark h3 { color: white; }
.service-card-dark p { color: #b9d1da; }
.service-card-dark:hover { background: #021e3c; }
.service-card-dark:hover p { color: #d4e4e9; }

.domestic-service.section {
  min-height: 850px; padding: 0; position: relative; overflow: hidden; display: flex; align-items: stretch;
  background: var(--navy);
}
.domestic-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.domestic-service::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(5, 43, 85, .1) 44%, rgba(5, 43, 85, 0) 70%); }
.domestic-copy {
  width: min(48%, 720px); min-height: 850px; padding: 78px clamp(34px, 5vw, 76px); position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: center; color: white; background: rgba(3, 31, 62, .97);
}
.domestic-copy .eyebrow { color: #5fe1ec; }
.domestic-copy h2 { margin: 18px 0 24px; font-size: clamp(2.45rem, 4.5vw, 5.1rem); line-height: .96; letter-spacing: -.06em; }
.domestic-copy .domestic-lead { margin-top: 0; color: #e1edf2; font-size: 1.03rem; line-height: 1.72; }
.domestic-copy h3 { margin: 26px 0 14px; color: #5fe1ec; font-size: .76rem; text-transform: uppercase; letter-spacing: .15em; }
.domestic-copy ul { margin: 0 0 24px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 24px; list-style: none; }
.domestic-copy li { padding-left: 20px; position: relative; color: #e6f0f4; font-size: .84rem; line-height: 1.5; }
.domestic-copy li::before { content: ""; width: 7px; height: 7px; position: absolute; left: 0; top: .45em; background: var(--accent); }
.domestic-copy > p:not(.eyebrow):not(.domestic-lead):not(.domestic-closing) { margin: 0; color: #bcd0da; font-size: .82rem; line-height: 1.65; }
.domestic-closing { margin: 20px 0 0; color: white; font-weight: 760; }
.domestic-cta { width: fit-content; min-height: 54px; margin-top: 28px; padding: 0 22px; display: inline-flex; align-items: center; gap: 34px; background: var(--accent); color: #03243f; font-size: .84rem; font-weight: 820; transition: transform .2s, background .2s; }
.domestic-cta:hover { transform: translateY(-2px); background: #32c4d1; }

.startup-service.section {
  min-height: 900px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden;
  background: #f5f9fb; border-bottom: 1px solid var(--line);
}
.startup-visual { min-height: 900px; overflow: hidden; background: #dbe7ec; }
.startup-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.startup-copy {
  min-height: 900px; padding: 70px clamp(34px, 5vw, 82px); display: flex; flex-direction: column;
  justify-content: center; color: var(--ink); background: #f7fafc;
}
.startup-copy h2 { max-width: 760px; margin: 18px 0 24px; font-size: clamp(2.6rem, 4.4vw, 5rem); line-height: .96; letter-spacing: -.06em; }
.startup-copy .startup-lead { margin: 0; color: #344c64; font-size: 1.03rem; line-height: 1.72; }
.startup-copy h3 { margin: 26px 0 14px; color: var(--teal); font-size: .76rem; text-transform: uppercase; letter-spacing: .15em; }
.startup-copy ul { margin: 0 0 24px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 24px; list-style: none; }
.startup-copy li { padding-left: 20px; position: relative; color: #344c64; font-size: .84rem; line-height: 1.5; }
.startup-copy li::before { content: ""; width: 7px; height: 7px; position: absolute; left: 0; top: .45em; background: var(--accent); }
.startup-copy > p:not(.eyebrow):not(.startup-lead):not(.startup-closing) { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.startup-closing { margin: 18px 0 8px; color: var(--ink); font-weight: 760; line-height: 1.6; }
.startup-cta { width: fit-content; min-height: 54px; margin-top: 28px; padding: 0 22px; display: inline-flex; align-items: center; gap: 34px; background: var(--navy); color: white; font-size: .84rem; font-weight: 820; transition: transform .2s, background .2s; }
.startup-cta span { color: #5fe1ec; }
.startup-cta:hover { transform: translateY(-2px); background: #073c70; }

.brand-showcase { background: #f7fafc; border-top: 1px solid var(--line); }
.showcase-heading { display: grid; grid-template-columns: .4fr 1.1fr .65fr; gap: 38px; align-items: start; margin-bottom: 54px; }
.showcase-heading h2 { margin: 0; font-size: clamp(2.35rem, 4.4vw, 4.9rem); line-height: 1.02; letter-spacing: -.055em; }
.showcase-heading > p:last-child { margin: 7px 0 0; color: var(--muted); line-height: 1.75; }
.showcase-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.showcase-card { min-height: 430px; padding: 29px; border: 1px solid var(--line); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.showcase-card::before { content: ""; width: 52px; height: 3px; margin: 48px 0 20px; background: var(--teal); }
.showcase-card strong { max-width: 310px; font-size: clamp(1.7rem, 2.5vw, 2.7rem); line-height: 1.06; letter-spacing: -.045em; }
.showcase-card p { max-width: 330px; color: var(--muted); line-height: 1.65; font-size: .88rem; }
.showcase-navy { background: var(--navy); color: white; border-color: var(--navy); }
.showcase-navy .mini-brand, .showcase-navy strong { color: white; }
.showcase-navy p { color: #bcd1db; }
.chart-bars { display: flex; gap: 11px; align-items: flex-end; margin: auto 0 0 auto; height: 112px; }
.chart-bars i { width: 25px; display: block; background: #a7c9dc; }
.chart-bars i:nth-child(1) { height: 58px; }
.chart-bars i:nth-child(2) { height: 88px; background: var(--teal); }
.chart-bars i:nth-child(3) { height: 112px; background: var(--navy); }
.showcase-line { width: 80px; height: 4px; margin-top: auto; background: var(--accent); }
.brand-statement { margin-top: 24px; min-height: 150px; padding: 28px 42px; display: flex; align-items: center; gap: 34px; background: linear-gradient(110deg, var(--navy) 0 72%, #07516f 72%); color: white; }
.brand-symbol.large { width: 58px; height: 76px; font-size: 2.5rem; }
.brand-statement p { margin: 0; font-size: clamp(1.2rem, 2.4vw, 2.15rem); letter-spacing: -.03em; }
.brand-statement strong { color: var(--accent); }

.sectors, .point-of-view, .footer { background: #031f3e; }
.sector-list div:hover { color: var(--accent); }
.contact-section { background: #e8f1f5; }
.form-submit button { background: var(--navy); }

.footer-brand { flex-direction: row; align-items: center; gap: 15px; }
.footer-symbol { width: 42px; height: 54px; }
.footer-lockup { display: flex; flex-direction: column; }
.footer-lockup strong { color: white; font-size: 1.4rem; letter-spacing: .17em; }
.footer-lockup small { margin-top: 5px; color: var(--accent); letter-spacing: .38em; font-size: .55rem; }
.footer-lockup em { margin-top: 12px; color: #8faebc; font-style: normal; font-size: .57rem; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1020px) {
  .brand-values { grid-template-columns: 1fr; }
  .showcase-heading { grid-template-columns: 1fr; }
  .showcase-cards { grid-template-columns: 1fr 1fr; }
  .showcase-card:last-child { grid-column: 1 / -1; }
  .domestic-copy { width: 60%; }
  .domestic-copy ul { grid-template-columns: 1fr; }
  .startup-service.section { grid-template-columns: .8fr 1.2fr; }
  .startup-copy ul { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .brand-symbol { width: 31px; height: 40px; font-size: 1.35rem; }
  .brand-word { font-size: 1.03rem; }
  .brand-sub { font-size: .43rem; }
  .hero { min-height: 760px; }
  .brand-values { padding: 72px 20px; }
  .brand-values-grid { grid-template-columns: 1fr; }
  .showcase-cards { grid-template-columns: 1fr; }
  .showcase-card:last-child { grid-column: auto; }
  .showcase-card { min-height: 370px; }
  .brand-statement { padding: 24px; align-items: flex-start; flex-direction: column; }
  .brand-symbol.large { width: 50px; height: 65px; }
  .footer-brand { grid-column: 1 / -1; }
  .domestic-service.section { min-height: 0; padding-top: 300px; display: block; background: var(--navy); }
  .domestic-image { height: 300px; object-position: 64% center; }
  .domestic-service::after { display: none; }
  .domestic-copy { width: 100%; min-height: 0; padding: 58px 20px; }
  .domestic-copy h2 { font-size: 2.65rem; }
  .domestic-cta { width: 100%; justify-content: space-between; }
  .startup-service.section { min-height: 0; display: block; }
  .startup-visual { min-height: 0; height: 390px; }
  .startup-image { object-position: center 42%; }
  .startup-copy { min-height: 0; padding: 58px 20px; }
  .startup-copy h2 { font-size: 2.65rem; }
  .startup-cta { width: 100%; justify-content: space-between; }
}
