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

:root {
  --background: #f7f8f6;
  --foreground: #111827;
  --card: #ffffff;
  --card-foreground: #111827;
  --popover: #ffffff;
  --popover-foreground: #111827;
  --primary: #0b1020;
  --primary-foreground: #ffffff;
  --secondary: #eef0f2;
  --secondary-foreground: #111827;
  --muted: #eef0f2;
  --muted-foreground: #5b6577;
  --accent: #f15b3a;
  --accent-foreground: #ffffff;
  --destructive: #bd322b;
  --border: #dce0e6;
  --input: #dce0e6;
  --ring: #f15b3a;
  --radius: 1rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Manrope, Arial, sans-serif; background: var(--background); color: var(--foreground); }
a { text-decoration: none; }
button, input, select, textarea { font: inherit; }

.gateway { min-height: 100svh; color: white; position: relative; background: #070d24 url('../images/capa-ia.jpg') center / cover no-repeat; overflow: hidden; }
.gateway-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 9, 28, .72) 0%, rgba(3, 9, 28, .36) 48%, rgba(3, 9, 28, .04) 100%); }
.gateway-content { min-height: 100svh; position: relative; z-index: 1; max-width: 1440px; margin: auto; padding: clamp(24px, 3vw, 48px) clamp(24px, 5vw, 76px); display: flex; flex-direction: column; }
.gateway-nav { display: flex; flex-wrap: wrap; gap: 10px; }
.gateway-nav a { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 11px; color: #fff; background: rgba(8,15,39,.42); backdrop-filter: blur(10px); font-size: 14px; font-weight: 700; transition: .2s ease; }
.gateway-nav a:hover, .gateway-nav a:focus-visible { background: #f15b3a; border-color: #f15b3a; transform: translateY(-2px); }
.gateway-nav a span { font-size: 18px; line-height: 1; }
.gateway-message { margin: auto 0; max-width: 650px; }
.logo-crop { overflow: hidden; position: relative; }
.logo-crop img { display: block; height: auto; width: 100%; }
.logo-crop-light { width: min(100%, 580px); height: 210px; }
.logo-crop-light img { width: 580px; max-width: none; position: absolute; top: -200px; left: 0; }
.gateway-message p { margin: 5px 0 0 30px; font-size: clamp(16px, 1.45vw, 21px); font-weight: 700; line-height: 1.45; white-space: nowrap; }
.gateway-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.8); font-size: 13px; }

@media (max-width: 700px) {
  .gateway { background-position: 65% center; }
  .gateway-shade { background: linear-gradient(180deg, rgba(3,9,28,.55) 0%, rgba(3,9,28,.55) 45%, rgba(3,9,28,.92) 100%); }
  .gateway-content { padding: 20px; }
  .gateway-nav { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .gateway-nav a { min-height: 48px; }
  .gateway-message { margin: auto 0 45px; }
  .logo-crop-light { width: min(100%, 430px); height: 170px; }
  .logo-crop-light img { width: 430px; top: -148px; }
  .gateway-message p { margin: -1px 0 0 12px; font-size: 16px; white-space: normal; }
  .gateway-bottom { display: block; line-height: 1.5; }
  .gateway-bottom span:last-child { display: none; }
}

/* Portfolio */
.portfolio-page { min-height: 100vh; background: #f7f8f6; color: #121827; }
.portfolio-header { color: #162031; }
.portfolio-hero { max-width: 1440px; margin: auto; padding: 100px clamp(24px,7vw,108px) 75px; border-bottom: 1px solid #dce0e2; }
.portfolio-hero h1 { max-width: 850px; margin: 18px 0; font-size: clamp(48px,6vw,88px); line-height: 1.02; letter-spacing: -.07em; }
.portfolio-hero h1 em { color: #ed593b; font-style: normal; }
.portfolio-hero p { max-width: 620px; color: #64707d; font-size: 18px; line-height: 1.65; }
.portfolio-grid { max-width: 1440px; margin: auto; padding: 75px clamp(24px,7vw,108px) 110px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 50px 30px; }
.portfolio-grid article { min-width: 0; }
.portfolio-cover { aspect-ratio: 4/3; overflow: hidden; border-radius: 18px; background: radial-gradient(circle at 70% 40%,#304b79,#10192f 65%); display: grid; place-items: center; color: #fff; }
.portfolio-cover img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-cover > span { font-size: 38px; font-weight: 800; letter-spacing: -.08em; }
.portfolio-grid article > div:last-child { padding: 22px 5px; }
.portfolio-grid small { color: #ed593b; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-grid h2 { margin: 8px 0; font-size: clamp(28px,3vw,42px); letter-spacing: -.045em; }
.portfolio-grid p { color: #65717d; line-height: 1.65; }
.portfolio-grid b { display: block; color: #87919b; font-size: 13px; }
.portfolio-grid strong { color: #ed593b; }
.portfolio-empty { max-width: 900px; margin: 70px auto 120px; text-align: center; padding: 70px 24px; border: 1px dashed #b9c0c4; border-radius: 20px; }
.portfolio-empty strong { font-size: 28px; }.portfolio-empty p { color: #697480; }

/* Twelve CMS */
.cms-shell { min-height: 100vh; background: #f3f5f4; color: #151b29; display: grid; grid-template-columns: 250px minmax(0,1fr); }
.cms-sidebar { min-height: 100vh; position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; background: #101729; color: #fff; padding: 31px 20px 22px; }
.cms-brand { color: #fff; display: grid; padding: 0 12px 31px; border-bottom: 1px solid rgba(255,255,255,.12); }
.cms-brand span { font-size: 35px; line-height: 1; font-weight: 800; letter-spacing: -.08em; }.cms-brand small { margin-top: 8px; color: #8492a7; font-size: 9px; letter-spacing: .17em; }
.cms-sidebar nav { display: grid; gap: 5px; margin-top: 26px; }
.cms-sidebar nav button { width: 100%; border: 0; border-radius: 9px; padding: 12px 13px; background: transparent; color: #aab5c6; display: flex; align-items: center; gap: 12px; text-align: left; font-size: 14px; font-weight: 700; cursor: pointer; }
.cms-sidebar nav button > span { width: 23px; text-align: center; color: #75839a; }.cms-sidebar nav button:hover,.cms-sidebar nav button.active { color: #fff; background: rgba(255,255,255,.09); }.cms-sidebar nav button.active > span { color: #ff7254; }
.cms-account { margin-top: auto; border-top: 1px solid rgba(255,255,255,.12); padding: 20px 12px 0; display: grid; gap: 5px; }.cms-account small { color: #7f8da3; }.cms-account span { overflow: hidden; text-overflow: ellipsis; font-size: 12px; }.cms-account button { width: max-content; margin-top: 7px; border: 0; background: transparent; color: #ff8268; padding: 0; cursor: pointer; font-weight: 700; }
.cms-main { min-width: 0; padding: 34px clamp(24px,4vw,58px) 90px; }
.cms-topbar { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-bottom: 28px; border-bottom: 1px solid #d9dede; }.cms-topbar h1 { margin: 6px 0 0; font-size: clamp(34px,4vw,52px); letter-spacing: -.06em; }.cms-topbar > a { color: #1c2737; border: 1px solid #bdc5c8; border-radius: 9px; padding: 11px 14px; font-size: 13px; font-weight: 800; }
.cms-message { margin: 20px 0 0; border-radius: 9px; padding: 12px 15px; color: #216759; background: #dff0eb; font-size: 14px; }
.cms-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 30px; }.cms-stats article { padding: 22px; border: 1px solid #dce1e1; border-radius: 14px; background: #fff; display: grid; }.cms-stats span { color: #717d88; font-size: 13px; }.cms-stats strong { margin: 15px 0 7px; font-size: 38px; letter-spacing: -.05em; }.cms-stats small { color: #9ba3aa; }
.cms-quick { margin-top: 35px; }.cms-quick h2 { font-size: 22px; }.cms-quick > div { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }.cms-quick button { border: 1px solid #dbe0e0; border-radius: 12px; background: #fff; padding: 18px; text-align: left; cursor: pointer; display: grid; gap: 8px; }.cms-quick button:hover { border-color: #ed593b; transform: translateY(-2px); }.cms-quick button strong { font-size: 25px; }.cms-quick button span { color: #606c78; }.cms-quick button b { color: #ed593b; }
.cms-module-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 30px 0 20px; }.cms-module-bar > div { display: flex; align-items: baseline; gap: 9px; }.cms-module-bar strong { font-size: 27px; }.cms-module-bar span { color: #78838c; font-size: 13px; }
.cms-primary { border: 0; border-radius: 9px; color: #fff; background: #ed593b; padding: 12px 17px; font-weight: 800; cursor: pointer; }.cms-primary:disabled { opacity: .55; cursor: wait; }
.cms-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }.cms-card { overflow: hidden; border: 1px solid #dce1e1; border-radius: 15px; background: #fff; }.cms-card-image { aspect-ratio: 16/7; position: relative; display: grid; place-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 65% 40%,#2e4d7d,#11192e 70%); }.cms-card-image img { width: 100%; height: 100%; object-fit: cover; }.cms-card-image > span { font-size: 31px; font-weight: 800; letter-spacing: -.08em; }.cms-card-image > b { position: absolute; right: 12px; top: 12px; border-radius: 100px; padding: 6px 9px; font-size: 10px; background: rgba(16,23,41,.8); }.cms-card-image .status-published { background: #246e5d; }.cms-card-image .status-unavailable { background: #983f38; }
.cms-card-body { padding: 20px; }.cms-card-body > small { color: #ed593b; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }.cms-card-body h3 { margin: 7px 0; font-size: 23px; }.cms-card-body > p { min-height: 43px; color: #697581; font-size: 14px; line-height: 1.55; }.cms-card-body > strong { color: #ed593b; }.cms-card-actions { display: flex; gap: 8px; margin-top: 17px; }.cms-card-actions button { border: 1px solid #cbd2d4; border-radius: 7px; background: #f7f8f7; padding: 8px 11px; font-weight: 800; cursor: pointer; }.cms-card-actions .danger { color: #b3423a; }
.cms-upload { display: flex; align-items: end; gap: 8px; margin-top: 15px; padding-top: 15px; border-top: 1px solid #e5e8e8; }.cms-upload label { color: #65717b; display: grid; gap: 6px; font-size: 11px; font-weight: 800; }.cms-upload input { max-width: 220px; font-size: 11px; }.cms-upload button { border: 0; border-radius: 7px; padding: 8px 11px; background: #111827; color: #fff; font-weight: 800; }
.cms-media-strip { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }.cms-media-strip > div { position: relative; width: 58px; height: 58px; border-radius: 7px; overflow: hidden; background: #e9eceb; }.cms-media-strip img { width: 100%; height: 100%; object-fit: cover; }.cms-media-strip a { height: 100%; display: grid; place-items: center; color: #222; font-weight: 800; }.cms-media-strip button { position: absolute; right: 2px; top: 2px; width: 20px; height: 20px; border: 0; border-radius: 50%; color: #fff; background: #a83732; cursor: pointer; }
.cms-editor { margin: 0 0 22px; padding: 25px; border: 1px solid #d8ddde; border-radius: 15px; background: #fff; }.cms-editor-head { display: flex; align-items: start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid #e5e8e8; }.cms-editor-head span { color: #ed593b; font-size: 10px; font-weight: 800; letter-spacing: .13em; }.cms-editor-head h2 { margin: 4px 0 0; }.cms-editor-head button { border: 0; background: transparent; cursor: pointer; color: #65717d; }.cms-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; padding-top: 20px; }.cms-form-grid .wide { grid-column: 1/-1; }.cms-form-grid label,.cms-settings label { display: grid; gap: 7px; color: #4e5a66; font-size: 12px; font-weight: 800; }.cms-form-grid input,.cms-form-grid select,.cms-form-grid textarea,.cms-settings input,.cms-settings textarea { width: 100%; border: 1px solid #cbd2d4; border-radius: 8px; background: #fff; padding: 11px 12px; color: #111827; outline-color: #ed593b; font-size: 14px; }.cms-editor-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 20px; }.cms-editor-actions > button:first-child { border: 1px solid #cbd2d4; border-radius: 8px; padding: 10px 15px; background: #fff; cursor: pointer; }
.cms-empty { text-align: center; padding: 70px 20px; border: 1px dashed #b9c1c3; border-radius: 15px; color: #55616d; }.cms-empty strong { font-size: 21px; }.cms-empty p { color: #879098; }
.cms-settings { max-width: 900px; margin-top: 30px; }.cms-settings section { margin-bottom: 18px; border: 1px solid #dce1e1; border-radius: 14px; background: #fff; padding: 23px; }.cms-settings h2 { margin: 0 0 20px; font-size: 20px; }.cms-settings section > div { display: grid; gap: 15px; }
.cms-login { min-height: 100vh; display: grid; grid-template-columns: minmax(350px,600px) 1fr; background: #f7f8f6; }.cms-login > section { padding: clamp(35px,7vw,90px); display: flex; flex-direction: column; justify-content: space-between; gap: 55px; }.cms-login-brand { display: grid; width: max-content; color: #111827; font-size: 36px; font-weight: 800; letter-spacing: -.08em; }.cms-login-brand small { margin-top: 7px; color: #84909b; font-size: 9px; letter-spacing: .16em; }.cms-login h1 { margin: 12px 0; font-size: clamp(48px,6vw,78px); line-height: 1; letter-spacing: -.07em; }.cms-login p { color: #68747f; line-height: 1.6; }.cms-login form { display: grid; gap: 14px; }.cms-login form label { display: grid; gap: 7px; color: #4c5863; font-size: 13px; font-weight: 800; }.cms-login form input { border: 1px solid #c8cfd1; border-radius: 9px; padding: 13px; background: #fff; }.cms-login > section > a:last-child { color: #56616d; font-size: 13px; font-weight: 700; }.cms-login aside { position: relative; overflow: hidden; color: #fff; background: #080e24 url('../images/capa-ia.jpg') 65% center/cover no-repeat; }.cms-login aside::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,10,27,.85),rgba(5,10,27,.08)); }.cms-login aside > div { position: absolute; z-index: 1; left: 55px; right: 55px; bottom: 50px; display: grid; }.cms-login aside strong { font-size: 58px; letter-spacing: -.08em; }.cms-login aside span { max-width: 420px; color: #c6d0dd; font-size: 17px; }

@media (max-width: 1050px) {
  .cms-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }.cms-quick > div { grid-template-columns: repeat(3,minmax(0,1fr)); }.cms-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .portfolio-grid { grid-template-columns: 1fr; padding: 45px 20px 80px; }.portfolio-hero { padding: 70px 20px 50px; }
  .cms-shell { grid-template-columns: 1fr; }.cms-sidebar { min-height: 0; height: auto; position: static; padding: 18px; }.cms-brand { padding: 0 5px 15px; }.cms-sidebar nav { display: flex; overflow-x: auto; margin-top: 14px; }.cms-sidebar nav button { white-space: nowrap; width: auto; }.cms-account { display: none; }.cms-main { padding: 25px 17px 70px; }.cms-topbar { align-items: end; }.cms-topbar > a { font-size: 11px; }.cms-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }.cms-quick > div { grid-template-columns: repeat(2,minmax(0,1fr)); }.cms-form-grid { grid-template-columns: 1fr; }.cms-form-grid .wide { grid-column: auto; }.cms-module-bar { align-items: end; }.cms-login { grid-template-columns: 1fr; }.cms-login aside { display: none; }.cms-login > section { min-height: 100vh; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition-duration: .01ms !important; } }

/* Shared interior navigation */
.site-header { max-width: 1440px; margin: auto; padding: 24px clamp(24px,5vw,76px); display: flex; align-items: center; gap: 36px; position: relative; z-index: 2; }
.site-header nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-header nav a { color: inherit; font-size: 13px; font-weight: 700; opacity: .72; }
.site-header nav a:hover { opacity: 1; }
.header-brand { width: 168px; height: 58px; display: block; overflow: hidden; position: relative; flex: none; }
.header-brand img { position: absolute; width: 204px; max-width: none; height: 204px; left: -17px; top: -69px; }
.header-action { padding: 11px 15px; border-radius: 9px; border: 1px solid currentColor; color: inherit; font-size: 12px; font-weight: 800; white-space: nowrap; }
.header-action span { margin-left: 10px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 16px 20px; border-radius: 10px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-orange { color: #fff; background: #ef5938; }
.button-light { color: #10172d; background: #fff; }
.button-dark { color: #fff; background: #111827; border: 1px solid #111827; }
.button-outline { color: #111827; background: transparent; border: 1px solid #b4bdc5; }
.section-kicker { font-size: 11px; font-weight: 800; letter-spacing: .16em; color: #ed593b; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800; letter-spacing: .13em; color: #ed593b; }
.eyebrow-dot { width: 7px; height: 7px; background: #ed593b; border-radius: 50%; }

/* Twelve Soluções Digitais */
.solutions-page { background: #f7f8f6; }
.solution-header { color: #1a2130; }
.header-brand-light { background: #101727; border-radius: 8px; }
.solutions-hero { max-width: 1440px; min-height: 660px; margin: auto; padding: 95px clamp(24px,7vw,108px) 100px; display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.85fr); gap: 60px; align-items: center; }
.solutions-hero-copy { max-width: 650px; }
.solutions-hero h1 { font-size: clamp(46px,5vw,79px); letter-spacing: -.065em; line-height: 1.08; margin: 22px 0 25px; font-weight: 800; }
.solutions-hero h1 em, .section-heading h2 em, .collection-heading h2 em, .studio-hero h1 em { font-style: normal; color: #ed593b; }
.solutions-hero-copy > p { font-size: clamp(16px,1.3vw,19px); line-height: 1.7; max-width: 550px; color: #626d7b; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 33px; }
.text-link { color: #162031; font-weight: 800; font-size: 13px; }
.text-link span { margin-left: 8px; }
.solutions-hero-visual { min-height: 460px; position: relative; border-radius: 28px; overflow: hidden; background: radial-gradient(circle at 65% 35%,#244676,#121b3b 55%,#0a1028); box-shadow: 0 35px 60px rgba(17,24,39,.13); }
.solutions-hero-visual::before { content: ''; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.solutions-hero-visual::after { content: ''; position: absolute; width: 320px; height: 320px; right: -110px; bottom: -120px; border-radius: 50%; background: #eb553d; filter: blur(80px); opacity: .58; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 310px; height: 310px; }.orbit-two { width: 470px; height: 470px; }
.visual-core { position: absolute; z-index: 1; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 190px; height: 190px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.32); box-shadow: 0 0 55px rgba(86,138,255,.19); }
.visual-core span { font-size: 40px; font-weight: 800; letter-spacing: -.08em; }.visual-core small { margin-top: 8px; font-size: 8px; letter-spacing: .12em; }
.visual-pill { position: absolute; z-index: 1; color: #fff; font-size: 12px; font-weight: 700; padding: 12px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; background: rgba(255,255,255,.12); backdrop-filter: blur(10px); }
.pill-one { left: 11%; top: 20%; }.pill-two { right: 8%; top: 27%; }.pill-three { left: 17%; bottom: 19%; }
.intro-strip { border-top: 1px solid #dfe3e6; border-bottom: 1px solid #dfe3e6; padding: 42px clamp(24px,7vw,108px); display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: center; }
.intro-strip span { color: #ed593b; font-size: 11px; font-weight: 800; letter-spacing: .13em; }.intro-strip p { margin: 0; max-width: 700px; font-size: clamp(18px,2vw,27px); font-weight: 700; line-height: 1.4; letter-spacing: -.035em; }
.services-section { max-width: 1440px; margin: auto; padding: 120px clamp(24px,7vw,108px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 50px; }.section-heading h2 { margin: 13px 0 0; font-size: clamp(40px,4vw,62px); letter-spacing: -.06em; line-height: 1.12; }.section-heading > p { max-width: 340px; color: #687381; font-size: 15px; line-height: 1.6; }
.service-row { display: grid; grid-template-columns: 65px 1fr 24px; gap: 20px; padding: 29px 0; border-top: 1px solid #d8dde1; }.service-row:last-child { border-bottom: 1px solid #d8dde1; }.service-number { font-size: 12px; font-weight: 800; color: #ed593b; padding-top: 8px; }.service-title-line { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; }.service-row h3 { margin: 0; font-size: clamp(22px,2.4vw,33px); letter-spacing: -.045em; }.service-tag { border: 1px solid #c7cfd3; border-radius: 100px; color: #66717e; font-size: 10px; font-weight: 800; padding: 6px 10px; text-transform: uppercase; letter-spacing: .07em; }.service-row p { max-width: 650px; color: #5f6b78; margin: 11px 0 14px; line-height: 1.6; font-size: 15px; }.service-row small { font-size: 12px; color: #929ba5; }.service-arrow { font-size: 24px; color: #ed593b; }
.method-section { background: #101729; color: #fff; padding: 110px clamp(24px,7vw,108px); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }.method-lead { max-width: 580px; }.method-lead h2 { font-size: clamp(38px,3.7vw,58px); line-height: 1.16; letter-spacing: -.055em; margin: 18px 0; }.method-lead p { color: #aab7c9; line-height: 1.7; max-width: 500px; }.method-steps div { border-top: 1px solid rgba(255,255,255,.2); padding: 25px 0; }.method-steps div:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }.method-steps span { font-size: 11px; font-weight: 800; color: #ff8268; letter-spacing: .12em; }.method-steps p { font-size: 18px; max-width: 400px; line-height: 1.5; margin-bottom: 0; }
.contact-section { background: #ea593a; color: #fff; padding: 85px clamp(24px,7vw,108px); display: flex; align-items: end; justify-content: space-between; gap: 40px; }.contact-section .section-kicker { color: #ffe3d9; }.contact-section h2 { max-width: 730px; font-size: clamp(38px,4vw,60px); letter-spacing: -.06em; line-height: 1.12; margin: 18px 0; }.contact-section p { color: #ffe3d9; line-height: 1.6; }.contact-section .button { flex: none; }
.site-footer { display: flex; gap: 20px; justify-content: space-between; align-items: center; padding: 32px clamp(24px,7vw,108px); background: #101729; color: #aab5c1; font-size: 12px; }.site-footer span:first-child { color: #fff; font-weight: 800; }.site-footer a { color: #fff; font-weight: 700; }

/* Twelve Studio */
.studio-page { background: #f7f6f2; color: #111827; }.studio-header { border-bottom: 1px solid #dfe1de; }.studio-hero { max-width: 1440px; min-height: 650px; margin: auto; padding: 80px clamp(24px,7vw,108px) 90px; display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; }.studio-hero-copy { max-width: 620px; }.studio-hero h1 { font-size: clamp(47px,5vw,78px); line-height: 1.08; letter-spacing: -.065em; margin: 20px 0 25px; }.studio-hero p { color: #66717a; font-size: 18px; line-height: 1.65; max-width: 510px; }.studio-hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 33px; }.studio-hero-art { align-self: stretch; border-radius: 25px; min-height: 440px; background: #080e24 url('../images/capa-ia.jpg') 68% center/cover no-repeat; position: relative; overflow: hidden; }.studio-hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,10,27,.6),transparent 55%); }.studio-hero-art span { position: absolute; z-index: 1; left: 25px; bottom: 24px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.studio-intro { border-top: 1px solid #dfe1de; border-bottom: 1px solid #dfe1de; padding: 29px clamp(24px,7vw,108px); display: flex; align-items: center; gap: 50px; }.studio-intro span { font-weight: 800; font-size: 12px; color: #ed593b; }.studio-intro p { margin: 0; font-size: 15px; color: #5f6974; }
.collection-section { max-width: 1440px; margin: auto; padding: 110px clamp(24px,7vw,108px); scroll-margin-top: 30px; }.collection-section + .collection-section { border-top: 1px solid #dfe1de; }.collection-heading { margin-bottom: 55px; }.collection-heading h2 { margin: 14px 0; font-size: clamp(44px,5vw,75px); letter-spacing: -.065em; }.collection-heading p { color: #69737d; line-height: 1.6; }
.category-stack { display: grid; gap: 25px; }.category-panel { border: 1px solid #d9ddda; border-radius: 18px; overflow: hidden; background: #fff; }.category-panel-head { padding: 26px 30px; display: flex; align-items: center; gap: 24px; }.category-index { color: #ed593b; font-size: 12px; font-weight: 800; }.category-panel h3 { margin: 0; font-size: clamp(24px,2.5vw,34px); letter-spacing: -.045em; }.category-count { margin-left: auto; color: #8a939c; font-size: 12px; font-weight: 700; }.category-gallery { padding: 0 16px 16px; display: grid; grid-template-columns: repeat(auto-fit,minmax(185px,1fr)); gap: 12px; }.category-gallery figure { margin: 0; aspect-ratio: 3/4; background: #e9e9e6; border-radius: 10px; overflow: hidden; }.category-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }.category-empty { margin: 0 16px 16px; min-height: 170px; border-radius: 10px; background: radial-gradient(circle at 78% 60%,#304266,#10192f 60%); color: #fff; display: flex; align-items: end; justify-content: space-between; padding: 25px; gap: 20px; }.empty-mark { font-weight: 800; font-size: 31px; letter-spacing: -.08em; }.empty-mark span { display: block; font-size: 11px; font-weight: 700; letter-spacing: .35em; text-transform: uppercase; margin-top: -5px; }.category-empty p { margin: 0; font-size: 13px; color: #bdc7d5; }
.studio-end { padding: 100px 24px; text-align: center; background: #e8eceb; }.studio-end h2 { max-width: 650px; margin: 15px auto; font-size: clamp(37px,4vw,60px); line-height: 1.15; letter-spacing: -.055em; }.studio-end p { max-width: 560px; margin: 0 auto 28px; color: #626d76; line-height: 1.6; }.studio-footer { background: #111827; }

/* Private catalog editor */
.editor-page { min-height: 100vh; background: #f6f7f5; padding: 50px clamp(18px,5vw,70px) 100px; }.editor-header { display: flex; justify-content: space-between; align-items: end; gap: 25px; max-width: 1200px; margin: auto; }.editor-header h1 { font-size: clamp(37px,4vw,54px); letter-spacing: -.06em; margin: 10px 0; }.editor-header p { color: #65717c; line-height: 1.6; }.editor-toolbar { max-width: 1200px; margin: 42px auto 22px; display: flex; align-items: center; justify-content: space-between; color: #77828c; font-size: 13px; }.editor-tabs { display: flex; gap: 7px; }.editor-tabs button { border: 1px solid #d2d9da; border-radius: 8px; padding: 10px 18px; color: #273342; background: #fff; font-weight: 800; cursor: pointer; }.editor-tabs button.active { color: #fff; background: #111827; border-color: #111827; }.editor-message { max-width: 1200px; margin: 0 auto 20px; padding: 12px 16px; background: #e1efec; border-radius: 8px; color: #286e61; }.editor-categories { max-width: 1200px; margin: auto; display: grid; gap: 20px; }.editor-category { border: 1px solid #dbe0e0; border-radius: 15px; background: #fff; padding: 22px; }.editor-category-head { display: flex; gap: 20px; justify-content: space-between; align-items: end; padding-bottom: 20px; border-bottom: 1px solid #e4e8e8; }.editor-category-head form { display: flex; gap: 8px; align-items: end; }.editor-page label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; color: #495663; }.editor-page input { border: 1px solid #cbd3d5; border-radius: 8px; background: #fff; color: #111827; min-height: 41px; padding: 9px 11px; outline-color: #ed593b; }.editor-category-head input { min-width: 270px; font-size: 20px; font-weight: 800; }.editor-page button { cursor: pointer; }.editor-page button:disabled { opacity: .45; cursor: wait; }.editor-category-head form button, .editor-photo form button { min-height: 41px; padding: 0 11px; border: 1px solid #cbd3d5; border-radius: 8px; background: #f5f7f6; color: #273342; font-size: 12px; font-weight: 800; }.editor-controls { display: flex; gap: 6px; }.editor-controls button { min-height: 37px; padding: 0 10px; border: 1px solid #cbd3d5; border-radius: 8px; background: #fff; color: #273342; font-size: 12px; font-weight: 800; }.editor-controls button.danger { color: #bb3e37; border-color: #ead0ce; }.editor-photos { display: grid; grid-template-columns: repeat(auto-fill,minmax(175px,1fr)); gap: 14px; padding: 20px 0; }.editor-photo { border: 1px solid #dfe4e3; border-radius: 10px; overflow: hidden; padding: 8px; }.editor-photo > img { width: 100%; height: 180px; object-fit: cover; border-radius: 6px; background: #eee; }.editor-photo form { display: grid; gap: 5px; margin: 7px 0; }.editor-photo .editor-controls { justify-content: flex-end; }.editor-upload { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; }.editor-upload input[type=file] { max-width: 240px; }.editor-upload small { width: 100%; color: #8d979e; }.editor-add { max-width: 1200px; margin: 25px auto; padding: 25px; border: 1px dashed #aeb8bb; border-radius: 12px; display: flex; align-items: end; flex-wrap: wrap; gap: 14px; }.editor-add h2 { width: 100%; margin: 0; font-size: 22px; }.editor-add input { min-width: 270px; }.editor-footnote { max-width: 1200px; margin: 25px auto; color: #8b969b; font-size: 12px; }.admin-access { min-height: 100vh; display: flex; flex-direction: column; gap: 15px; align-items: start; justify-content: center; padding: 10vw; }.admin-access h1 { font-size: clamp(40px,5vw,70px); letter-spacing: -.06em; margin: 0; }.admin-access p { color: #65717c; }.admin-access > a:last-child { color: #ed593b; font-weight: 800; }

@media (max-width: 900px) {
  .site-header { gap: 15px; }.site-header nav { gap: 15px; }
  .solutions-hero, .studio-hero { grid-template-columns: 1fr; padding-top: 55px; gap: 35px; }.solutions-hero-visual { min-height: 360px; }.studio-hero-art { min-height: 360px; }
  .method-section { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 700px) {
  .site-header { padding: 15px 20px; flex-wrap: wrap; }.header-brand { width: 140px; height: 48px; }.header-brand img { width: 174px; height: 174px; left: -17px; top: -59px; }.site-header nav { order: 3; width: 100%; margin: 0; justify-content: space-between; gap: 9px; padding-top: 10px; }.site-header nav a { font-size: 11px; }.site-header .header-action { margin-left: auto; font-size: 11px; padding: 10px; }
  .solutions-hero, .studio-hero { padding: 60px 20px; min-height: 0; }.solutions-hero h1, .studio-hero h1 { font-size: clamp(44px,12vw,64px); }.solutions-hero-visual { min-height: 310px; }.studio-hero-art { min-height: 320px; }.hero-actions { gap: 18px; }
  .intro-strip { grid-template-columns: 1fr; gap: 12px; padding: 35px 20px; }.services-section, .collection-section { padding: 75px 20px; }.section-heading { display: block; }.section-heading > p { max-width: 100%; }.service-row { grid-template-columns: 40px 1fr 15px; gap: 10px; }.service-row h3 { font-size: 23px; }.service-row small { line-height: 1.6; display: block; }.method-section { padding: 75px 20px; }.contact-section { padding: 70px 20px; display: block; }.contact-section .button { margin-top: 20px; }.site-footer { display: grid; padding: 27px 20px; gap: 8px; }
  .studio-intro { padding: 24px 20px; gap: 20px; align-items: start; }.category-panel-head { padding: 21px 18px; gap: 10px; flex-wrap: wrap; }.category-panel h3 { font-size: 25px; }.category-count { width: 100%; margin-left: 30px; }.category-empty { align-items: start; flex-direction: column; min-height: 135px; }.category-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .editor-page { padding: 30px 16px 70px; }.editor-header { display: block; }.editor-toolbar { margin-top: 30px; }.editor-category-head { display: block; }.editor-category-head form { flex-wrap: wrap; }.editor-category-head input { min-width: 0; width: 100%; }.editor-category-head .editor-controls { margin-top: 15px; }.editor-photos { grid-template-columns: repeat(2,minmax(0,1fr)); }.editor-upload { display: grid; }.editor-add { display: grid; }.editor-add input { min-width: 0; width: 100%; }
}
