/* Shopswey — editorial v2. Local fonts; no prototype runtime. */
@font-face { font-family: Archivo; font-style: normal; font-weight: 700 800; font-display: swap; src: url('./fonts/archivo-latin.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('./fonts/instrument-sans-latin.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-style: italic; font-weight: 400; font-display: swap; src: url('./fonts/instrument-serif-italic-latin.woff2') format('woff2'); }

:root { --v2-ink: #17342a; --v2-cream: #faf8f2; --v2-paper: #fcfbf6; --v2-sand: #f0ebdf; --v2-mint: #e4ecdf; --v2-terra: #c0472a; --v2-soft: #4a5b51; --v2-line: #dcd9cc; --v2-hair-dark: rgb(250 248 242 / 20%); --v2-muted: #b9c6be; --v2-mono: ui-monospace, monospace; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-header, .site-footer { background: var(--v2-ink); color: var(--v2-cream); font-family: 'Instrument Sans', sans-serif; }
.site-header { border: 0; position: relative; z-index: 5; }
.site-header .container, .site-footer .container, .home-page .container { width: 100%; max-width: 1320px; padding-inline: clamp(18px, 3vw, 40px); margin-inline: auto; }
.site-header .header-inner { display: flex; min-height: 88px; padding-block: 20px; gap: 24px; position: relative; }
.site-header .header-inner::after { content: ''; position: absolute; inset: auto clamp(18px, 3vw, 40px) 0; border-bottom: 1px solid var(--v2-hair-dark); }
.site-header .brand, .site-footer .brand { display: inline-flex; align-items: center; gap: 16px; text-decoration: none; }
.brand-logo { width: 158px; height: auto; filter: invert(1); }
.brand-claim { color: var(--v2-muted); font-family: var(--v2-mono); font-size: 10.5px; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; line-height: 1.5; }
.site-header .desktop-nav { display: flex; gap: clamp(16px, 2vw, 30px); margin-left: auto; flex-wrap: nowrap; }
.site-header nav a { font-size: 13px; font-weight: 500; letter-spacing: .02em; white-space: nowrap; }
.site-header a, .site-footer a { transition: color .18s, background-color .18s; }
.site-header nav a:hover, .site-header nav a[aria-current], .site-footer a:hover, .site-footer a[aria-current] { color: #ef9d7e; }
.site-header .header-contact { border: 1px solid var(--v2-hair-dark); border-radius: 999px; background: transparent; color: var(--v2-cream); padding: 10px 18px; font-size: 13px; gap: 10px; white-space: nowrap; }
.site-header .header-contact:hover { background: var(--v2-cream); color: var(--v2-ink); }

/* Selector d'idioma (22/09/2026). Dos enllaços; l'idioma actiu es marca amb aria-current. */
.lang-switch { display: inline-flex; align-items: center; gap: 2px; font-family: var(--v2-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.lang-switch a { color: var(--v2-muted); padding: 6px 8px; border-radius: 999px; text-decoration: none; min-height: 32px; display: inline-flex; align-items: center; }
.lang-switch a:hover { color: var(--v2-cream); }
.lang-switch a[aria-current="true"] { color: var(--v2-ink); background: var(--v2-cream); }
.lang-switch .lang-sep { color: var(--v2-hair-dark); }
.site-header :focus-visible, .site-footer :focus-visible, .home-page .editorial-hero :focus-visible, .home-page .contact-section :focus-visible { outline: 2px solid var(--v2-cream); outline-offset: 4px; }
.mobile-menu { display: none; }
.site-header .mobile-menu:not([open]) nav { display: none; }
.site-footer { padding-block: 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)) auto; gap: clamp(24px, 3vw, 48px); padding-block: 36px; position: relative; }
.footer-grid::before { content: ''; position: absolute; inset: 0 clamp(18px, 3vw, 40px) auto; border-top: 1px solid var(--v2-hair-dark); }
.site-footer .brand-claim { margin-top: 16px; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.site-footer nav a, .footer-top { font-size: 14.5px; font-weight: 400; }
.footer-label { font: 10.5px/1.5 var(--v2-mono); letter-spacing: .14em; color: var(--v2-muted); margin-bottom: 4px; }
.footer-top { text-decoration: underline; text-decoration-color: var(--v2-hair-dark); }
.site-footer .footer-note { margin-top: 0; padding-top: 22px; border: 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; position: relative; }
.footer-note::before { content: ''; position: absolute; inset: 0 clamp(18px, 3vw, 40px) auto; border-top: 1px solid var(--v2-hair-dark); }
.site-footer .footer-note p { font-size: 12px; color: var(--v2-muted); max-width: 65ch; }

/* Interior pages keep their existing layout and typography. */
.home-page { --ink: var(--v2-ink); --ink-soft: var(--v2-soft); --paper: var(--v2-cream); --accent: var(--v2-terra); --accent-hover: #a83c22; --line: var(--v2-line); --cream: var(--v2-sand); --font: 'Instrument Sans', system-ui, sans-serif; background: var(--v2-cream); -webkit-font-smoothing: antialiased; }
.home-page h1, .home-page h2, .home-page h3 { font-family: Archivo, sans-serif; font-weight: 700; }
.home-page h2 { font-size: clamp(32px, 4.2vw, 62px); letter-spacing: -.032em; line-height: 1.02; }
.home-page h3 { font-size: 28px; line-height: 1.1; letter-spacing: -.028em; }
.home-page p { line-height: 1.7; }
.home-page .section { padding-block: clamp(52px, 6vw, 104px); }
.home-page .eyebrow, .home-page .mini-label, .home-page .feature-tag, .home-page .card-number { font-family: var(--v2-mono); font-weight: 400; font-size: 11px; letter-spacing: .14em; line-height: 1.6; }
.home-page .eyebrow { margin-bottom: 20px; }
.home-page .button { border-radius: 2px; font-size: 15.5px; padding: 16px 24px; gap: 10px; transition: background-color .18s, color .18s; }
.home-page .site-header .header-contact { border-radius: 999px; padding: 10px 18px; font-size: 13px; }
.home-page .text-link { font-size: 16px; font-weight: 600; text-underline-offset: 6px; }
.home-page main .text-link:hover { color: var(--v2-terra); }
.editorial-hero { background: var(--v2-ink); color: var(--v2-cream); padding-bottom: clamp(10px, 2vw, 26px); }
.editorial-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); padding-block: clamp(48px, 7vw, 104px) clamp(36px, 4vw, 64px); align-items: end; }
.home-page .editorial-hero .eyebrow { color: var(--v2-muted); margin-bottom: clamp(24px, 3vw, 44px); }
.home-page .editorial-hero h1 { font-size: clamp(54px, 8vw, 126px); line-height: .9; letter-spacing: -.035em; text-wrap: initial; }
.home-page .editorial-hero h1 em { font-family: 'Instrument Serif', Georgia, serif; font-style: italic; font-weight: 400; letter-spacing: -.01em; white-space: nowrap; }
.home-page .editorial-hero .hero-copy { max-width: 44ch; }
.home-page .editorial-hero .hero-lead { color: #e0e6df; margin: 0 0 26px; font-size: clamp(16.5px, 1.2vw, 18.5px); line-height: 1.65; max-width: none; }
.home-page .editorial-hero .hero-regulation { color: #c6d1c8; font-size: 15.5px; margin: 0 0 30px; line-height: 1.6; }
.home-page .editorial-hero .hero-regulation strong { color: var(--v2-cream); }
.home-page .editorial-hero .button-row { margin: 0; gap: 20px; }
.home-page .editorial-hero .text-link { color: var(--v2-cream); text-decoration-color: var(--v2-hair-dark); }
.home-page .editorial-hero .text-link:hover { color: #ef9d7e; }
.sales-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--v2-hair-dark); }
.sales-strip > div { padding: 26px 24px; border-right: 1px solid var(--v2-hair-dark); }
.sales-strip > div:first-child { padding-left: 0; }
.sales-strip > div:last-child { border: 0; padding-right: 0; }
.home-page .sales-strip .mini-label { color: var(--v2-muted); font-size: 10.5px; margin-bottom: 12px; }
.home-page .sales-strip h2 { font-size: 27px; line-height: 1.1; letter-spacing: -.01em; margin-bottom: 10px; text-wrap: initial; }
.home-page .sales-strip p { color: #bbc8bf; font-size: 13.5px; line-height: 1.5; }
.sales-price { display: flex; flex-direction: column; justify-content: space-between; gap: 12px; }
.home-page .sales-price .mini-label { color: #ef9d7e; }
.home-page #plataforma { padding-block: clamp(56px, 7vw, 112px); }
.home-page .section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(24px, 4vw, 64px); margin-bottom: clamp(40px, 5vw, 72px); }
.home-page .section-heading > p { max-width: 42ch; font-size: 16.5px; align-self: end; }
.home-page #platform-title { font-size: clamp(34px, 4.6vw, 70px); line-height: 1; }
.home-page .feature-grid { display: block; border-top: 1px solid var(--v2-line); }
.home-page .feature-card { display: grid; grid-template-columns: 24px minmax(0, 1.1fr) minmax(0, 1.4fr) minmax(110px, .65fr); gap: clamp(16px, 3vw, 48px); padding: clamp(24px, 3vw, 38px) 0; border: 0; border-bottom: 1px solid var(--v2-line); border-radius: 0; background: transparent; }
.home-page .feature-card .card-number { position: static; color: var(--v2-terra); margin: 0; padding-top: 6px; }
.home-page .feature-card h3 { font-size: clamp(24px, 2.6vw, 36px); margin: 0; }
.home-page .feature-card h3 br { display: revert; }
.home-page .feature-card p { font-size: 16px; line-height: 1.65; margin: 0; }
.home-page .feature-card .feature-body { min-width: 0; }
.home-page .feature-card .feature-tag { margin: 0; padding-top: 8px; font-size: 10.5px; text-align: right; color: var(--v2-soft); }
.shared-information { background: var(--v2-paper); border: 1px solid var(--v2-line); padding: clamp(24px, 3vw, 44px); margin-top: clamp(36px, 4vw, 64px); }
.shared-information ul { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); list-style: none; padding: 0; margin: 26px 0 20px; border-left: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); }
.shared-information li { border-top: 1px solid var(--v2-line); border-right: 1px solid var(--v2-line); padding: 22px 18px; font: 700 21px/1.3 Archivo, sans-serif; }
.shared-information p:not(.eyebrow) { font-size: 15px; }
.billing-band { background: var(--v2-sand); }
.home-page .editorial-billing { display: block; }
.editorial-billing > div:first-child { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(24px, 4vw, 64px); margin-bottom: clamp(36px, 4vw, 60px); }
.editorial-billing > div:first-child .eyebrow { grid-column: 1 / -1; }
.editorial-billing .section-lead { font-size: 16.5px; margin: 0; align-self: end; max-width: 42ch; }
.home-page .editorial-billing .operation-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 44px); padding-top: 32px; border-top: 1px solid var(--v2-line); }
.home-page .editorial-billing article { display: block; border: 0; margin: 0; padding: 0; }
.home-page .editorial-billing h3 { font-size: 28px; margin: 0 0 12px; }
.home-page .editorial-billing p { font-size: 15.5px; }
.home-page .sector-band { display: block; padding-block: clamp(56px, 7vw, 104px); margin-block: 0; background: transparent; border: 0; border-radius: 0; }
.home-page .sector-illustration { min-height: clamp(280px, 32vw, 440px); background: var(--v2-mint); }
.home-page .sector-illustration .plant-one { left: calc(50% - 112px); bottom: calc(50% - 110px); }
.home-page .sector-illustration .plant-two { left: calc(50% + 18px); bottom: calc(50% - 122px); }
.home-page .sector-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(24px, 4vw, 64px); padding: clamp(28px, 3vw, 44px) 0 0; }
.sector-copy > .eyebrow, .sector-copy > h2 { grid-column: 1; }
.sector-story { grid-column: 2; grid-row: 1 / 4; max-width: 46ch; }
.home-page .sector-story p { font-size: 16.5px; margin: 0 0 16px; }
.home-page .sector-story .text-link { margin-top: 10px; }
.home-page .home-includes { padding-top: 0; gap: clamp(24px, 4vw, 64px); }
.home-page .home-includes p { font-size: 16.5px; }
.home-page .price-section { background: var(--v2-paper); border-block: 1px solid var(--v2-line); }
.editorial-price-heading { text-align: center; margin-bottom: clamp(36px, 4vw, 60px) !important; }
.editorial-price-heading .eyebrow { justify-content: center; }
.home-page .editorial-price-heading .price { display: flex; flex-direction: column; align-items: center; gap: 16px; margin: 22px 0 0; }
.home-page .editorial-price-heading .price strong { font-family: Archivo, sans-serif; font-size: clamp(88px, 14vw, 200px); font-weight: 700; line-height: .85; letter-spacing: -.03em; }
.home-page .editorial-price-heading .price strong span { font-size: inherit; font-weight: inherit; margin-left: .12em; }
.home-page .editorial-price-heading .price > span { font: 12.5px/1.6 var(--v2-mono); letter-spacing: .12em; }
.home-page .home-price-layout { grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(24px, 4vw, 56px); }
.home-page .price-card, .home-page .home-setup { padding: 36px 0 0; border: 0; border-top: 1px solid var(--v2-line); border-radius: 0; background: transparent; }
.home-page .home-price-layout h2, .home-page .home-price-layout h3 { font-size: 30px; line-height: 1.1; }
.home-page .home-price-layout p, .home-page .price-card > p:not(.price):not(.review-note) { font-size: 15.5px; line-height: 1.65; }
.home-page .home-price-layout p + p { margin-top: 14px; }
.home-page .price-section .price-card > p.price-condition, .home-page .editorial-price-heading .price-condition { font-size: 13px; line-height: 1.6; color: var(--v2-soft); }
.home-page .editorial-price-heading .price-condition { margin-top: 16px; }
.home-page .home-setup p.setup-price { font-family: Archivo, sans-serif; font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; line-height: 1.2; }
.home-page .home-setup p.eyebrow { font-size: 10.5px; }
.home-page .home-setup .button { background: var(--v2-ink); }
.home-page .home-setup .button:hover { background: var(--v2-terra); }
.home-page .faq-section { gap: clamp(24px, 4vw, 64px); }
.home-page .faq-list summary { font-size: 17px; font-weight: 600; padding-block: 20px; }
.home-page .faq-list summary::after { content: '+'; color: var(--v2-terra); transition: transform .18s; }
.home-page .faq-list details[open] summary::after { content: '+'; transform: rotate(45deg); }
.home-page .faq-list details p { font-size: 15.5px; line-height: 1.65; max-width: 54ch; }
.home-page .contact-section { background: var(--v2-ink); color: var(--v2-cream); padding-block: clamp(56px, 7vw, 110px) clamp(44px, 5vw, 80px); }
.home-page .contact-layout { grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: end; }
.home-page .contact-section h2 { font-size: clamp(36px, 5vw, 76px); line-height: .98; }
.home-page .contact-section .eyebrow { color: var(--v2-muted); }
.home-page .contact-section h2 + p { color: #d8e0d9; font-size: 16.5px; max-width: 44ch; }
.home-page .contact-action { border: 0; padding: 0; }
.home-page .button-light { background: var(--v2-cream); color: var(--v2-ink); font-size: 17px; padding: 19px 28px; margin: 0; }
.home-page .button-light:hover { background: var(--v2-terra); color: white; }
@media (max-width: 1120px) { .site-header .brand-claim { display: none; } .shared-information ul { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px) {
  .site-header .desktop-nav { display: none; }
  .site-header .header-inner { gap: 16px; min-height: 84px; }
  .site-header .header-contact { margin-left: auto; }
  .site-header .lang-switch { margin-left: 0; order: 3; }
  .mobile-menu { display: block; }
  .mobile-menu summary { cursor: pointer; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--v2-hair-dark); border-radius: 50%; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-icon { width: 18px; height: 12px; border-block: 1px solid currentColor; position: relative; }
  .menu-icon::before { content: ''; position: absolute; inset: 50% 0 auto; border-top: 1px solid currentColor; }
  .mobile-menu[open] summary { background: var(--v2-cream); color: var(--v2-ink); }
  .site-header .mobile-menu nav { position: absolute; top: 100%; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: 12px clamp(18px, 3vw, 40px) 24px; background: var(--v2-ink); border-bottom: 1px solid var(--v2-hair-dark); }
  .site-header .mobile-menu nav a { display: block; padding-block: 14px; min-height: 48px; font-size: 16px; border-bottom: 1px solid var(--v2-hair-dark); }
  .sales-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sales-strip > div { padding: 24px 20px; border-bottom: 1px solid var(--v2-hair-dark); }
  .sales-strip > div:nth-child(odd) { padding-left: 0; }
  .sales-strip > div:nth-child(even) { border-right: 0; padding-right: 0; }
  .sales-strip > div:nth-child(3) { border-bottom: 0; }
  .home-page .feature-card { grid-template-columns: 24px minmax(0, 1fr) minmax(0, 1.2fr); gap: 20px; }
  .home-page .feature-tag { grid-column: 2 / -1; text-align: left !important; }
  .home-page .editorial-billing .operation-list { grid-template-columns: 1fr; }
  .home-page .editorial-billing article + article { border-top: 1px solid var(--v2-line); padding-top: 24px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .editorial-hero-grid, .home-page .section-heading, .editorial-billing > div:first-child, .home-page .home-includes, .home-page .home-price-layout, .home-page .faq-section, .home-page .contact-layout { grid-template-columns: 1fr; }
  .home-page .editorial-hero h1 { font-size: clamp(54px, 12.8vw, 92px); }
  .home-page .editorial-hero .hero-copy { max-width: 52ch; }
  .home-page .section-heading > p { max-width: 52ch; }
  .editorial-billing .section-lead { margin-top: 24px; }
  .home-page .sector-copy { display: block; }
  .sector-story { margin-top: 24px; }
  .home-page .home-setup { padding-top: 28px; }
  .home-page .home-includes { padding-bottom: 52px; }
}
@media (max-width: 580px) {
  .site-header .header-inner { gap: 10px; padding-block: 16px; min-height: 76px; }
  .brand-logo { width: 140px; }
  .site-header .header-contact, .home-page .site-header .header-contact { font-size: 12px; padding: 10px 12px; min-height: 44px; gap: 7px; }
  .site-header .lang-switch { font-size: 10px; }
  .site-header .lang-switch a { padding: 6px 6px; }
  .sales-strip { grid-template-columns: 1fr; }
  .sales-strip > div, .sales-strip > div:first-child, .sales-strip > div:last-child, .sales-strip > div:nth-child(odd), .sales-strip > div:nth-child(even) { padding: 24px 0; border: 0; border-bottom: 1px solid var(--v2-hair-dark); }
  .sales-strip > div:last-child { border: 0; }
  .home-page .feature-card { grid-template-columns: 24px minmax(0, 1fr); }
  .home-page .feature-card .feature-body { grid-column: 2; }
  .home-page .feature-card p, .home-page .feature-card .feature-tag { grid-column: 2; }
  .shared-information { padding: 24px 18px; }
  .shared-information ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shared-information li { font-size: 18px; padding: 18px 10px; }
  .shared-information .eyebrow { display: block; }
  .home-page .editorial-price-heading .price strong { font-size: clamp(88px, 26vw, 150px); }
  .footer-grid { gap: 30px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .site-footer .footer-note { gap: 14px; }
}
@media (max-width: 380px) { .site-header .brand-logo { width: 112px; } .site-header .header-inner { gap: 8px; } }
@media (prefers-reduced-motion: reduce) { .home-page *, .site-header *, .site-footer * { transition: none !important; } }
