@charset "UTF-8";
:root {
  --paper:#f8f6f1;
  --ink:#262521;
  --muted:#66645e;
  --wine:#8e2536;
  --wine-dark:#6c1726;
  --line:#dedbd3;
  --serif:Georgia,'Times New Roman',serif;
  --sans:'Segoe UI',Arial,sans-serif;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:30px;
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.65;
}
a {
  color:inherit;
  text-decoration:none;
}
button,a,summary {
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,summary:focus-visible {
  outline:3px solid var(--wine);
  outline-offset:6px;
}
img {
  display:block;
  max-width:100%;
}
[hidden] {
  display:none!important;
}
::selection {
  background:#ebc2ca;
  color:#49141e;
}
.section-width {
  width:min(1280px,calc(100% - 112px));
  margin-inline:auto;
}
.skip-link {
  position:absolute;
  top:-100px;
  left:20px;
  padding:12px 20px;
  background:var(--ink);
  color:white;
  z-index:10;
}
.skip-link:focus {
  top:12px;
}
.site-header {
  width:min(1392px,calc(100% - 80px));
  min-height:106px;
  margin:auto;
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}
.brand>span {
  font-family:var(--serif);
  font-size:36px;
  letter-spacing:-1.5px;
  line-height:1;
}
.brand img {
  object-fit:contain;
  image-rendering:pixelated;
}
.brand-period {
  color:var(--wine);
}
nav {
  display:flex;
  gap:34px;
  font-size:14px;
}
nav a {
  padding:8px 0;
  border-bottom:1px solid transparent;
}
nav a:hover {
  border-color:var(--wine);
  color:var(--wine);
}
.header-cta {
  font-size:14px;
  font-weight:600;
  display:flex;
  align-items:center;
  gap:25px;
}
.header-cta span {
  font-size:22px;
}
.hero {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:55px;
  align-items:center;
  padding-block:68px 66px;
}
.eyebrow {
  font-size:12px;
  letter-spacing:2px;
  font-weight:600;
  margin:0 0 25px;
  line-height:1.6;
}
.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:11px;
}
.small-star {
  font-size:19px;
  color:var(--wine);
}
h1,h2,h3,p {
  margin-top:0;
}
h1,h2,h3 {
  font-family:var(--serif);
  font-weight:400;
}
h1 {
  font-size:clamp(56px,6vw,86px);
  line-height:1.07;
  letter-spacing:-4px;
  margin-bottom:27px;
}
em {
  color:var(--wine);
  font-weight:400;
}
h1 em {
  font-size:.95em;
}
.hero-description {
  max-width:440px;
  color:var(--muted);
  font-size:17px;
  line-height:1.85;
  margin-bottom:31px;
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:15px 22px;
  font-size:14px;
  font-weight:600;
  border:1px solid transparent;
  border-radius:3px;
  min-height:54px;
  transition:background .2s,transform .2s;
}
.button:hover {
  transform:translateY(-2px);
}
.button span {
  font-size:22px;
  line-height:1;
}
.button-primary {
  background:var(--wine);
  color:white;
}
.button-primary:hover {
  background:var(--wine-dark);
}
.button-dark {
  background:var(--ink);
  color:white;
}
.button-dark:hover {
  background:var(--wine);
}
.hero-note {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  color:var(--muted);
  margin-top:37px;
}
.note-line {
  height:1px;
  width:29px;
  background:var(--wine);
  flex-shrink:0;
}
.hero-art {
  position:relative;
  border:1px solid #d8d3c8;
  border-radius:240px 240px 5px 5px;
  padding:28px 28px 19px;
  background:#f0ede5;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:490px;
}
.art-label {
  display:flex;
  gap:12px;
  justify-content:center;
  align-items:center;
  font-size:12px;
  letter-spacing:2.5px;
  margin-top:5px;
}
.art-label>span:last-child {
  color:var(--wine);
  font-size:17px;
}
.hero-logo {
  width:100%;
  max-height:399px;
  object-fit:contain;
  mix-blend-mode:multiply;
  margin:12px auto 6px;
}
.art-caption {
  border-top:1px solid #d5cfc2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:13px;
  font-size:12px;
  line-height:1.5;
}
.edition {
  font-size:12px;
  letter-spacing:1.7px;
  text-align:right;
  color:var(--muted);
}
.brand-ribbon {
  display:flex;
  align-items:center;
  justify-content:space-evenly;
  gap:25px;
  background:var(--wine);
  color:#fff6ed;
  padding:20px 30px;
  font-size:12px;
  letter-spacing:1.7px;
  text-transform:uppercase;
}
.brand-ribbon span:nth-child(even) {
  font-size:20px;
  line-height:1;
}
.catalog {
  padding-block:88px 64px;
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:38px;
}
.section-heading .eyebrow {
  margin-bottom:13px;
  color:var(--wine);
}
h2 {
  font-size:clamp(34px,3.5vw,49px);
  line-height:1.18;
  letter-spacing:-1.6px;
  margin-bottom:0;
}
.section-heading>p {
  font-size:14px;
  line-height:1.8;
  color:var(--muted);
  margin-bottom:3px;
}
.product {
  display:grid;
  grid-template-columns:1.08fr 1fr;
  border:1px solid var(--line);
  border-radius:6px;
  overflow:hidden;
  background:#fdfcf9;
}
.product-art {
  background:#eae7de;
  padding:30px 38px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:398px;
}
.product-art-label {
  font-size:12px;
  letter-spacing:2px;
  color:#666259;
}
.file-flow {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:24px 0;
}
.file-inputs {
  display:grid;
  gap:10px;
  width:145px;
  transform:rotate(-5deg);
}
.file-inputs>span {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:11px 15px;
  border:1px solid #d0cabf;
  background:#faf8f2;
  border-radius:4px;
  font-size:12px;
  box-shadow:0 5px 9px #4a403107;
}
.file-inputs i {
  width:10px;
  height:13px;
  border:1px solid #998e7b;
  border-radius:1px;
}
.flow-arrow {
  font-size:29px;
  color:#8e2536;
}
.file-output {
  transform:rotate(5deg);
  width:150px;
  min-height:162px;
  background:var(--wine);
  color:#fff5ea;
  padding:16px 20px;
  border-radius:4px;
  box-shadow:9px 10px 0 #dbd5c9;
}
.document-symbol {
  display:block;
  font-size:29px;
  line-height:1.1;
  margin-bottom:19px;
  color:#dcb6b9;
}
.file-output strong {
  font-family:var(--serif);
  font-size:24px;
  line-height:1.15;
  font-weight:400;
}
.product-art-footer {
  display:flex;
  align-items:end;
  justify-content:space-between;
  font-family:var(--serif);
  font-style:italic;
  font-size:23px;
  line-height:1.25;
}
.product-art-footer img {
  object-fit:contain;
  image-rendering:pixelated;
}
.product-copy {
  padding:37px 44px;
  display:flex;
  align-items:flex-start;
  flex-direction:column;
}
.badge {
  font-size:12px;
  letter-spacing:1.25px;
  border:1px solid #d5d9cb;
  background:#f1f3eb;
  color:#46523c;
  border-radius:20px;
  padding:4px 11px;
  margin-bottom:20px;
}
h3 {
  font-size:43px;
  letter-spacing:-1.4px;
  line-height:1.12;
  margin-bottom:19px;
}
.product-copy>p {
  font-size:16px;
  color:var(--muted);
  margin-bottom:13px;
  max-width:370px;
}
.product-copy>p.product-secondary {
  font-size:14px;
  margin-bottom:22px;
}
.product-copy .pending-link {
  font-size:13px;
  border-bottom:1px solid var(--line);
  padding-bottom:5px;
  color:#6d5b55;
}
.product-index {
  font-size:12px;
  letter-spacing:1.7px;
  color:#767168;
  margin-top:23px;
}
.next-note {
  display:flex;
  align-items:center;
  gap:17px;
  padding-top:24px;
  color:var(--muted);
  font-size:14px;
}
.next-note>span {
  font-size:22px;
  color:var(--wine);
}
.next-note p {
  margin:0;
}
.next-note strong {
  font-weight:600;
  color:var(--ink);
}
.about {
  background:#eeeae1;
  border-block:1px solid #e1dccf;
}
.about-inner {
  padding-block:65px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
}
.about .eyebrow {
  color:var(--wine);
  margin-bottom:23px;
}
.about h2 {
  font-size:48px;
  line-height:1.2;
}
.about-copy {
  position:relative;
  padding-left:4px;
}
.about-copy img {
  float:right;
  margin:0 0 12px 24px;
  image-rendering:pixelated;
}
.about-copy p {
  color:#5e5b53;
  font-size:16px;
  margin-bottom:18px;
}
.about-signature {
  font-family:var(--serif);
  font-style:italic;
  color:var(--wine);
  font-size:23px;
}
.faq {
  padding-block:85px;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
}
.faq .eyebrow {
  color:var(--wine);
  margin-bottom:17px;
}
.faq h2 {
  margin-bottom:17px;
}
.faq>div>p:not(.eyebrow) {
  color:var(--muted);
  font-size:15px;
}
.faq-list {
  border-top:1px solid var(--line);
}
details {
  border-bottom:1px solid var(--line);
}
summary {
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  cursor:pointer;
  font-size:16px;
  font-weight:500;
  padding:21px 0;
}
summary::-webkit-details-marker {
  display:none;
}
summary>span {
  color:var(--wine);
  font-size:23px;
  font-weight:400;
  transition:transform .2s;
}
details[open] summary>span {
  transform:rotate(45deg);
}
details>p {
  color:var(--muted);
  padding-right:32px;
  font-size:15px;
  line-height:1.8;
  margin:0 0 23px;
}
.site-footer {
  border-top:1px solid var(--line);
}
.footer-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:30px 0;
}
.footer-top .brand>span {
  font-size:32px;
}
.footer-top>p {
  margin:0;
  font-family:var(--serif);
  font-style:italic;
  color:var(--muted);
  font-size:19px;
}
.back-top {
  font-size:13px;
  display:flex;
  gap:20px;
}
.back-top:hover {
  color:var(--wine);
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:20px 0;
  border-top:1px solid var(--line);
  font-size:12px;
  color:var(--muted);
}
@media(min-width:1500px) {
  .hero {
    padding-block:85px;
  }
  .hero-art {
    min-height:535px;
  }
  .hero-logo {
    max-height:425px;
  }
}
@media(max-width:1100px) {
  .section-width {
    width:calc(100% - 64px);
  }
  .site-header {
    width:calc(100% - 64px);
    gap:20px;
  }
  nav {
    gap:22px;
  }
  .hero {
    gap:30px;
  }
  h1 {
    font-size:65px;
    letter-spacing:-3px;
  }
  .hero-art {
    min-height:430px;
    padding:22px;
  }
  .hero-logo {
    max-height:335px;
  }
  .hero-description {
    font-size:16px;
  }
  .header-cta {
    gap:12px;
  }
  .product-art {
    padding:28px 25px;
  }
  .product-copy {
    padding:32px;
  }
  .file-flow {
    gap:15px;
  }
  .file-inputs {
    width:125px;
  }
  .file-output {
    width:125px;
  }
  .about-inner {
    gap:55px;
  }
  .about h2 {
    font-size:42px;
  }
  .faq {
    gap:45px;
  }
}
@media(max-width:800px) {
  .header-cta {
    display:none;
  }
  .hero {
    grid-template-columns:1fr 1fr;
    gap:20px;
    padding-block:45px;
  }
  .hero .eyebrow {
    font-size:12px;
    letter-spacing:1.3px;
  }
  h1 {
    font-size:49px;
    letter-spacing:-2px;
  }
  .hero-art {
    min-height:375px;
    padding:18px;
  }
  .hero-logo {
    max-height:290px;
  }
  .art-label {
    font-size:12px;
    letter-spacing:1.5px;
  }
  .art-caption {
    font-size:12px;
  }
  .edition {
    font-size:12px;
  }
  .hero-note {
    font-size:12px;
  }
  .brand-ribbon {
    font-size:12px;
    letter-spacing:1px;
    gap:16px;
  }
  .section-heading>p {
    display:none;
  }
  .product {
    grid-template-columns:1fr 1fr;
  }
  .product-art {
    padding:24px 18px;
  }
  .file-flow {
    gap:10px;
  }
  .file-inputs {
    width:100px;
  }
  .file-inputs>span {
    font-size:12px;
    padding:10px;
  }
  .file-output {
    width:105px;
    padding:15px;
    min-height:150px;
  }
  .file-output strong {
    font-size:21px;
  }
  .product-copy {
    padding:26px;
  }
  .product-copy h3 {
    font-size:34px;
  }
  .product-copy>p {
    font-size:15px;
  }
  .about-inner {
    gap:35px;
  }
  .about h2 {
    font-size:36px;
  }
  .faq {
    grid-template-columns:1fr;
    gap:26px;
  }
  .catalog,.faq {
    padding-block:60px;
  }
}
@media(max-width:600px) {
  .section-width,.site-header {
    width:calc(100% - 40px);
  }
  .site-header {
    min-height:84px;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    padding:15px 0;
  }
  .brand>span {
    font-size:32px;
  }
  .site-header .brand img {
    width:36px;
    height:36px;
  }
  nav {
    justify-content:center;
    gap:24px;
    width:100%;
    font-size:13px;
  }
  .hero {
    grid-template-columns:1fr;
    padding-block:38px;
    gap:35px;
  }
  .hero-copy {
    text-align:center;
  }
  .hero .eyebrow {
    justify-content:center;
    margin-bottom:20px;
  }
  h1 {
    font-size:clamp(45px,11.7vw,65px);
    letter-spacing:-2.6px;
  }
  .hero-description {
    margin:0 auto 25px;
    max-width:360px;
    font-size:16px;
  }
  .hero-note {
    justify-content:center;
    margin-top:24px;
    font-size:12px;
  }
  .hero-art {
    width:min(100%,370px);
    margin:auto;
    min-height:390px;
    padding:24px;
  }
  .hero-logo {
    max-height:320px;
  }
  .art-label {
    font-size:12px;
  }
  .art-caption {
    font-size:12px;
  }
  .edition {
    font-size:12px;
  }
  .brand-ribbon {
    padding:16px 20px;
    justify-content:center;
    font-size:12px;
    gap:17px;
  }
  .brand-ribbon span:nth-child(n+3) {
    display:none;
  }
  .brand-ribbon span:nth-child(2) {
    font-size:15px;
  }
  .eyebrow {
    font-size:12px;
    letter-spacing:1.6px;
  }
  .section-heading {
    margin-bottom:25px;
  }
  h2 {
    font-size:36px;
  }
  .product {
    grid-template-columns:1fr;
  }
  .product-art {
    padding:25px;
    min-height:335px;
  }
  .file-flow {
    gap:20px;
  }
  .file-inputs {
    width:130px;
  }
  .file-inputs>span {
    font-size:12px;
    padding:11px 14px;
  }
  .file-output {
    width:128px;
    min-height:156px;
    padding:18px;
  }
  .file-output strong {
    font-size:23px;
  }
  .product-copy {
    padding:29px;
  }
  .product-copy h3 {
    font-size:38px;
  }
  .next-note {
    align-items:flex-start;
    font-size:13px;
  }
  .next-note>span {
    line-height:1.4;
  }
  .next-note strong {
    display:block;
  }
  .about-inner {
    grid-template-columns:1fr;
    padding-block:45px;
    gap:26px;
  }
  .about h2 {
    font-size:38px;
  }
  .about-copy {
    padding:0;
  }
  .about-copy img {
    width:80px;
    height:80px;
  }
  .faq {
    padding-block:50px;
  }
  summary {
    font-size:15px;
    padding-block:20px;
  }
  .footer-top {
    flex-wrap:wrap;
    padding-block:25px;
    gap:15px;
  }
  .footer-top>p {
    font-size:17px;
    order:3;
    width:100%;
  }
  .footer-top .brand>span {
    font-size:29px;
  }
  .footer-bottom {
    font-size:12px;
    flex-wrap:wrap;
    gap:6px;
  }
  .footer-bottom>span:last-child {
    margin-left:auto;
  }
}
@media(max-width:600px) {
  .file-flow {
    display:grid;
    grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);
    gap:12px;
  }
  .file-inputs,.file-output {
    width:100%;
    min-width:0;
  }
  .file-output {
    padding:15px;
    min-height:150px;
  }
  .file-output strong {
    font-size:21px;
  }
  .file-inputs>span {
    padding:10px;
    font-size:12px;
  }
  .flow-arrow {
    text-align:center;
    font-size:25px;
  }
}
@media(max-width:380px) {
  .file-flow {
    gap:8px;
  }
  .file-output {
    padding:10px;
  }
  .file-output strong {
    font-size:17px;
  }
  .file-inputs>span {
    padding:9px 6px;
    font-size:12px;
  }
  nav {
    gap:14px;
    font-size:12px;
  }
  .product-art {
    padding-inline:20px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important;
  }
}

/* Mantener el diagrama dentro de su tarjeta en todos los tamaños. */
.file-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr);
  gap: 14px;
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}
.file-inputs, .file-output {
  width: 100%;
  min-width: 0;
}
.file-output {
  padding: 12px;
}
.file-output strong {
  font-size: clamp(16px, 1.6vw, 23px);
}
