@font-face { font-family: Manrope; src: url('assets/fonts/manrope-latin.woff2') format('woff2'); font-weight: 400 800; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('assets/fonts/dm-sans-latin.woff2') format('woff2'); font-weight: 400 700; font-display: swap; }
:root { --paper: #f7faff; --white: #fff; --ink: #08152e; --muted: #4e607a; --accent-soft: #71ddff; --line: #d8e4f4; --forest: #174796; --font: 'DM Sans', sans-serif; --heading: Manrope, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent-soft); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #1760ec; outline-offset: 6px; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid #1760ec; outline-offset: 3px; }
[hidden] { display: none !important; }
h1,h2,h3,p { margin: 0; }
h1,h2,h3 { font-family: var(--heading); }
h2 { font-size: clamp(38px, 4.1vw, 60px); font-weight: 600; line-height: 1.16; letter-spacing: -.055em; }
.container { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 108px; }
.eyebrow { font-size: 14px; letter-spacing: .13em; font-weight: 600; line-height: 1.6; }
.serif { font-family: Georgia, serif; font-weight: 400; font-style: italic; }
.status-dot { display: inline-block; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: #0867ef; margin-right: 7px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 56px; padding: 13px 21px; border: 1px solid transparent; border-radius: 6px; font-size: 16px; font-weight: 600; line-height: 1.5; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button span:last-child { font-size: 20px; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: #12336b; }
.button-primary { color: var(--ink); background: var(--accent-soft); }
.button-primary:hover { background: #47caff; }
.button-outline { border-color: #b5c9e4; background: transparent; }
.button-outline:hover { background: #eaf3ff; }
.link-arrow { display: inline-flex; align-items: center; gap: 20px; font-size: 16px; font-weight: 600; border-bottom: 1px solid #97afd0; padding-bottom: 6px; }
.link-arrow span { font-size: 22px; transition: transform .2s; }
.link-arrow:hover span { transform: translate(2px,-2px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 16px; transform: translateY(-180%); padding: 10px 18px; background: var(--accent-soft); z-index: 100; }
.skip-link:focus { transform: none; }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 104px; gap: 25px; }
.brand { display: inline-flex; gap: 10px; align-items: center; flex-shrink: 0; }
.brand > span { font: 800 29px/.83 var(--heading); letter-spacing: -.065em; }
.brand-studio { display: block; font: 600 8px/1 var(--font); letter-spacing: .36em; margin: 7px 0 0 2px; }
.main-nav { display: flex; gap: 30px; }
.main-nav a { font-size: 16px; color: #455872; }
.main-nav a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.header-cta { min-height: 42px; padding: 9px 16px; font-size: 15px; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-block: 74px 66px; align-items: center; }
.hero > * { min-width: 0; }
.hero h1 { font-size: clamp(58px, 5.5vw, 80px); line-height: 1.045; font-weight: 600; letter-spacing: -.063em; margin: 26px 0 27px; }
.highlight { display: inline-block; position: relative; color: #0758ec; font-family: Georgia, serif; font-weight: 400; font-style: italic; letter-spacing: -.06em; }
.highlight svg { display: block; width: 108%; height: 14px; position: absolute; bottom: -7px; left: -3%; overflow: visible; }
.highlight path { stroke: #12bcea; stroke-width: 3; fill: none; stroke-linecap: round; }
.hero-description { max-width: 520px; font-size: 18px; line-height: 1.75; color: var(--muted); }
.hero-description strong { color: var(--ink); font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 29px; }
.hero-footnote { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: var(--muted); font-size: 14px; }
.hero-footnote strong { font-weight: 500; color: var(--ink); }
.small-asterisk { font-size: 38px; color: #1168e9; }
.hero-art { min-height: 560px; position: relative; margin-left: 0; }
.art-grid { position: absolute; inset: 0 0 30px 0; border-radius: 48% 48% 12% 35%; background-color: #e6f2ff; background-image: linear-gradient(#92bcf340 1px,transparent 1px),linear-gradient(90deg,#92bcf340 1px,transparent 1px); background-size: 34px 34px; }
.hero-browser { position: absolute; top: 55px; left: 8px; right: 12px; border-radius: 11px; overflow: hidden; box-shadow: 0 24px 60px #082d7529; transform: rotate(-3deg); transition: transform .35s; background: white; }
.hero-browser:hover { transform: rotate(-1deg) translateY(-4px); }
.browser-toolbar { height: 31px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; background: #fffffff5; font-size: 8px; color: #757c70; }
.browser-toolbar > div { display: flex; gap: 4px; }
.browser-toolbar i { width: 5px; height: 5px; background: #d5d9ce; border-radius: 50%; }
.browser-scene { height: 370px; position: relative; color: white; }
.browser-scene > img { width: 100%; height: 100%; object-fit: cover; }
.browser-scene-content { position: absolute; inset: 0; background: linear-gradient(90deg,#0e211d8c,#0e211d0a); display: flex; flex-direction: column; justify-content: space-between; padding: 24px 27px; }
.scene-nav { display: flex; justify-content: space-between; gap: 10px; font-family: Georgia,serif; font-size: 19px; line-height: 1; }
.tiny-label { display: block; font: 7px/1.5 var(--font); letter-spacing: .17em; margin-top: 6px; }
.scene-menu { font: 8px var(--font); margin-top: 8px; }
.browser-scene h2 { font: 400 48px/.98 Georgia,serif; letter-spacing: -.04em; margin: 11px 0 17px; }
.scene-button { background: #ecf0df; padding: 10px 13px; font-size: 8px; color: #273e28; display: inline-flex; gap: 27px; }
.scene-bottom { display: flex; justify-content: space-between; font-size: 6px; letter-spacing: .12em; }
.hero-mobile { position: absolute; right: -5px; bottom: 11px; width: 165px; border: 5px solid #fefefb; border-radius: 23px; background: #eee8d6; color: #59382a; overflow: hidden; box-shadow: 0 15px 40px #16261d30; transform: rotate(7deg); transition: transform .3s; }
.hero-mobile:hover { transform: rotate(3deg) translateY(-4px); }
.phone-speaker { width: 47px; height: 8px; background: #252e28; margin: 6px auto 9px; border-radius: 10px; }
.phone-brand { display: block; text-align: center; font-family: Georgia,serif; font-size: 13px; line-height: 1; padding-bottom: 11px; }
.phone-brand span { display: block; font: 5px var(--font); letter-spacing: .2em; padding-top: 5px; }
.hero-mobile > img { width: calc(100% - 18px); height: 113px; object-fit: cover; margin: auto; border-radius: 55% 55% 0 0; }
.phone-copy { padding: 13px 12px 20px; }
.phone-copy > span:first-child { font-size: 5px; letter-spacing: .15em; }
.phone-copy p { font: 24px/.97 Georgia,serif; margin: 8px 0 12px; }
.phone-button { display: block; background: #663c2c; color: white; padding: 7px; text-align: center; font-size: 6px; }
.round-arrow { display: grid; place-items: center; border: 1px solid #5885c1; width: 46px; height: 46px; border-radius: 50%; font-size: 27px; }
.expertise-strip { border-block: 1px solid var(--line); padding: 22px 0; }
.expertise-strip > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.expertise-strip span { color: var(--muted); font-size: 14px; }
.expertise-strip strong { font-weight: 500; font-size: 17px; }
.expertise-strip i { font-size: 26px; color: #1671e5; font-style: normal; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-bottom: 45px; }
.section-heading .eyebrow, .studio-copy .eyebrow, .faq-section .eyebrow { margin-bottom: 18px; }
.section-heading > p, .section-heading > div > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.9; max-width: 445px; }
.solution-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.solution-card { border: 1px solid var(--line); border-radius: 18px; padding: 29px; position: relative; background: #ffffff; }
.service-symbol { display: grid; place-items: center; width: 76px; height: 76px; border: 1px solid #c5dafa; border-radius: 12px; font-size: 36px; margin-bottom: 30px; background: #eaf3ff; }
.card-index { position: absolute; top: 33px; right: 27px; font-size: 14px; color: var(--muted); }
.solution-card .eyebrow { font-size: 12px; color: #315d9e; margin-bottom: 10px; }
.solution-card h3 { font-size: 25px; letter-spacing: -.045em; line-height: 1.35; min-height: 55px; font-weight: 600; }
.solution-card > p:not(.eyebrow) { font-size: 16px; color: var(--muted); margin: 13px 0 25px; line-height: 1.8; }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.service-tags span { font-size: 12px; border: 1px solid var(--line); padding: 4px 8px; border-radius: 4px; }
.work-section { background: #eef4ff; }
.concept-note { display: flex; align-items: center; margin-top: 18px; color: #435c7f; font-size: 14px; }
.concept-note .status-dot { width: 5px; height: 5px; flex-basis: 5px; }
.work-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px 25px; }
.work-featured { grid-column: span 2; }
.work-preview { display: block; height: 340px; overflow: hidden; border-radius: 7px; position: relative; padding: 28px; color: white; background: #23392c; }
.work-preview > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.preview-cabin:after, .preview-tour:after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,#071b1ba3,transparent 80%); }
.work-preview:hover > img { transform: scale(1.04); }
.preview-brand { position: relative; z-index: 2; display: block; font: 25px/1 Georgia,serif; letter-spacing: -.05em; }
.preview-brand > span { display: block; margin-top: 6px; font: 6px var(--font); letter-spacing: .16em; }
.preview-title { position: absolute; z-index: 2; left: 28px; bottom: 52px; font: 34px/1.05 Georgia,serif; letter-spacing: -.04em; }
.preview-cabin .preview-title { bottom: 82px; font-size: 47px; }
.preview-pill { position: absolute; z-index: 2; bottom: 31px; left: 28px; background: #f2f1e5; color: #263c2d; padding: 9px 13px; font-size: 8px; }
.preview-open { position: absolute; z-index: 3; right: 18px; bottom: 18px; width: 48px; height: 48px; display: grid; place-items: center; background: #ffffff15; backdrop-filter: blur(10px); border: 1px solid #ffffff80; border-radius: 50%; transition: transform .2s; }
.work-preview:hover .preview-open { transform: rotate(45deg); }
.work-info { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-top: 15px; }
.work-info h3 { font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.work-info h3 a:hover { text-decoration: underline; }
.work-info p { color: var(--muted); font-size: 14px; margin-top: 2px; }
.work-info > span { font-size: 12px; color: #526888; white-space: nowrap; }
.preview-food { background: #632f26; color: #f3e6cc; text-align: center; }
.preview-food .preview-brand { font-size: 20px; letter-spacing: .03em; }
.food-frame { width: 160px; height: 150px; overflow: hidden; border-radius: 90px 90px 0 0; margin: 19px auto; }
.food-frame img { width: 100%; height: 100%; object-fit: cover; }
.preview-food .preview-title { position: static; font-size: 24px; }
.preview-tour .preview-brand { font: 800 25px var(--heading); }
.preview-tour .preview-title { font: 600 33px/1.05 var(--heading); }
.preview-shop { background: #ddd3bf; color: #463e30; }
.preview-shop .preview-brand { text-align: center; font-size: 27px; }
.shop-photo { width: 68%; height: 155px; margin: 19px auto; overflow: hidden; border-radius: 80px 80px 0 0; }
.shop-photo img { width: 100%; height: 100%; object-fit: cover; }
.preview-shop .preview-title { position: static; text-align: center; font-size: 25px; }
.preview-shop .preview-open { border-color: #6f6759; }
.preview-pro { background: #dce4e6; color: #213940; }
.preview-pro .preview-brand { font: 700 29px var(--heading); }
.preview-pro .preview-title { position: relative; inset: auto; font: 500 29px/1.15 var(--heading); margin-top: 25px; letter-spacing: -.05em; }
.preview-pro > img { top: auto; bottom: 0; width: 100%; height: 42%; }
.preview-pro .preview-open { background: #203e3c; color: white; }
.your-project { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #c0d4ef; padding-top: 27px; margin-top: 10px; }
.project-spark { font-size: 64px; color: #1473e6; line-height: 1; }
.your-project p { font-family: var(--heading); font-size: 30px; line-height: 1.3; letter-spacing: -.025em; flex: 1; }
.studio-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.studio-art { position: relative; min-height: 450px; border-radius: 18px; padding: 32px; background: var(--accent-soft); overflow: hidden; }
.studio-art .eyebrow { font-size: 12px; }
.studio-wordmark { position: relative; z-index: 2; font: 600 61px/.98 var(--heading); letter-spacing: -.07em; margin-top: 58px; }
.studio-wordmark span { font: italic 64px Georgia,serif; }
.studio-orbit { width: 220px; position: absolute; bottom: -10px; right: -29px; stroke: #3889ef; stroke-width: 1; fill: none; }
.studio-location { position: absolute; bottom: 27px; font-size: 11px; letter-spacing: .15em; }
.studio-copy h2 { font-size: clamp(36px,3.6vw,50px); }
.studio-copy > p:not(.eyebrow) { font-size: 17px; color: var(--muted); margin-top: 23px; line-height: 1.9; }
.studio-values { display: flex; flex-wrap: wrap; gap: 15px; font-size: 13px; margin: 27px 0; }
.studio-values span:before { content: '↗'; margin-right: 6px; color: #0964e8; }
.plans-section { background: #edf3ff; }
.plans-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.plan { background: #ffffff; padding: 34px 28px 27px; border: 1px solid #cfdcf1; border-radius: 8px; position: relative; display: flex; flex-direction: column; }
.plan .eyebrow { font-size: 12px; }
.plan h3 { font-size: 32px; font-weight: 600; letter-spacing: -.035em; margin: 18px 0 9px; }
.plan-description { color: var(--muted); font-size: 16px; min-height: 58px; }
.price { font: 700 56px/1.3 var(--heading); letter-spacing: -.055em; margin-top: 24px; }
.price > span { display: block; font: 14px var(--font); letter-spacing: normal; margin-bottom: 6px; }
.price small { font: 10px var(--font); letter-spacing: normal; }
.custom-price { font-size: 40px; padding-bottom: 5px; }
.payment-note { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; }
.plan ul { list-style: none; padding: 23px 0 0; margin: 23px 0 28px; border-top: 1px solid var(--line); flex: 1; }
.plan li { font-size: 15px; margin-bottom: 12px; display: flex; gap: 10px; }
.plan li:before { content: '✓'; color: #0764e6; }
.plan > .button { justify-content: space-between; font-size: 15px; padding-inline: 15px; }
.plan-featured { background: var(--ink); color: white; border-color: var(--ink); }
.plan-featured .plan-description, .plan-featured .payment-note { color: #c4d6ef; }
.plan-featured li:before { color: var(--accent-soft); }
.plan-featured ul { border-color: #344c73; }
.plan-badge { background: var(--accent-soft); color: var(--ink); font-size: 12px; letter-spacing: .06em; border-radius: 4px; position: absolute; top: -12px; right: 22px; padding: 5px 11px; }
.pricing-note { text-align: center; font-size: 14px; color: var(--muted); margin-top: 26px; line-height: 1.8; }
.process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px; padding: 0; list-style: none; margin: 0; }
.process-number { border-top: 1px solid #bcd3f2; display: flex; justify-content: space-between; padding-top: 15px; color: #0758df; font: 44px var(--heading),serif; margin-bottom: 33px; }
.process-number span { font: 28px var(--font); color: #567daf; }
.process-grid h3 { font-size: 18px; letter-spacing: -.025em; font-weight: 600; }
.process-grid p { font-size: 16px; color: var(--muted); margin-top: 12px; }
.faq-section { padding-bottom: 108px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq-list summary { font-size: 17px; font-weight: 500; list-style: none; display: flex; gap: 15px; justify-content: space-between; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: #166eea; font-size: 25px; line-height: 1; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list p { color: var(--muted); font-size: 16px; padding-top: 14px; padding-right: 25px; line-height: 1.9; }
.contact-section { background: var(--ink); color: var(--paper); padding: 90px 0; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.contact-copy .eyebrow { font-size: 12px; color: #bad2f2; }
.contact-copy .status-dot { background: var(--accent-soft); }
.contact-copy h2 { position: relative; font-size: clamp(48px,4.7vw,68px); margin: 25px 0; }
.contact-copy .serif { color: var(--accent-soft); }
.contact-arrow { position: absolute; bottom: -5px; right: 15px; color: var(--accent-soft); font: 110px/1 var(--font); }
.contact-copy > p:not(.eyebrow) { max-width: 335px; font-size: 17px; color: #c8d7ec; }
.contact-location { display: flex; align-items: center; gap: 15px; font-size: 16px; margin-top: 45px; }
.contact-location > span:first-child { font-size: 30px; color: var(--accent-soft); }
.contact-location small { color: #b7d0f1; font-size: 13px; }
.contact-direct { display: inline-flex; color: var(--accent-soft); font-size: 16px; font-weight: 700; border-bottom: 1px solid currentColor; padding-block: 8px; margin-top: 20px; }
.contact-direct:hover { color: #fff; }
.lead-form { padding: 29px; background: #112442; border: 1px solid #36557d; border-radius: 9px; }
.form-title { font-size: 18px; font-weight: 500; margin-bottom: 25px; }
.lead-form label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 17px; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.lead-form input:not([type=hidden]),.lead-form select,.lead-form textarea { display: block; width: 100%; min-width: 0; padding: 10px 0; border: 0; border-radius: 0; border-bottom: 1px solid #56759d; background: transparent; color: #f5f9ff; font-size: 16px; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #b8cae4; opacity: 1; }
.lead-form select option { color: var(--ink); background: var(--paper); }
.lead-form textarea { resize: vertical; }
.lead-form > .button { width: 100%; justify-content: space-between; margin-top: 4px; }
.lead-form .button > span:first-child { font-size: 16px; }
.form-note,.privacy-note { text-align: center; font-size: 13px; color: #c0d0e7; margin-top: 11px; }
.privacy-note { font-size: 12px; margin-top: 4px; }
.privacy-note a { text-decoration: underline; }
.selected-demo-note { margin-bottom: 14px; color: var(--accent-soft); font-size: 15px; }
.brief-result { border-top: 1px solid #466790; margin-top: 22px; padding-top: 20px; }
.brief-result .button { color: var(--paper); }
.brief-result .button:hover { color: var(--ink); }
#copy-status { font-size: 15px; margin-top: 10px; }
.site-footer { padding-block: 44px 22px; }
.footer-top { display: flex; align-items: center; gap: 55px; padding-bottom: 34px; }
.footer-top > p { font-size: 15px; line-height: 1.6; color: var(--muted); }
.footer-links { display: flex; gap: 28px; font-size: 15px; margin-left: auto; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding-top: 21px; font-size: 13px; color: var(--muted); }
.footer-bottom > span:last-child > span { color: #096bee; margin-left: 8px; font-size: 18px; }
.legal-page { max-width: 740px; padding-block: 70px; }
.legal-page h1 { font-size: 44px; line-height: 1.15; letter-spacing: -.04em; margin-bottom: 30px; }
.legal-page h2 { font-size: 30px; margin: 32px 0 12px; }
.legal-page p { margin-bottom: 15px; color: var(--muted); }
.legal-page a:not(.button) { text-decoration: underline; }
@media (min-width:1500px) { .hero { padding-block: 85px; } }
@media (max-width:1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 20px; }.main-nav { gap: 19px; }.header-cta { font-size: 14px; gap: 10px; }
  .hero { gap: 16px; }.hero h1 { font-size: 57px; }.hero-art { min-height: 525px; }.browser-scene { height: 330px; }.hero-mobile { width: 142px; bottom: 19px; }.hero-mobile > img { height: 90px; }.phone-copy p { font-size: 26px; }.idea-tag { font-size: 12px; left: -5px; bottom: 83px; padding: 12px; }.scene-menu { display: none; }
  .hero-actions { gap: 16px; }.hero-actions .button { padding: 12px 16px; font-size: 15px; }
  .section-heading { gap: 45px; }.solution-card { padding: 22px; }.service-tags span { font-size: 11px; }
  .studio-layout { gap: 45px; }.studio-wordmark { font-size: 55px; }.studio-wordmark span { font-size: 58px; }
  .plan { padding: 28px 20px; }.plan li { font-size: 14px; }.plan .eyebrow { font-size: 11px; }.plan > .button { padding: 10px; gap: 10px; }
  .contact-layout { gap: 45px; }.contact-arrow { right: 0; font-size: 80px; }.contact-copy .eyebrow { max-width: 300px; }
  .work-preview { padding: 22px; height: 310px; }.preview-title { left: 22px; }.preview-tour .preview-title { font-size: 34px; }.preview-food .preview-title,.preview-shop .preview-title { font-size: 26px; }.food-frame { height: 140px; width: 145px; }.shop-photo { height: 140px; }.preview-pro .preview-title { font-size: 30px; }
}
@media (max-width:850px) {
  .header-inner { min-height: 76px; }.header-cta { margin-left: auto; }.menu-toggle { display: grid; gap: 6px; align-content: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 5px; background: transparent; }.menu-toggle span { width: 18px; height: 1px; background: var(--ink); transition: transform .2s; }.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 22px 32px; background: var(--paper); border-bottom: 1px solid var(--line); }.main-nav.is-open { display: flex; justify-content: space-around; }.main-nav a { padding: 8px; }
  .hero h1 { font-size: 50px; }.hero-art { min-height: 500px; }.hero-browser { top: 65px; }.browser-scene-content { padding: 18px; }.browser-scene h2 { font-size: 40px; }.hero-mobile { right: -12px; width: 130px; bottom: 10px; }.idea-tag { bottom: 88px; max-width: 200px; }.art-bottom { left: 0; bottom: -8px; }.art-caption { font-size: 10px; }.hero-description { font-size: 17px; }.hero-footnote { font-size: 13px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .expertise-strip span { display: none; }.expertise-strip i:first-of-type { display: none; }.expertise-strip strong { font-size: 15px; }
  .section { padding-block: 80px; }.section-heading { grid-template-columns: 1.1fr .9fr; gap: 30px; }
  .solution-grid { gap: 12px; }.solution-card { padding: 18px; }.solution-card h3 { font-size: 22px; min-height: 72px; }.solution-card > p:not(.eyebrow) { font-size: 15px; }.solution-card .eyebrow { min-height: 26px; }.service-tags { gap: 4px; }
  .direction-box { grid-template-columns: 1fr; gap: 18px; }.direction-result { grid-column: auto; }
  .work-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.work-featured { grid-column: auto; }.work-featured .preview-title { font-size: 35px; }.your-project { grid-column: auto; flex-direction: column; text-align: center; justify-content: center; gap: 25px; border: 1px solid #c0d4ef; border-radius: 7px; padding: 25px; margin: 0 0 54px; }.your-project p { flex: 0; font-size: 27px; }
  .studio-layout { gap: 30px; }.studio-art { min-height: 420px; padding: 23px; }.studio-wordmark { font-size: 44px; margin-top: 80px; }.studio-wordmark span { font-size: 48px; }.studio-orbit { width: 150px; }.studio-copy h2 { font-size: 38px; }.studio-values { gap: 8px; }
  .plans-grid { grid-template-columns: 1fr; gap: 28px; }.plan { padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }.plan > .eyebrow { grid-column: 1; font-size: 13px; }.plan h3,.plan-description,.price,.payment-note { grid-column: 1; }.plan-description { min-height: auto; max-width: 260px; }.plan ul { grid-column: 2; grid-row: 1 / 6; padding: 0; margin: 10px 0 15px; border: none; align-self: center; }.plan li { font-size: 16px; }.plan .button { grid-column: 1 / -1; margin-top: 25px; }.plan .payment-note { margin-top: 6px; }.price { margin-top: 17px; }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 35px; }.faq-section { grid-template-columns: 1fr 1.3fr; gap: 30px; padding-bottom: 80px; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }.contact-copy > p:not(.eyebrow) { max-width: 470px; }.contact-copy h2 { font-size: 56px; }.contact-arrow { right: 20%; font-size: 130px; }.contact-location { margin-top: 25px; }.lead-form { padding: 35px; }
  .footer-top { gap: 30px; flex-wrap: wrap; }.footer-links { margin-left: 0; }.footer-top > p { margin-left: auto; }
}
@media (max-width:620px) {
  html { scroll-padding-top: 85px; }.container { width: calc(100% - 40px); }.header-inner { min-height: 70px; gap: 12px; }.brand > span { font-size: 32px; }.brand img { width: 34px; height: 34px; }.header-cta { display: none; }.menu-toggle { margin-left: auto; }.main-nav { top: 70px; padding: 15px 20px; flex-direction: column; gap: 4px; }.main-nav a { font-size: 18px; padding: 12px; }
  .hero { grid-template-columns: minmax(0,1fr); padding-block: 43px 25px; gap: 15px; }.hero .eyebrow { font-size: 12px; }.hero h1 { font-size: clamp(47px,12.5vw,72px); margin-block: 22px; }.desktop-break { display: none; }.hero-description { font-size: 17px; max-width: 440px; }.hero-actions { flex-direction: row; align-items: center; gap: 16px; margin-top: 23px; }.hero-actions .button { font-size: 14px; gap: 12px; padding: 13px; }.hero-actions .link-arrow { font-size: 14px; gap: 10px; }.hero-footnote { margin-top: 23px; }.hero-art { margin-top: 22px; min-height: 455px; max-width: 490px; width: 100%; margin-inline: auto; }.art-caption { font-size: 11px; }.hero-browser { top: 42px; right: 10px; left: 4px; }.browser-scene { height: 289px; }.browser-scene h2 { font-size: 40px; }.browser-scene-content { padding: 19px; }.hero-mobile { width: 128px; right: 4px; bottom: 8px; }.hero-mobile > img { height: 76px; }.phone-copy { padding: 10px 10px 15px; }.phone-copy p { font-size: 25px; }.idea-tag { left: -5px; bottom: 62px; max-width: 215px; font-size: 12px; padding: 12px 10px; gap: 9px; }.idea-tag > span { font-size: 32px; }.art-bottom { bottom: 2px; left: 8px; font-size: 10px; }.round-arrow { width: 28px; height: 28px; font-size: 22px; }
  .expertise-strip { padding: 18px 0; }.expertise-strip > div { flex-wrap: wrap; justify-content: center; gap: 7px 14px; }.expertise-strip strong { font-size: 14px; }.expertise-strip i { font-size: 20px; }.expertise-strip strong:last-child,.expertise-strip i:last-of-type { display: none; }
  .section { padding-block: 65px; }.section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }h2 { font-size: 35px; }.section-heading .eyebrow { font-size: 12px; margin-bottom: 15px; }.section-heading > p,.section-heading > div > p:not(.eyebrow) { font-size: 16px; max-width: 430px; }
  .solution-grid { grid-template-columns: 1fr; gap: 14px; }.solution-card { padding: 25px; }.solution-card h3 { min-height: 0; font-size: 27px; }.solution-card .eyebrow { min-height: 0; font-size: 12px; }.solution-card > p:not(.eyebrow) { font-size: 16px; margin: 12px 0 20px; }.service-symbol { margin-bottom: 23px; }.service-tags span { font-size: 13px; }.direction-box { padding: 24px 20px; }.direction-options { flex-direction: column; }.direction-options button { padding: 13px; font-size: 15px; }.direction-result { font-size: 15px; }.direction-result a { display: inline-block; margin-left: 0; margin-top: 6px; }
  .demo-filters { gap: 6px; }.demo-filters button { padding: 7px 13px; font-size: 14px; }.work-grid { grid-template-columns: 1fr; gap: 27px; }.work-preview { height: 355px; padding: 27px; }.work-featured .preview-title { font-size: 43px; }.preview-brand { font-size: 32px; }.food-frame { width: 170px; height: 175px; }.preview-food .preview-title { font-size: 32px; }.shop-photo { height: 165px; }.preview-shop .preview-title { font-size: 34px; }.preview-pro .preview-title { font-size: 34px; }.preview-tour .preview-title { font-size: 39px; }.work-info h3 { font-size: 18px; }.work-info p { font-size: 14px; }.your-project { margin: 10px 0 0; min-height: 260px; }.concept-note { font-size: 13px; }
  .studio-layout { grid-template-columns: 1fr; gap: 35px; }.studio-art { min-height: 365px; padding: 28px; }.studio-wordmark { margin-top: 40px; font-size: 60px; }.studio-wordmark span { font-size: 62px; }.studio-orbit { width: 180px; right: -25px; bottom: 0; }.studio-copy h2 { font-size: 34px; }.studio-values { gap: 14px; }
  .plan { display: flex; padding: 29px 24px; }.plan .eyebrow { font-size: 12px; }.plan h3 { margin-top: 20px; }.plan-description { max-width: none; }.price { margin-top: 25px; }.plan ul { border-top: 1px solid var(--line); margin: 24px 0 3px; padding-top: 22px; align-self: stretch; }.plan-featured ul { border-color: #39547d; }.plan .button { margin-top: 22px; padding: 13px 16px; }.pricing-note { font-size: 13px; text-align: left; }
  .process-grid { gap: 28px 20px; }.process-grid h3 { font-size: 18px; }.process-grid p { font-size: 15px; }.process-number { margin-bottom: 23px; }.faq-section { grid-template-columns: 1fr; gap: 30px; padding-bottom: 65px; }.faq-list summary { font-size: 16px; }.faq-list p { font-size: 16px; }
  .contact-section { padding-block: 63px; }.contact-copy .eyebrow { font-size: 11px; }.contact-copy h2 { font-size: clamp(41px,11.5vw,58px); }.contact-arrow { right: 5px; font-size: 80px; }.contact-copy > p:not(.eyebrow) { font-size: 16px; }.contact-location small { font-size: 12px; }.lead-form { padding: 24px 20px; }.form-title { font-size: 18px; }.form-row { grid-template-columns: 1fr; gap: 0; }.lead-form input:not([type=hidden]),.lead-form select,.lead-form textarea { font-size: 18px; }.lead-form label { font-size: 15px; }.form-note { font-size: 12px; }
  .footer-top { gap: 25px; }.footer-top > p { font-size: 13px; }.footer-links { justify-content: space-between; width: 100%; gap: 12px; font-size: 14px; }.footer-bottom { flex-wrap: wrap; gap: 15px; font-size: 12px; }.footer-bottom > span:last-child { display: none; }.legal-page { padding-block: 45px; }.legal-page h1 { font-size: 35px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *:before, *:after { transition: none !important; animation: none !important; } }

/* Identidad oficial de Estudio Arvex. El archivo de marca conserva sus píxeles originales. */
.brand { gap: 12px; }
.brand > .brand-symbol { display: block; position: relative; width: 86px; height: 64px; flex: 0 0 86px; overflow: hidden; background: white; border-radius: 12px; }
.brand-symbol > img { position: absolute; width: 112px; height: 112px; max-width: none; left: -12px; top: -15px; }
.brand > .brand-wordmark { font: 800 29px/1.05 var(--heading); letter-spacing: .035em; }
.brand-prefix { display: block; font: 600 11px/1.4 var(--font); letter-spacing: .26em; margin-bottom: 2px; }
.main-nav a { font-weight: 500; }
.header-cta { font-size: 14px; min-height: 50px; }
.button { border-radius: 10px; }
.button-primary { background: linear-gradient(115deg,#064dea,#006cc8); color: white; box-shadow: 0 8px 22px #0964e828; }
.button-primary:hover { background: linear-gradient(115deg,#0342c5,#045cb4); box-shadow: 0 12px 28px #0964e83b; }
.button span:last-child { font-size: 24px; }
.button, .solution-card, .work-card, .plan { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.hero-actions { gap: 22px; }
.hero-actions .button { padding: 16px 22px; }
.hero .highlight { font-family: var(--heading); font-weight: 700; font-style: normal; letter-spacing: -.06em; }
.highlight svg { bottom: -10px; }
.hero-footnote { font-size: 14px; margin-top: 32px; }
.small-asterisk { color: #0674ea; font-size: 44px; }
.art-grid { border-radius: 44% 38% 24% 35%; background-image: radial-gradient(ellipse at 75% 25%,#96e7ff90,transparent 65%),linear-gradient(#92bcf330 1px,transparent 1px),linear-gradient(90deg,#92bcf330 1px,transparent 1px); background-size: 100% 100%,34px 34px,34px 34px; background-repeat: no-repeat,repeat,repeat; box-shadow: 0 0 85px #2799fa16; }
.art-caption { color: #385b8b; font-size: 11px; }
.hero-art .idea-tag { font-size: 13px; padding: 16px; left: -10px; bottom: 64px; border-left: 3px solid #006ef1; }
.hero-art .idea-tag > span { font-size: 40px; }
.art-bottom { font-size: 10px; }
.expertise-strip { background: #08152e; color: white; border-color: #132a51; padding-block: 25px; }
.expertise-strip span { color: #c2d5ee; font-size: 13px; }
.expertise-strip strong { font-size: 18px; }
.expertise-strip i { color: #43cdf7; font-size: 28px; }
.service-symbol { border-radius: 20px; color: #0755e5; box-shadow: 0 10px 22px #0568e914; }
.service-icon { width: 39px; height: 39px; }
.solution-card { padding: 34px 28px; }
.solution-card h3 { min-height: 68px; }
.solution-card > p:not(.eyebrow) { line-height: 1.75; }
.solution-card:hover { border-color: #8ab9fa; box-shadow: 0 18px 40px #0b55b90e; transform: translateY(-5px); }
.service-tags { gap: 8px; }
.service-tags span { background: #f0f6ff; color: #285491; border-color: #d4e4ff; font-size: 12px; }
.direction-box { padding: 32px; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.direction-options { flex-wrap: wrap; }
.direction-options button { flex: 1 1 145px; font-size: 14px; min-height: 55px; }
.direction-options button > span { font-size: 22px; }
.direction-result { font-size: 16px; }
.work-section { background: linear-gradient(180deg,#eaf3ff,#f3f7ff); }
.work-preview { border-radius: 15px; }
.work-info { align-items: start; padding-top: 19px; }
.work-info h3 { font-size: 22px; }
.work-info p { font-size: 14px; margin-top: 6px; }
.work-info > span { font-size: 12px; padding-top: 5px; }
.preview-open { font-size: 27px; }
.your-project { padding-top: 36px; }
.project-spark { color: #0873ed; font-size: 78px; }
.studio-art { padding: 28px; min-height: 480px; border: 1px solid #cbdcf4; background: radial-gradient(ellipse at 100% 0%,#d2efff,transparent 65%),white; display: flex; flex-direction: column; box-shadow: 0 18px 55px #173f7410; }
.studio-art .eyebrow { font-size: 11px; color: #315b95; }
.studio-logo-frame { margin: auto; width: min(100%,410px); }
.studio-logo-frame img { width: 100%; height: auto; border-radius: 18px; }
.studio-signature { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 11px; letter-spacing: .11em; color: #32537f; }
.studio-signature > span:last-child { font-size: 40px; color: #0764e6; }
.studio-values { font-size: 13px; }
.studio-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.8; }
.plans-section { background: #ecf3ff; }
.plan { padding: 40px 30px 30px; }
.plan-description { min-height: 84px; }
.plan .eyebrow { font-size: 11px; }
.plan h3 { font-size: 34px; }
.plan li { font-size: 16px; line-height: 1.6; }
.plan > .button { font-size: 15px; }
.plan-featured { background: radial-gradient(ellipse at 100% 0%,#173f86,transparent 70%),#08152e; box-shadow: 0 20px 45px #12429426; border-color: #1455af; }
.plan-featured .eyebrow { color: #88d7ff; }
.plan-featured .button-primary { box-shadow: none; }
.plan-badge { font-size: 11px; padding: 7px 13px; top: -16px; border-radius: 6px; }
.price > span { font-size: 14px; }
.price small { font-size: 15px; }
.payment-note { font-size: 13px; }
.custom-price { font-size: 48px; }
.pricing-note { font-size: 14px; }
.process-grid h3 { font-size: 22px; }
.process-grid p { font-size: 16px; }
.process-number { font-weight: 600; color: #0767ec; }
.faq-list summary { font-size: 17px; min-height: 32px; align-items: center; }
.faq-list summary > span { font-size: 30px; }
.faq-list p { font-size: 16px; }
.contact-section { background: radial-gradient(ellipse at 0% 0%,#123a7790,transparent 70%),#08152e; }
.contact-copy .eyebrow { font-size: 12px; }
.contact-copy > p:not(.eyebrow) { max-width: 465px; font-size: 18px; line-height: 1.75; }
.contact-arrow { right: -8px; font-size: 90px; }
.contact-location { font-size: 17px; }
.contact-location small { font-size: 13px; }
.contact-location > span:first-child { font-size: 39px; }
.lead-form { padding: 34px; box-shadow: 0 20px 50px #00000018; }
.form-title { font-size: 21px; }
.lead-form label { font-size: 14px; }
.lead-form input:not([type=hidden]),.lead-form select,.lead-form textarea { font-size: 16px; padding: 13px 0; }
.lead-form .button > span:first-child { font-size: 16px; }
.form-note { font-size: 12px; }
.privacy-note { font-size: 11px; }
.footer-top > p,.footer-links { font-size: 15px; }
.footer-bottom { font-size: 12px; }
.entered-view { animation: enter-view .6s ease both; }
@keyframes enter-view { from { opacity: .5; translate: 0 15px; } to { opacity: 1; translate: 0 0; } }
@media (hover: hover) { .work-card:hover { transform: translateY(-4px); } .plan:hover { transform: translateY(-5px); } }
@media (max-width:1100px) {
  .header-inner { min-height: 96px; }
  .main-nav { display: none; position: absolute; top: 96px; left: 0; right: 0; padding: 20px 32px; background: white; border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; justify-content: space-around; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: grid; gap: 6px; align-content: center; justify-content: center; width: 48px; height: 48px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 9px; background: white; }
  .menu-toggle span { width: 22px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .direction-box { grid-template-columns: 1fr; }
  .plan { padding: 30px 23px; }
  .plan > .button { gap: 12px; }
  .expertise-strip > div { flex-wrap: wrap; justify-content: center; gap: 14px 23px; }
  .expertise-strip > div > span { display: none; }
  .expertise-strip i:first-of-type { display: none; }
  .contact-layout { gap: 42px; }
}
@media (max-width:1000px) {
  .hero { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: clamp(60px,8vw,80px); }
  .desktop-break { display: none; }
  .hero-description { font-size: 18px; max-width: 650px; }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-actions .button { font-size: 16px; }
  .hero-art { width: 100%; max-width: 630px; min-height: 570px; margin-inline: auto; }
  .hero-art .hero-mobile { width: 155px; right: 5px; }
  .hero-art .browser-scene { height: 370px; }
  .hero-art .idea-tag { bottom: 75px; left: 0; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { padding: 32px; }
  .solution-card h3 { min-height: 0; font-size: 27px; }
  .solution-card > p:not(.eyebrow) { font-size: 17px; max-width: 620px; }
  .solution-card .eyebrow { min-height: 0; }
  .service-tags span { font-size: 13px; }
  .studio-layout { gap: 36px; }
  .studio-art { padding: 22px; min-height: 390px; }
  .plans-grid { grid-template-columns: 1fr; gap: 28px; }
  .plan { display: flex; padding: 34px; }
  .plan ul { border-top: 1px solid var(--line); margin-top: 25px; padding-top: 24px; }
  .plan-featured ul { border-color: #344c73; }
  .plan-description { min-height: 0; max-width: none; }
  .plan > .button { margin-top: 10px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy h2 { font-size: 66px; }
  .contact-arrow { right: 20%; }
  .footer-top { flex-wrap: wrap; }
  .footer-links { margin-left: 0; }
}
@media (max-width:620px) {
  html { scroll-padding-top: 105px; }
  .header-inner { min-height: 88px; }
  .brand > .brand-symbol { width: 70px; height: 53px; flex-basis: 70px; }
  .brand-symbol > img { width: 94px; height: 94px; left: -11px; top: -13px; }
  .brand > .brand-wordmark { font-size: 25px; }
  .brand-prefix { font-size: 10px; }
  .main-nav { top: 88px; padding: 15px 20px; }
  .main-nav a { font-size: 17px; }
  .header-cta { display: none; }
  .hero { padding-top: 36px; gap: 20px; }
  .hero .eyebrow { font-size: 11px; letter-spacing: .06em; }
  .hero h1 { font-size: clamp(46px,12.2vw,70px); line-height: 1.07; }
  .hero-description { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .hero-actions .button { font-size: 16px; padding: 16px; }
  .hero-actions .link-arrow { align-self: flex-start; font-size: 16px; }
  .hero-footnote { font-size: 13px; }
  .hero-art { margin-top: 20px; min-height: 470px; }
  .hero-art .browser-scene { height: 285px; }
  .hero-art .hero-mobile { width: 128px; right: 0; bottom: 12px; }
  .hero-art .idea-tag { max-width: 200px; font-size: 10px; padding: 10px; bottom: 67px; left: -5px; }
  .hero-art .idea-tag > span { font-size: 28px; }
  .art-caption { font-size: 9px; }
  .art-bottom { font-size: 8px; gap: 8px; bottom: 0; }
  .round-arrow { width: 35px; height: 35px; font-size: 23px; }
  .expertise-strip strong { font-size: 15px; }
  .expertise-strip i { font-size: 21px; }
  .expertise-strip > div { gap: 8px 14px; }
  h2,.studio-copy h2 { font-size: clamp(34px,9.6vw,43px); }
  .section-heading .eyebrow { font-size: 11px; }
  .section-heading > p,.section-heading > div > p:not(.eyebrow) { font-size: 16px; }
  .solution-card { padding: 26px; }
  .solution-card .eyebrow { font-size: 11px; }
  .solution-card h3 { font-size: 26px; }
  .solution-card > p:not(.eyebrow) { font-size: 16px; }
  .service-symbol { width: 68px; height: 68px; margin-bottom: 24px; }
  .service-tags span { font-size: 12px; }
  .direction-box { padding: 25px 20px; }
  .direction-options { flex-direction: column; }
  .direction-options button { flex-basis: auto; font-size: 15px; }
  .direction-result { font-size: 15px; }
  .demo-filters { gap: 8px; }
  .demo-filters button { font-size: 14px; padding: 9px 16px; min-height: 46px; }
  .concept-note { font-size: 12px; }
  .work-info h3 { font-size: 22px; }
  .work-info p { font-size: 13px; }
  .work-info > span { font-size: 11px; }
  .your-project p { font-size: 27px; }
  .studio-art { padding: 22px; min-height: 350px; }
  .studio-art .eyebrow { font-size: 10px; }
  .studio-signature { font-size: 9px; }
  .studio-values { font-size: 12px; }
  .plan { padding: 30px 24px; }
  .plan h3 { font-size: 32px; }
  .plan .eyebrow { font-size: 11px; }
  .plan-description { font-size: 16px; }
  .plan li { font-size: 15px; }
  .plan > .button { font-size: 15px; padding-inline: 15px; }
  .price { font-size: 52px; }
  .custom-price { font-size: 43px; }
  .pricing-note { font-size: 13px; }
  .process-grid { grid-template-columns: 1fr; gap: 30px; }
  .process-grid h3 { font-size: 23px; }
  .process-grid p { font-size: 16px; }
  .faq-list summary { font-size: 16px; }
  .faq-list p { font-size: 15px; }
  .contact-copy .eyebrow { font-size: 11px; max-width: none; }
  .contact-copy h2 { font-size: clamp(39px,10.5vw,57px); }
  .contact-arrow { right: 0; font-size: 70px; }
  .contact-copy > p:not(.eyebrow) { font-size: 17px; }
  .contact-location { font-size: 16px; }
  .contact-location small { font-size: 12px; }
  .lead-form { padding: 26px 20px; }
  .form-title { font-size: 20px; }
  .lead-form label { font-size: 14px; }
  .lead-form .button { gap: 10px; }
  .lead-form .button > span:first-child { font-size: 15px; }
  .form-note { font-size: 12px; }
  .privacy-note { font-size: 11px; margin-top: 8px; }
  .footer-top { gap: 24px; }
  .footer-top > p { margin-left: 0; font-size: 14px; }
  .footer-links { font-size: 14px; gap: 14px; flex-wrap: wrap; }
  .footer-bottom { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) { .entered-view { animation: none; } }

/* Una propuesta clara y dos caminos de contacto sin alargar el recorrido. */
.hero-art { min-height: 500px; }
.studio-copy strong { color: var(--ink); }
@media (max-width: 620px) {
  .hero-art { min-height: 425px; }
  .contact-direct { font-size: 15px; }
}

/* Página de servicio: alojamientos de Mazamitla. */
.sector-header { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 92px; }
.sector-back { font-weight: 700; color: #23466f; border-bottom: 1px solid #a8c2e5; padding-block: 6px; }
.sector-back:hover { color: #0758ec; }
.sector-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding-block: 95px; }
.sector-hero h1 { font-size: clamp(48px,5vw,76px); line-height: 1.08; letter-spacing: -.065em; margin: 20px 0 25px; }
.sector-hero .serif { color: #0758ec; }
.sector-hero > div > p:not(.eyebrow) { font-size: 18px; color: var(--muted); max-width: 600px; }
.sector-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.sector-hero .sector-local { font-size: 15px !important; margin-top: 30px; padding-left: 17px; border-left: 3px solid #0758ec; }
.sector-image { margin: 0; }
.sector-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.sector-image figcaption { font-size: 13px; color: var(--muted); margin-top: 10px; }
.sector-benefits { background: #eaf3ff; }
.sector-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.sector-grid article { background: #fff; border: 1px solid #c9ddf6; border-radius: 8px; padding: 32px; }
.sector-grid article > span { font-size: 34px; color: #0758ec; font-family: var(--heading); font-weight: 700; }
.sector-grid h3 { font-size: 25px; line-height: 1.2; margin: 25px 0 12px; letter-spacing: -.04em; }
.sector-grid p { font-size: 17px; color: var(--muted); }
.sector-example { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.sector-example h2 { margin-bottom: 25px; }
.sector-example p:not(.eyebrow) { font-size: 18px; color: var(--muted); max-width: 540px; margin-bottom: 30px; }
.sector-example-image img { width: 100%; border-radius: 10px; aspect-ratio: 4 / 3; object-fit: cover; }
.sector-scope { background: #eaf3ff; }
.sector-scope-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.sector-scope p:not(.eyebrow) { color: var(--muted); font-size: 18px; margin-bottom: 18px; }
.sector-scope strong { color: var(--ink); }
.sector-cta { background: var(--ink); color: #fff; padding-block: 80px; }
.sector-cta > div { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.sector-cta h2 { margin: 15px 0 20px; }
.sector-cta .serif { color: var(--accent-soft); }
.sector-cta p:not(.eyebrow) { color: #c8d7ec; font-size: 17px; }
.sector-footer { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; padding-block: 30px; font-size: 14px; }
.sector-footer a:hover { text-decoration: underline; }
.sector-discovery { margin-top: 32px; font-size: 16px; color: #365982; }
.sector-discovery a { font-weight: 700; color: #0758ec; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 900px) {
  .sector-hero, .sector-example, .sector-scope-inner { grid-template-columns: 1fr; gap: 40px; }
  .sector-hero { padding-block: 55px; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-cta > div { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .sector-header { min-height: 88px; }
  .sector-back { font-size: 13px; }
  .sector-hero h1 { font-size: clamp(42px,11vw,58px); }
  .sector-hero > div > p:not(.eyebrow), .sector-example p:not(.eyebrow), .sector-scope p:not(.eyebrow) { font-size: 16px; }
  .sector-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .sector-grid article { padding: 26px; }
  .sector-grid h3 { font-size: 23px; }
  .sector-cta { padding-block: 60px; }
}

/* La portada conserva la paleta de Arvex; los estilos de cada negocio viven en la galería. */
.demo-invite { background: linear-gradient(130deg,#edf5ff 0%,#dbeeff 100%); }
.demo-invite-layout { display: grid; grid-template-columns: 1fr .86fr; gap: clamp(50px,7vw,110px); align-items: center; }
.demo-invite-copy > p:not(.eyebrow):not(.sector-discovery) { color: var(--muted); font-size: 18px; max-width: 590px; margin-top: 24px; }
.demo-invite-copy h2 { max-width: 710px; }
.demo-invite-copy .serif { color: #0758ec; }
.demo-invite-copy .concept-note { margin-top: 22px; }
.demo-invite-copy > .button { margin-top: 30px; }
.demo-invite-copy .sector-discovery { margin-top: 27px; }
.demo-invite-list { background: #08152e; border: 1px solid #244774; border-radius: 18px; box-shadow: 0 25px 65px #0b3d8324; padding: 14px 32px; }
.demo-invite-list a { display: grid; grid-template-columns: 140px 1fr 24px; align-items: center; gap: 12px; min-height: 86px; border-bottom: 1px solid #33537d; color: #f7faff; }
.demo-invite-list a:last-child { border-bottom: 0; }
.demo-invite-list a:hover strong, .demo-invite-list a:focus-visible strong { color: #71ddff; }
.demo-invite-list a > span:first-child { font-size: 11px; font-weight: 700; letter-spacing: .08em; color: #a9c8ee; }
.demo-invite-list strong { font: 600 23px/1.2 var(--heading); letter-spacing: -.04em; }
.demo-invite-list a > span:last-child { font-size: 25px; color: #71ddff; }

.gallery-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 92px; }
.gallery-header nav { display: flex; align-items: center; gap: 28px; font-size: 16px; }
.gallery-header nav > a:not(.button):hover { color: #0758ec; text-decoration: underline; text-underline-offset: 5px; }
.gallery-header .button { min-height: 46px; padding: 8px 18px; }
.gallery-hero { background: radial-gradient(circle at 80% 35%,#124f9b 0%,#08152e 56%); color: #f7faff; padding-block: 100px; }
.gallery-hero-layout { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 100px; }
.gallery-hero .eyebrow, .gallery-final .eyebrow { color: #a9cbf3; }
.gallery-hero h1 { font-size: clamp(52px,5.5vw,82px); line-height: 1.06; letter-spacing: -.065em; margin: 20px 0 25px; }
.gallery-hero .serif, .gallery-final .serif { color: #71ddff; }
.gallery-hero-layout > div:first-child > p:not(.eyebrow) { max-width: 630px; font-size: 18px; color: #c5d7ef; }
.gallery-hero .button { margin-top: 30px; }
.gallery-hero-aside { border: 1px solid #4b79b5; border-radius: 14px; padding: 30px; background: #ffffff0c; }
.gallery-hero-aside > span { display: block; color: #71ddff; font-size: 14px; margin-bottom: 30px; }
.gallery-hero-aside strong { display: block; font: 600 30px/1.2 var(--heading); letter-spacing: -.04em; }
.gallery-hero-aside p { color: #c5d7ef; font-size: 16px; margin-top: 15px; }
.gallery-section { background: linear-gradient(180deg,#eaf3ff,#f4f8ff); }
.gallery-intro { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-bottom: 42px; }
.gallery-intro h2 { margin-top: 18px; }
.gallery-intro > p { color: var(--muted); font-size: 17px; }
.gallery-page .work-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #d0e1f5; border-radius: 15px; padding: 12px 12px 21px; scroll-margin-top: 25px; }
.gallery-page .work-info { padding-inline: 12px; }
.gallery-context { color: var(--muted); font-size: 15px; margin: 15px 12px 17px; flex: 1; }
.gallery-brief-link { align-self: flex-start; margin: 0 12px; color: #0758ec; font-weight: 700; font-size: 15px; border-bottom: 1px solid currentColor; }
.gallery-brief-link:hover { color: #08152e; }
.gallery-final { background: #08152e; color: #f7faff; padding-block: 80px; }
.gallery-final > div { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.gallery-final h2 { margin: 18px 0; }
.gallery-final p:not(.eyebrow) { color: #c5d7ef; max-width: 590px; font-size: 17px; }
.gallery-final .button { flex-shrink: 0; }

/* La foto de Norte conserva su propio espacio cuando el título ocupa más líneas. */
.work-preview.preview-pro { height: auto; min-height: 340px; padding-bottom: 150px; }
.preview-pro .preview-title { font-size: clamp(25px,2.4vw,29px); margin-top: 18px; }
.preview-pro > img { height: 125px; }

@media (max-width: 1000px) {
  .demo-invite-layout, .gallery-hero-layout { grid-template-columns: 1fr; gap: 45px; }
  .gallery-hero-aside { max-width: 650px; }
}
@media (max-width: 700px) {
  .demo-invite-list { padding: 8px 22px; }
  .demo-invite-list a { grid-template-columns: 1fr 24px; gap: 2px 10px; padding-block: 15px; }
  .demo-invite-list a > span:first-child { grid-column: 1; }
  .demo-invite-list strong { grid-column: 1; font-size: 22px; }
  .demo-invite-list a > span:last-child { grid-column: 2; grid-row: 1 / 3; }
  .gallery-header nav { gap: 15px; }
  .gallery-header nav > a:not(.button) { display: none; }
  .gallery-hero { padding-block: 65px; }
  .gallery-hero h1 { font-size: clamp(45px,11vw,64px); }
  .gallery-intro { grid-template-columns: 1fr; gap: 20px; }
  .gallery-final > div { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 390px) {
  .gallery-header .button { font-size: 14px; padding-inline: 12px; }
  .gallery-header { gap: 10px; }
  .gallery-hero-aside { padding: 25px; }
}
