:root {
  --navy: #102f4d;
  --navy-deep: #0a2238;
  --ink: #202830;
  --muted: #626d76;
  --paper: #f5f3ee;
  --paper-deep: #ece9e1;
  --white: #ffffff;
  --line: #d9d8d2;
  --accent: #815737;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #a26416; outline-offset: 5px; border-radius: 3px; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-weight: 500; }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
.container { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 20; left: 1rem; top: -100px; padding: 1rem; background: var(--navy); color: var(--white); }
.skip-link:focus { top: 1rem; }

.site-header { border-bottom: 1px solid var(--line); background: rgba(245, 243, 238, .96); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; font-size: 26px; font-weight: 650; letter-spacing: .01em; }
.brand img { width: 40px; height: 40px; }
.brand-domain { margin-left: 1px; color: var(--muted); font-size: 15px; font-weight: 450; }
.header-inner nav, .footer nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.header-inner nav a { padding-block: 15px; }
.header-inner nav a:hover, .header-inner nav a[aria-current="page"], .footer nav a:hover { color: var(--accent); }
.header-cta { display: inline-flex; align-items: center; gap: 24px; border: 1px solid var(--navy); border-radius: 5px; padding: 13px 18px; color: var(--navy); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; transition: background-color .2s ease, color .2s ease; }
.header-cta:hover { background: var(--navy); color: var(--white); }

.eyebrow { margin-bottom: 22px; color: var(--navy); font-size: 12px; font-weight: 650; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); align-items: center; gap: 72px; padding-block: 120px; }
.hero h1, .contact-hero h1 { color: var(--navy); font-size: clamp(56px, 7vw, 88px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero h1 em, .contact-hero h1 em { color: #69716c; font-style: normal; font-weight: 400; }
.hero-description { max-width: 610px; margin-top: 32px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin-top: 36px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 32px; border-radius: 5px; padding: 17px 23px; font-size: 14px; font-weight: 600; line-height: 1.4; transition: background-color .2s ease, color .2s ease; }
.primary { background: var(--navy); color: var(--white); }
.primary:hover { background: var(--navy-deep); }
.text-link { display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid currentColor; padding-block: 13px; font-size: 14px; transition: color .2s ease; }
.text-link:hover { color: var(--accent); }
.text-link span, .header-cta span, .button span, .tile-footer span, .email-link span { transition: transform .2s ease; }
.text-link:hover span, .header-cta:hover span, .button:hover span, .mosaic-tile:hover .tile-footer span, .email-link:hover span { transform: translate(3px, -1px); }
.hero-caption { display: flex; align-items: center; gap: 12px; margin-top: 52px; color: var(--muted); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.caption-rule { width: 36px; height: 1px; background: #959a96; }

.mosaic { display: grid; grid-template-columns: 1.08fr 1fr; grid-template-rows: 246px 246px; gap: 12px; }
.mosaic-tile { position: relative; display: flex; min-width: 0; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: 6px; background: var(--white); padding: 18px; }
.mosaic-tile img { width: 100%; object-fit: contain; transition: transform .22s ease; }
.mosaic-tile:hover img { transform: scale(1.025); }
.tile-bag { grid-row: span 2; background: #e7e4dd; }
.tile-bag img { height: 310px; mix-blend-mode: multiply; }
.tile-shoe img, .tile-clothing img { height: 155px; }
.tile-index { color: #52606c; font-size: 10px; letter-spacing: .15em; }
.tile-footer { display: flex; align-items: center; justify-content: space-between; font-size: 14px; }

.value-strip { border-block: 1px solid var(--line); }
.value-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding-block: 23px; }
.value-inner span { display: flex; align-items: center; gap: 16px; font-size: 13px; }
.value-inner b { color: #7b8389; font-size: 11px; font-weight: 500; }

.catalog { padding-block: 104px 48px; }
.section-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.section-intro .eyebrow { margin-bottom: 15px; }
h2 { color: var(--navy); font-size: clamp(40px, 4vw, 48px); letter-spacing: -.04em; line-height: 1.05; }
.section-intro > p { max-width: 400px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.collection-nav { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 40px; border-block: 1px solid var(--line); padding-block: 14px; }
.collection-nav a { display: flex; min-height: 47px; align-items: center; gap: 22px; border-radius: 5px; padding: 14px 20px; font-size: 14px; transition: background-color .2s ease, color .2s ease; }
.collection-nav a:hover { background: var(--navy); color: var(--white); }
.collection-nav a span { font-size: 11px; opacity: .7; }
.catalog-note { max-width: 850px; padding-top: 18px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.collection-section { padding-block: 48px 28px; scroll-margin-top: 1rem; }
.collection-heading { display: flex; align-items: baseline; gap: 18px; margin-bottom: 24px; border-bottom: 1px solid var(--line); padding-bottom: 17px; }
.collection-heading h3 { font-size: 31px; letter-spacing: -.025em; }
.collection-heading span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.collection-heading .section-num { margin-left: auto; letter-spacing: .1em; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 22px; }
.product-card { min-width: 0; }
.product-link { display: block; }
.product-image { position: relative; overflow: hidden; aspect-ratio: 1; border: 1px solid #e7e6e0; border-radius: 6px; background: var(--white); padding: 24px; }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .22s ease; }
.product-link:hover .product-image img { transform: scale(1.035); }
.outbound { position: absolute; right: 13px; bottom: 11px; color: var(--navy); font-size: 18px; transition: transform .2s ease; }
.product-link:hover .outbound { transform: translate(2px, -2px); }
.product-line { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding-top: 15px; }
h4.product-name { margin: 0; font-size: 16px; font-weight: 500; line-height: 1.45; overflow-wrap: anywhere; }
.product-price { color: var(--navy); font-size: 14px; font-weight: 550; font-variant-numeric: tabular-nums; line-height: 1.5; white-space: nowrap; }

.how-section { margin-top: 24px; border-block: 1px solid var(--line); background: var(--paper-deep); padding-block: 92px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px; margin-top: 52px; }
.step-number { display: block; margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.steps h3 { margin-bottom: 13px; font-size: 23px; letter-spacing: -.02em; }
.steps p { max-width: 330px; color: var(--muted); font-size: 16px; line-height: 1.65; }

.trust-section { padding-block: 112px 38px; }
.trust-heading { max-width: 620px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-block: 48px 26px; border-block: 1px solid var(--line); }
.trust-grid article { min-height: 260px; padding: 30px 34px 34px 0; }
.trust-grid article + article { border-left: 1px solid var(--line); padding-left: 34px; }
.trust-grid article > span { color: var(--muted); font-size: 11px; }
.trust-grid h3 { margin-top: 56px; font-size: 22px; letter-spacing: -.02em; }
.trust-grid p { margin-top: 14px; color: var(--muted); font-size: 15px; line-height: 1.7; }

.contact-section { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 56px; margin-block: 76px 68px; border-radius: 7px; background: var(--navy); padding: 62px 66px; color: var(--white); }
.contact-section .eyebrow { margin-bottom: 18px; color: #d6dde4; }
.contact-section h2 { max-width: 650px; color: var(--white); font-size: clamp(36px, 4vw, 50px); }
.contact-section p:not(.eyebrow) { max-width: 650px; margin-top: 22px; color: #d6dde4; font-size: 16px; line-height: 1.65; }
.contact-actions { display: flex; width: 100%; max-width: 340px; flex-direction: column; align-items: stretch; gap: 21px; margin-left: auto; }
.light { background: var(--white); color: var(--navy); }
.light:hover { background: #f0efe9; }
.email-link { display: flex; min-height: 45px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #698098; font-size: 16px; overflow-wrap: anywhere; }
.contact-number { color: #d6dde4; font-size: 13px; }

.footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); padding-block: 30px 38px; }
.footer .brand { font-size: 21px; }
.footer .brand img { width: 32px; height: 32px; }
.footer nav, .footer > a:last-child { color: var(--muted); font-size: 12px; }
.footer > a:last-child { padding-block: 14px; }

/* About and contact page */
.contact-hero { display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: 80px; padding-block: 120px 108px; }
.contact-hero h1 { font-size: clamp(52px, 6vw, 78px); }
.contact-hero-copy { border-left: 1px solid var(--line); padding-left: 42px; }
.contact-hero-copy p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.contact-hero-copy p + p { margin-top: 20px; }
.contact-detail { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; border-top: 1px solid var(--line); padding-block: 64px 104px; }
.contact-detail-heading .eyebrow { margin-bottom: 15px; }
.contact-panel { max-width: 740px; }
.contact-panel > p { max-width: 610px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-list { margin-top: 32px; border-top: 1px solid var(--line); }
.contact-list a { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); padding-block: 20px; transition: color .2s ease; }
.contact-list a:hover { color: var(--accent); }
.contact-list small, .detail-line small { color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-list strong { font-size: 18px; font-weight: 550; overflow-wrap: anywhere; }
.trade-section { border-block: 1px solid var(--line); background: var(--paper-deep); padding-block: 96px; }
.trade-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 48px; }
.trade-grid article { min-height: 360px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.46); padding: 34px; scroll-margin-top: 20px; }
.detail-index { color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.trade-grid h3 { margin-top: 62px; font-size: 28px; letter-spacing: -.025em; }
.trade-grid p { max-width: 520px; margin-top: 16px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.detail-line { margin-top: 34px; border-top: 1px solid var(--line); padding-top: 20px; }
.detail-line small { display: block; margin-bottom: 9px; }
.detail-line strong { font-size: 14px; line-height: 1.7; }
.order-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding-block: 110px 46px; }
.order-section ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.order-section li { display: grid; grid-template-columns: 50px 1fr; gap: 22px; border-bottom: 1px solid var(--line); padding-block: 25px; }
.order-section li > span { color: var(--muted); font-size: 11px; }
.order-section h3 { font-size: 20px; }
.order-section li p { margin-top: 9px; color: var(--muted); font-size: 15px; line-height: 1.6; }

@media (min-width: 681px) and (max-width: 1050px) {
  .container { width: calc(100% - 64px); }
  .header-inner nav { gap: 20px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 34px; padding-block: 88px; }
  .hero h1 { font-size: 52px; }
  .mosaic { grid-template-rows: 205px 205px; }
  .tile-bag img { height: 255px; }
  .tile-shoe img, .tile-clothing img { height: 122px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-line { display: block; }
  .product-price { display: block; margin-top: 5px; }
  .contact-section { gap: 34px; padding: 48px; }
  .contact-hero { gap: 42px; }
  .contact-hero-copy { padding-left: 30px; }
  .footer nav { gap: 18px; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 36px); }
  .header-inner { min-height: 82px; flex-wrap: wrap; gap: 8px; padding-block: 13px; }
  .brand { gap: 9px; font-size: 23px; }
  .brand img { width: 32px; height: 32px; }
  .brand-domain { font-size: 13px; }
  .header-cta { min-height: 44px; gap: 10px; padding: 11px 12px; font-size: 10px; }
  .header-inner nav { order: 3; width: 100%; justify-content: space-between; gap: 14px; font-size: 13px; }
  .header-inner nav a { padding-block: 12px; }
  .hero { grid-template-columns: 1fr; gap: 42px; padding-block: 64px 54px; }
  .eyebrow { margin-bottom: 18px; font-size: 10px; }
  .hero h1, .contact-hero h1 { font-size: clamp(43px, 12vw, 58px); }
  .hero-description { margin-top: 24px; font-size: 16px; }
  .hero-actions { gap: 20px; margin-top: 28px; }
  .button { min-height: 52px; gap: 20px; padding: 15px 18px; }
  .hero-caption { margin-top: 30px; }
  .mosaic { grid-template-columns: 1.12fr 1fr; grid-template-rows: 165px 165px; gap: 9px; }
  .mosaic-tile { padding: 12px; }
  .tile-bag img { height: 220px; }
  .tile-shoe img, .tile-clothing img { height: 96px; }
  .tile-index { font-size: 8px; }
  .tile-footer { font-size: 12px; }
  .value-inner { gap: 12px; padding-block: 18px; }
  .value-inner span { display: block; font-size: 11px; line-height: 1.5; }
  .value-inner b { display: block; margin-bottom: 4px; }
  .catalog { padding-block: 70px 28px; }
  .section-intro { display: block; }
  .section-intro > p { margin-top: 18px; font-size: 14px; }
  h2 { font-size: 36px; }
  .collection-nav { margin-top: 28px; gap: 4px; }
  .collection-nav a { gap: 9px; padding: 11px; font-size: 12px; }
  .catalog-note { font-size: 12px; }
  .collection-section { padding-block: 34px 19px; }
  .collection-heading { gap: 10px; margin-bottom: 16px; padding-bottom: 14px; }
  .collection-heading h3 { font-size: 27px; }
  .collection-heading span { font-size: 9px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 13px; }
  .product-image { padding: 14px; }
  .product-line { display: block; padding-top: 11px; }
  h4.product-name { font-size: 14px; }
  .product-price { display: block; margin-top: 3px; font-size: 13px; }
  .outbound { right: 8px; bottom: 6px; font-size: 15px; }
  .how-section { margin-top: 16px; padding-block: 58px; }
  .how-section .text-link { margin-top: 12px; }
  .steps { grid-template-columns: 1fr; gap: 28px; margin-top: 36px; }
  .steps > div { position: relative; padding-left: 42px; }
  .step-number { position: absolute; top: 4px; left: 0; }
  .steps h3 { margin-bottom: 8px; font-size: 20px; }
  .steps p { max-width: none; font-size: 15px; }
  .trust-section { padding-block: 70px 20px; }
  .trust-grid { grid-template-columns: 1fr; margin-block: 34px 20px; }
  .trust-grid article { min-height: auto; padding: 24px 0 28px; }
  .trust-grid article + article { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
  .trust-grid h3 { margin-top: 28px; }
  .contact-section { grid-template-columns: 1fr; gap: 30px; margin-block: 48px 34px; padding: 34px 24px; }
  .contact-section h2 { font-size: 34px; }
  .contact-actions { max-width: none; margin: 0; }
  .footer { flex-wrap: wrap; gap: 14px; padding-block: 22px 28px; }
  .footer nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; }
  .footer > a:last-child { margin-left: auto; }
  .contact-hero { grid-template-columns: 1fr; gap: 34px; padding-block: 70px; }
  .contact-hero-copy { border-top: 1px solid var(--line); border-left: 0; padding-top: 26px; padding-left: 0; }
  .contact-detail { grid-template-columns: 1fr; gap: 30px; padding-block: 48px 70px; }
  .contact-list a { grid-template-columns: 76px minmax(0, 1fr) auto; gap: 12px; }
  .contact-list strong { font-size: 15px; }
  .trade-section { padding-block: 66px; }
  .trade-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .trade-grid article { min-height: 330px; padding: 26px; }
  .trade-grid h3 { margin-top: 48px; }
  .order-section { grid-template-columns: 1fr; gap: 34px; padding-block: 70px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .product-link:hover .product-image img, .mosaic-tile:hover img { transform: none; }
}
