@layer reset, base, components;
@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  body, h1, h2, h3, p, figure { margin: 0; }
  img { display: block; max-width: 100%; }
  button, input { font: inherit; }
  button, a { -webkit-tap-highlight-color: transparent; }
}
@layer base {
  :root { --blue: #006cbd; --navy: #082878; --ink: #17232d; --muted: #626b75; --line: #dce1e5; --pale: #f2f5f7; --white: #fff; --gutter: clamp(22px, 5vw, 88px); --max: 1440px; }
  html { scroll-behavior: smooth; scroll-padding-top: 100px; }
  body { color: var(--ink); background: #fff; font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
  ::selection { background: #d7eaff; color: var(--navy); }
  a { color: inherit; text-decoration: none; }
  button { cursor: pointer; }
  :focus-visible { outline: 3px solid #0089e9; outline-offset: 5px; }
  h1, h2, h3 { line-height: 1.1; font-weight: 500; letter-spacing: -.045em; text-wrap: balance; }
  h1 { font-size: clamp(46px, 6.2vw, 88px); }
  h2 { font-size: clamp(34px, 4vw, 56px); }
  h3 { font-size: 24px; }
  p { text-wrap: pretty; }
  [hidden] { display: none !important; }
}
@layer components {
  .wrap { width: min(var(--max), 100% - var(--gutter) * 2); margin-inline: auto; }
  .skip-link { position: fixed; top: -90px; left: 20px; background: var(--navy); color: #fff; padding: 12px 20px; z-index: 100; }
  .skip-link:focus { top: 10px; }
  .site-header { background: rgb(255 255 255 / 97%); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
  .header-inner { min-height: 96px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
  .brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
  .brand img { width: 53px; height: 53px; object-fit: contain; }
  .brand-name { font-size: 14px; line-height: 1.35; letter-spacing: .12em; font-weight: 750; }
  .brand-name small { display: block; font-size: 9px; letter-spacing: .28em; font-weight: 500; color: var(--muted); margin-top: 5px; }
  .nav-links { display: flex; align-items: center; gap: 34px; font-size: 13px; }
  .nav-links a { position: relative; padding-block: 14px; }
  .nav-links a:not(.nav-contact)::after { content: ''; position: absolute; height: 2px; background: var(--blue); bottom: 7px; left: 0; width: 0; transition: width .2s; }
  .nav-links a:hover::after, .nav-links a[aria-current=page]::after { width: 100%; }
  .nav-links .nav-contact { background: var(--navy); color: white; padding: 12px 19px; display: flex; gap: 22px; align-items: center; }
  .nav-contact:hover { background: var(--blue); }
  .menu-toggle { display: none; background: none; border: 1px solid var(--line); padding: 10px; width: 44px; height: 44px; }
  .menu-toggle span { display: block; height: 1px; width: 21px; background: var(--ink); margin: 5px 0; transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .eyebrow { font-size: 10px; font-weight: 650; letter-spacing: .19em; text-transform: uppercase; display: flex; align-items: center; gap: 11px; margin-bottom: 24px; }
  .eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--blue); flex-shrink: 0; }
  .button { display: inline-flex; justify-content: center; align-items: center; gap: 34px; min-height: 52px; padding: 14px 23px; background: var(--navy); color: white; font-size: 12px; font-weight: 550; border: 1px solid var(--navy); transition: background .2s, transform .2s; }
  .button:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
  .button-outline { background: transparent; color: var(--ink); border-color: var(--line); }
  .button-outline:hover { color: white; }
  .text-link { font-size: 12px; display: inline-flex; align-items: center; gap: 30px; padding-bottom: 9px; border-bottom: 1px solid var(--ink); }
  .text-link:hover { color: var(--blue); border-color: var(--blue); }
  .arrow { font-size: 21px; line-height: 1; font-weight: 400; }
  .section { padding-block: 92px; }
  .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
  .section-heading .eyebrow { margin-bottom: 15px; }
  .breadcrumb { display: flex; gap: 11px; font-size: 11px; color: var(--muted); flex-wrap: wrap; margin-bottom: 45px; }
  .breadcrumb a:hover { color: var(--blue); }
  .page-intro { padding: 38px 0 58px; }
  .page-intro h1 { max-width: 1000px; }
  .page-intro .intro-bottom { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: 27px; }
  .intro-bottom p { max-width: 480px; color: var(--muted); font-size: 14px; }
  .index-label { color: var(--muted); text-transform: uppercase; font-size: 10px; letter-spacing: .16em; }
  .collection-card { display: block; min-width: 0; }
  .collection-cover { position: relative; aspect-ratio: 4 / 4.5; background: var(--pale); overflow: hidden; }
  .collection-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.3,1); }
  .collection-card:hover .collection-cover img { transform: scale(1.035); }
  .cover-count { position: absolute; left: 16px; top: 16px; padding: 5px 9px; background: rgb(255 255 255 / 94%); font-size: 9px; letter-spacing: .08em; }
  .cover-open { position: absolute; right: 16px; bottom: 16px; width: 40px; height: 40px; background: #fff; display: grid; place-items: center; transition: background .2s, color .2s; }
  .collection-card:hover .cover-open { background: var(--navy); color: white; }
  .collection-info { padding: 19px 0; display: flex; align-items: start; gap: 13px; border-bottom: 1px solid var(--line); }
  .collection-info .number { color: var(--muted); font-size: 9px; padding-top: 4px; }
  .collection-info h3 { font-size: 19px; letter-spacing: -.025em; line-height: 1.35; }
  .inquiry { background: var(--navy); color: white; padding: 65px 0; }
  .inquiry-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
  .inquiry .eyebrow { color: #bfcfed; margin-bottom: 15px; }
  .inquiry .eyebrow::before { background: #75bdf0; }
  .inquiry h2 { font-size: clamp(32px, 3.5vw, 48px); }
  .inquiry .button { background: #fff; border-color: #fff; color: var(--navy); flex-shrink: 0; }
  .inquiry .button:hover { background: #dbeeff; }
  .site-footer { padding: 60px 0 22px; }
  .footer-main { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 50px; padding-bottom: 55px; }
  .footer-description { max-width: 290px; color: var(--muted); font-size: 12px; margin-top: 20px; }
  .footer-heading { text-transform: uppercase; font-size: 9px; letter-spacing: .18em; margin-bottom: 19px; }
  .footer-links { display: flex; flex-direction: column; align-items: start; gap: 10px; font-size: 12px; }
  .footer-links a:hover { color: var(--blue); }
  .footer-links p { color: var(--muted); }
  .footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 10px; }
  .reveal { animation: reveal .7s both; }
  @keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  @media (min-width: 1500px) { .wrap { max-width: 1320px; } }
  @media (max-width: 800px) {
    .header-inner { min-height: 78px; }
    .brand img { width: 43px; height: 43px; }
    .brand-name { font-size: 11px; }
    .brand-name small { font-size: 8px; }
    .menu-toggle { display: block; }
    .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; border-bottom: 1px solid var(--line); padding: 20px var(--gutter) 30px; flex-direction: column; align-items: stretch; gap: 8px; }
    .nav-links.is-open { display: flex; }
    .nav-links .nav-contact { justify-content: space-between; }
    .section { padding-block: 62px; }
    .section-heading { align-items: start; }
    .inquiry-inner { align-items: start; flex-direction: column; gap: 25px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-brand { grid-column: 1 / -1; }
    .page-intro { padding-bottom: 40px; }
    .breadcrumb { margin-bottom: 32px; }
  }
  @media (max-width: 480px) {
    .section-heading { flex-direction: column; gap: 20px; }
    .intro-bottom { flex-direction: column; align-items: start !important; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .collection-info h3 { font-size: 17px; }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; animation-iteration-count: 1 !important; }
  }
}
