:root {
  --orange: #ff4f00;
  --black: #0a0a09;
  --paper: #f2efe6;
  --white: #fffdf7;
  --line: 2px;
  --pad: clamp(18px, 3.1vw, 48px);
  --display: "Arial Black", "Helvetica Neue", Helvetica, sans-serif;
  --mono: ui-monospace, Menlo, Monaco, "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
::selection { background: var(--black); color: var(--orange); }

.skip-link { position: fixed; z-index: 100; left: 8px; top: 8px; padding: 12px 16px; background: var(--white); color: var(--black); font: 700 13px var(--mono); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
a:focus-visible { outline: 4px solid var(--white); outline-offset: 4px; box-shadow: 0 0 0 7px var(--black); }
.product-paper a:focus-visible, .company a:focus-visible, .masthead a:focus-visible, .footer a:focus-visible { outline-color: var(--orange); }

.masthead { min-height: 82px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 0 var(--pad); border-bottom: var(--line) solid var(--black); background: var(--paper); position: relative; z-index: 2; }
.wordmark { font: 900 clamp(19px, 2vw, 27px)/1 var(--display); letter-spacing: -.07em; text-decoration: none; }
.wordmark span { color: var(--orange); font: 500 9px/1 var(--mono); vertical-align: top; margin: 0 7px 0 3px; letter-spacing: 0; }
.nav { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 40px); font: 500 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.nav a { text-decoration: none; border-bottom: 2px solid transparent; padding: 8px 0; }
.nav a:hover { border-color: var(--orange); }

.hero { min-height: calc(100svh - 82px); height: 780px; max-height: 980px; background: var(--orange); position: relative; overflow: hidden; border-bottom: var(--line) solid var(--black); display: flex; flex-direction: column; }
.hero-meta { display: flex; justify-content: space-between; padding: 20px var(--pad) 0; font: 500 11px var(--mono); }
.hero-title-wrap { margin-top: auto; padding: 0 var(--pad) 24px; position: relative; z-index: 1; }
.hero h1 { margin: 0 0 -0.08em; color: var(--black); font: 900 clamp(165px, 26vw, 400px)/.63 var(--display); letter-spacing: -.105em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 span:last-child { margin-left: 22.4vw; color: var(--paper); }
.hero-statement { position: absolute; right: var(--pad); bottom: 38px; margin: 0; width: min(25vw, 310px); font: 900 clamp(19px, 2.1vw, 31px)/.95 var(--display); text-transform: uppercase; letter-spacing: -.05em; }
.hero-foot { min-height: 86px; border-top: var(--line) solid var(--black); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 14px var(--pad); position: relative; z-index: 1; background: var(--orange); }
.hero-foot p { max-width: 520px; margin: 0; font: 500 12px/1.4 var(--mono); }
.hero-foot a { font: 900 16px var(--display); text-transform: uppercase; text-decoration: none; border-bottom: var(--line) solid var(--black); padding-bottom: 4px; }
.hero-shape { position: absolute; top: 9%; right: -4vw; width: clamp(120px, 18vw, 280px); aspect-ratio: 1; border: clamp(22px, 3.5vw, 54px) solid var(--black); border-radius: 50%; }
.hero-shape i { position: absolute; width: 32%; height: 120%; background: var(--paper); transform: rotate(42deg); left: 33%; top: -10%; }
.hero-shape b { position: absolute; inset: 32%; background: var(--orange); border-radius: 50%; }

.section-head { min-height: 360px; padding: 30px var(--pad) 42px; display: grid; grid-template-columns: 1fr 2fr; align-items: end; border-bottom: var(--line) solid var(--black); }
.section-head > p { align-self: start; margin: 0; font: 500 11px var(--mono); text-transform: uppercase; }
.section-head > p span { display: inline-grid; place-items: center; width: 35px; height: 35px; background: var(--black); color: var(--paper); margin-right: 12px; }
.section-head h2 { margin: 0; font: 900 clamp(55px, 8vw, 120px)/.84 var(--display); letter-spacing: -.075em; text-transform: uppercase; }

.product { position: relative; min-height: 630px; padding: 28px var(--pad); display: grid; grid-template-columns: .45fr 1.4fr .75fr; gap: 2vw; overflow: hidden; border-bottom: var(--line) solid var(--black); }
.product-orange { background: var(--orange); }
.product-paper { background: var(--paper); }
.product-black { background: var(--black); color: var(--paper); border-color: var(--paper); }
.product-no { font: 900 clamp(70px, 10vw, 150px)/.75 var(--display); letter-spacing: -.09em; }
.product-main { align-self: center; z-index: 1; }
.label, .state { font: 500 10px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.product-main h3 { margin: 25px 0; font: 900 clamp(62px, 8.5vw, 128px)/.79 var(--display); letter-spacing: -.08em; text-transform: uppercase; }
.product-copy { max-width: 390px; margin: 0; font-size: clamp(17px, 1.6vw, 23px); line-height: 1.22; font-weight: 700; }
.product-side { align-self: end; z-index: 1; }
.state { border-top: var(--line) solid currentColor; padding-top: 12px; margin: 0 0 42px; display: flex; align-items: center; gap: 10px; }
.state span { width: 9px; height: 9px; background: currentColor; display: block; }
.product-side a { display: flex; justify-content: space-between; gap: 12px; text-decoration: none; border-bottom: var(--line) solid currentColor; padding: 0 0 8px; font: 900 clamp(13px, 1.25vw, 18px) var(--display); text-transform: uppercase; }
.product-side a:hover { color: var(--white); border-color: currentColor; }
.product-paper .product-side a:hover { color: var(--orange); }
.figure { position: absolute; pointer-events: none; }
.figure-one { width: clamp(190px, 29vw, 440px); aspect-ratio: 1; border-radius: 50%; border: clamp(30px, 5.7vw, 88px) solid var(--paper); right: -7vw; top: 8%; }
.figure-one:before, .figure-one:after { content: ""; position: absolute; background: var(--black); }
.figure-one:before { width: 140%; height: 12%; top: 44%; left: -20%; transform: rotate(-23deg); }
.figure-one:after { width: 12%; height: 140%; left: 44%; top: -20%; transform: rotate(-23deg); }
.figure-two { width: clamp(190px, 28vw, 430px); aspect-ratio: 1; right: 5vw; top: 5%; border: var(--line) solid var(--black); }
.figure-two i, .figure-two b { position: absolute; display: block; background: var(--orange); }
.figure-two i { left: 0; top: 0; width: 50%; height: 50%; border-radius: 0 0 100% 0; }
.figure-two b { right: 0; bottom: 0; width: 50%; height: 50%; border-radius: 100% 0 0 0; }
.figure-three { width: clamp(210px, 31vw, 470px); aspect-ratio: 1; right: 3vw; top: 2%; border: clamp(25px, 4vw, 60px) solid var(--orange); transform: rotate(45deg); }
.figure-three i { position: absolute; width: 140%; height: var(--line); background: var(--paper); top: 50%; left: -20%; }
.figure-three b { position: absolute; height: 140%; width: var(--line); background: var(--paper); left: 50%; top: -20%; }

.method { min-height: 960px; background: var(--black); color: var(--paper); position: relative; overflow: hidden; border-bottom: var(--line) solid var(--paper); }
.section-head-dark { border-color: var(--paper); }
.section-head-dark > p span { background: var(--orange); color: var(--black); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-left: 22%; position: relative; z-index: 1; }
.method-grid article { min-height: 390px; padding: 30px clamp(20px, 3vw, 45px); border-left: var(--line) solid var(--paper); }
.method-grid article > span { color: var(--orange); font: 500 10px var(--mono); }
.method-grid h3 { margin: 150px 0 14px; font: 900 clamp(28px, 3vw, 45px)/.9 var(--display); text-transform: uppercase; letter-spacing: -.055em; }
.method-grid p { margin: 0; max-width: 270px; font-size: 16px; line-height: 1.45; }
.method-mark { position: absolute; left: -2vw; bottom: -6vw; margin: 0; color: var(--orange); font: 900 clamp(180px, 31vw, 470px)/.7 var(--display); letter-spacing: -.12em; opacity: .18; }

.company { min-height: 800px; display: grid; grid-template-columns: .4fr 1.2fr 1fr; padding: 30px var(--pad) 60px; gap: 4vw; position: relative; overflow: hidden; border-bottom: var(--line) solid var(--black); }
.company-index { font: 900 clamp(70px, 10vw, 150px)/.75 var(--display); color: var(--orange); letter-spacing: -.08em; }
.company-title { align-self: center; z-index: 1; }
.company-title > p { font: 500 11px var(--mono); text-transform: uppercase; }
.company-title h2 { margin: 24px 0 0; font: 900 clamp(58px, 8vw, 118px)/.78 var(--display); letter-spacing: -.08em; }
.company-copy { align-self: end; max-width: 390px; z-index: 1; }
.company-copy .lead { font-size: clamp(22px, 2.2vw, 32px); line-height: 1.08; font-weight: 800; letter-spacing: -.025em; }
.company-copy > p:not(.lead) { font-size: 16px; line-height: 1.5; }
.company-copy a { display: inline-block; margin-top: 34px; font: 900 14px var(--display); text-transform: uppercase; text-decoration: none; border-bottom: var(--line) solid var(--black); padding-bottom: 7px; }
.company-copy a:hover { color: var(--orange); border-color: var(--orange); }
.company-stamp { position: absolute; right: -4vw; top: 7%; width: clamp(170px, 26vw, 390px); aspect-ratio: 1; background: var(--orange); border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(10deg); font: 900 clamp(40px, 6vw, 90px)/.7 var(--display); letter-spacing: -.08em; }
.company-stamp span:last-child { color: var(--paper); }

.contact { background: var(--orange); min-height: 660px; padding: 28px var(--pad) 45px; position: relative; display: flex; flex-direction: column; overflow: hidden; border-bottom: var(--line) solid var(--black); }
.contact > p { margin: 0; font: 500 11px var(--mono); text-transform: uppercase; }
.contact h2 { margin: auto 0 -0.05em; font: 900 clamp(130px, 25vw, 380px)/.62 var(--display); letter-spacing: -.1em; }
.contact a { position: absolute; right: var(--pad); top: 45%; width: clamp(230px, 25vw, 350px); padding: 18px 0; border-top: var(--line) solid var(--black); border-bottom: var(--line) solid var(--black); display: flex; justify-content: space-between; font: 900 clamp(15px, 1.5vw, 21px) var(--display); text-transform: uppercase; text-decoration: none; }
.contact a:hover { background: var(--black); color: var(--orange); padding-inline: 14px; }

.footer { background: var(--paper); padding: 0 var(--pad) 28px; }
.footer-word { font: 900 clamp(66px, 15vw, 220px)/.9 var(--display); letter-spacing: -.09em; border-bottom: var(--line) solid var(--black); padding: 25px 0 12px; white-space: nowrap; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1.3fr auto; gap: 30px; padding-top: 24px; font: 500 10px/1.6 var(--mono); text-transform: uppercase; }
.footer-grid p { margin: 0; }
.footer-grid nav { display: flex; flex-direction: column; }
.footer-grid a { text-decoration: none; width: max-content; }
.footer-grid a:hover { color: var(--orange); }
.footer-grid > p:last-child { text-align: right; }

.privacy-page { background: var(--paper); }
.privacy-main { width: min(920px, calc(100% - 2 * var(--pad))); margin: 0 auto; padding: clamp(64px, 9vw, 130px) 0; }
.privacy-main h1 { margin: 0 0 20px; font: 900 clamp(60px, 10vw, 132px)/.82 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.privacy-meta { margin: 0 0 70px; font: 500 11px/1.6 var(--mono); text-transform: uppercase; }
.privacy-section { display: grid; grid-template-columns: minmax(140px, .45fr) 1.55fr; gap: 30px; padding: 34px 0; border-top: var(--line) solid var(--black); }
.privacy-section h2 { margin: 0; font: 900 clamp(21px, 2.3vw, 31px)/1 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.privacy-section p, .privacy-section li { font-size: 17px; line-height: 1.55; }
.privacy-section p:first-child { margin-top: 0; }
.privacy-section ul { margin: 0; padding-left: 1.2em; }
.privacy-section address { font-style: normal; }

@media (max-width: 800px) {
  :root { --pad: clamp(16px, 5vw, 28px); --line: 1.5px; }
  .masthead { min-height: 112px; grid-template-columns: 1fr; align-content: center; gap: 10px; }
  .nav { justify-content: space-between; gap: 8px; font-size: 9px; }
  .hero { min-height: 660px; height: calc(100svh - 112px); max-height: 800px; }
  .hero-title-wrap { padding-bottom: 22px; }
  .hero h1 { font-size: clamp(110px, 41vw, 220px); line-height: .66; }
  .hero h1 span:last-child { margin-left: 10vw; }
  .hero-statement { position: static; width: 72%; margin: 35px 0 0 auto; font-size: clamp(21px, 7vw, 34px); }
  .hero-shape { top: 18%; right: -12vw; }
  .hero-foot p { font-size: 10px; max-width: 58%; }
  .hero-foot a { font-size: 12px; }
  .section-head { min-height: 310px; grid-template-columns: 1fr; align-items: unset; }
  .section-head h2 { align-self: end; font-size: clamp(48px, 15vw, 80px); }
  .product { min-height: 680px; grid-template-columns: 1fr; display: flex; flex-direction: column; gap: 0; }
  .product-no { font-size: 70px; }
  .product-main { margin-top: auto; }
  .product-main h3 { font-size: clamp(54px, 17vw, 85px); margin: 18px 0; }
  .product-copy { font-size: 17px; max-width: 78%; }
  .product-side { margin-top: 45px; width: 100%; }
  .state { margin-bottom: 24px; }
  .product-side a { font-size: 13px; min-height: 42px; align-items: center; }
  .figure { opacity: .75; }
  .figure-one, .figure-two, .figure-three { right: -18vw; top: 8%; width: 65vw; }
  .method { min-height: 0; }
  .method-grid { grid-template-columns: 1fr; margin-left: 18%; }
  .method-grid article { min-height: 280px; border-bottom: var(--line) solid var(--paper); }
  .method-grid h3 { margin-top: 90px; font-size: 36px; }
  .method-mark { left: -8vw; bottom: 6%; writing-mode: vertical-rl; font-size: 34vw; }
  .company { min-height: 850px; grid-template-columns: .35fr 1fr; gap: 12px; }
  .company-index { font-size: 60px; }
  .company-title { align-self: center; }
  .company-title h2 { font-size: clamp(48px, 15vw, 77px); }
  .company-copy { grid-column: 2; align-self: end; }
  .company-stamp { width: 45vw; right: -10vw; top: 9%; }
  .contact { min-height: 540px; }
  .contact h2 { font-size: clamp(92px, 30vw, 150px); line-height: .66; margin: auto 0 .08em; }
  .contact a { position: static; width: 100%; margin-top: 35px; }
  .footer-word { font-size: 15.5vw; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p:last-child { text-align: left; }
  .privacy-section { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 360px) {
  .nav { font-size: 8px; }
  .hero h1 { font-size: 37vw; }
  .hero-foot { gap: 10px; }
  .hero-foot p { max-width: 60%; }
  .hero-foot a { font-size: 10px; }
  .product-main h3 { font-size: 16vw; }
  .company { grid-template-columns: 54px 1fr; }
  .company-title h2 { font-size: 14vw; }
  .company-copy .lead { font-size: 20px; }
  .contact h2 { font-size: 30vw; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
