:root {
  --nw-ink: #0a0b0d;
  --nw-paper: #f5f3ee;
  --nw-white: #ffffff;
  --nw-acid: #ff8a1f;
  --nw-coral: #f35b20;
  --nw-blue: #f26a21;
  --nw-line: rgba(10, 11, 13, .14);
  --nw-muted: #62646a;
  --nw-radius: 22px;
  --nw-shadow: 0 18px 60px rgba(10,11,13,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.nucleoworld-site {
  margin: 0;
  color: var(--nw-ink);
  background: var(--nw-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.nw-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.nw-shell--narrow { width: min(820px, calc(100% - 40px)); }
.nw-section { padding: 120px 0; position: relative; overflow: hidden; }
.nw-section--white { background: var(--nw-white); }
.nw-section--ink { color: var(--nw-white); background: var(--nw-ink); }
.nw-section--acid { background: var(--nw-acid); }
.nw-kicker {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px;
  font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.nw-kicker::before { content:""; width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.nw-display { margin: 0; font-size: clamp(48px, 7vw, 104px); line-height: .94; letter-spacing: -.065em; font-weight: 780; }
.nw-heading { margin: 0; font-size: clamp(39px, 5vw, 72px); line-height: 1; letter-spacing: -.052em; font-weight: 760; }
.nw-heading--small { font-size: clamp(32px, 4vw, 54px); }
.nw-lead { margin: 26px 0 0; max-width: 720px; font-size: clamp(20px, 2.25vw, 30px); line-height: 1.3; color: var(--nw-muted); letter-spacing: -.02em; }
.nw-section--ink .nw-lead { color: rgba(255,255,255,.68); }
.nw-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px;
  border: 1px solid var(--nw-ink); border-radius: 999px; background: var(--nw-ink); color: var(--nw-white);
  font-size: 15px; font-weight: 750; transition: transform .2s, background .2s, color .2s;
}
.nw-button:hover { transform: translateY(-2px); background: var(--nw-acid); color: var(--nw-ink); }
.nw-button--small { min-height: 44px; padding-inline: 19px; }
.nw-button--light { border-color: var(--nw-white); background: var(--nw-white); color: var(--nw-ink); }
.nw-button--outline { background: transparent; color: var(--nw-ink); }
.nw-button--wide { width: 100%; }

.nw-header { position: fixed; z-index: 80; top: 0; left: 0; right: 0; transition: .25s; }
.nw-header.is-scrolled { background: rgba(245,243,238,.88); backdrop-filter: blur(16px); border-bottom: 1px solid var(--nw-line); }
.nw-header__inner { width: min(1320px, calc(100% - 32px)); height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.nw-logo { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; letter-spacing: -.04em; font-weight: 900; }
.nw-logo > span:last-child > span { color: var(--nw-blue); font-weight: 650; }
.nw-logo__mark { width: 29px; height: 29px; position: relative; display: grid; place-items: center; }
.nw-logo__mark i { position: absolute; width: 7px; height: 25px; border-radius: 9px; background: var(--nw-blue); transform-origin: center; }
.nw-logo__mark i:nth-child(2) { transform: rotate(60deg); }
.nw-logo__mark i:nth-child(3) { transform: rotate(120deg); }
.nw-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.nw-nav a, .nw-login { position: relative; }
.nw-nav a::after, .nw-login::after { content:""; position:absolute; left:0; right:100%; bottom:-5px; height:2px; background:var(--nw-ink); transition:.2s; }
.nw-nav a:hover::after, .nw-login:hover::after { right:0; }
.nw-header__actions { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 650; }
.nw-menu-toggle, .nw-mobile-menu { display: none; }

.nw-hero { min-height: 860px; padding: 170px 0 70px; display: flex; align-items: center; position: relative; overflow: hidden; }
.nw-hero::after { content:""; position:absolute; right:-10vw; top:12%; width:42vw; height:42vw; border:1px solid var(--nw-line); border-radius:50%; box-shadow: 0 0 0 70px rgba(255,255,255,.25), 0 0 0 140px rgba(255,255,255,.15); }
.nw-hero__grid { position: relative; z-index: 2; display:grid; grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr); align-items:end; gap:70px; }
.nw-hero h1 em { color: var(--nw-blue); font-style: normal; }
.nw-hero__copy { margin: 30px 0 36px; max-width: 630px; font-size: clamp(20px, 2vw, 27px); line-height: 1.35; letter-spacing: -.025em; color: var(--nw-muted); }
.nw-hero__actions { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.nw-trust { margin-top: 30px; display:flex; flex-wrap:wrap; gap:20px; color:var(--nw-muted); font-size:13px; font-weight:650; }
.nw-trust span { display:flex; align-items:center; gap:8px; }
.nw-trust span::before { content:"✓"; display:grid; place-items:center; width:20px; height:20px; border-radius:50%; color:var(--nw-ink); background:var(--nw-acid); font-weight:900; }
.nw-hero-card { padding: 26px; border: 1px solid var(--nw-line); border-radius: var(--nw-radius); background: rgba(255,255,255,.72); backdrop-filter: blur(18px); box-shadow: var(--nw-shadow); transform: rotate(2deg); }
.nw-hero-card__top { display:flex; align-items:center; justify-content:space-between; padding-bottom:20px; border-bottom:1px solid var(--nw-line); font-size:12px; text-transform:uppercase; letter-spacing:.1em; font-weight:800; }
.nw-status { display:flex; align-items:center; gap:8px; color:#2d6e25; }
.nw-status::before { content:""; width:8px; height:8px; border-radius:50%; background:#6ee05f; box-shadow:0 0 0 5px rgba(110,224,95,.18); }
.nw-request { display:grid; gap:12px; padding-top:22px; }
.nw-request__item { display:grid; grid-template-columns:42px 1fr; gap:13px; align-items:center; padding:14px; border-radius:15px; background:var(--nw-paper); }
.nw-request__icon { display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:var(--nw-white); font-size:19px; }
.nw-request__item strong { display:block; font-size:14px; }
.nw-request__item small { display:block; margin-top:2px; color:var(--nw-muted); }
.nw-request__done { display:flex; align-items:center; justify-content:space-between; margin-top:8px; padding:16px 4px 2px; font-size:13px; font-weight:750; }
.nw-request__done b { color:#267c2f; }

.nw-marquee { overflow:hidden; padding:18px 0; color:var(--nw-white); background:var(--nw-blue); transform:rotate(-1deg) scale(1.02); }
.nw-marquee__track { display:flex; width:max-content; gap:26px; animation:nw-marquee 24s linear infinite; font-size:15px; font-weight:850; text-transform:uppercase; letter-spacing:.08em; }
.nw-marquee__track span::after { content:"✦"; margin-left:26px; color:var(--nw-acid); }
@keyframes nw-marquee { to { transform: translateX(-50%); } }

.nw-problem-grid { margin-top:70px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.nw-problem { min-height:310px; padding:30px; border:1px solid var(--nw-line); border-radius:var(--nw-radius); display:flex; flex-direction:column; justify-content:space-between; background:var(--nw-white); }
.nw-problem:nth-child(2) { background:var(--nw-acid); transform:translateY(24px); }
.nw-problem:nth-child(3) { color:var(--nw-white); background:var(--nw-blue); }
.nw-problem__number { font-size:13px; font-weight:800; letter-spacing:.1em; }
.nw-problem h3 { margin:0 0 12px; font-size:31px; line-height:1.03; letter-spacing:-.045em; }
.nw-problem p { margin:0; color:var(--nw-muted); }
.nw-problem:nth-child(3) p { color:rgba(255,255,255,.72); }

.nw-service-grid { margin-top:70px; display:grid; grid-template-columns:repeat(12,1fr); gap:18px; }
.nw-service { grid-column:span 4; min-height:330px; padding:30px; border-radius:var(--nw-radius); background:#1b1c20; position:relative; overflow:hidden; }
.nw-service:nth-child(1), .nw-service:nth-child(4) { grid-column:span 7; }
.nw-service:nth-child(2), .nw-service:nth-child(3) { grid-column:span 5; }
.nw-service:nth-child(4) { color:var(--nw-ink); background:var(--nw-acid); }
.nw-service:nth-child(5) { color:var(--nw-ink); background:var(--nw-white); }
.nw-service__icon { display:grid; place-items:center; width:52px; height:52px; border:1px solid rgba(255,255,255,.18); border-radius:50%; font-size:22px; }
.nw-service:nth-child(4) .nw-service__icon, .nw-service:nth-child(5) .nw-service__icon { border-color:var(--nw-line); }
.nw-service h3 { margin:92px 0 12px; font-size:34px; line-height:1; letter-spacing:-.04em; }
.nw-service p { margin:0; max-width:520px; color:rgba(255,255,255,.62); }
.nw-service:nth-child(4) p, .nw-service:nth-child(5) p { color:var(--nw-muted); }

.nw-async { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:center; }
.nw-chat { padding:22px; border:1px solid var(--nw-line); border-radius:28px; background:var(--nw-white); box-shadow:var(--nw-shadow); }
.nw-chat__head { display:flex; align-items:center; gap:12px; padding:8px 6px 22px; border-bottom:1px solid var(--nw-line); font-size:14px; font-weight:750; }
.nw-chat__avatar { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:var(--nw-ink); color:var(--nw-acid); }
.nw-chat__body { padding:24px 4px 6px; display:grid; gap:14px; }
.nw-bubble { max-width:86%; padding:14px 16px; border-radius:16px 16px 16px 4px; background:var(--nw-paper); font-size:14px; }
.nw-bubble--user { justify-self:end; border-radius:16px 16px 4px 16px; background:var(--nw-blue); color:var(--nw-white); }
.nw-audio { display:flex; align-items:center; gap:12px; }
.nw-audio__play { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; background:var(--nw-white); color:var(--nw-blue); }
.nw-audio__wave { letter-spacing:1px; opacity:.7; }
.nw-note-photo { display:grid; grid-template-columns:70px 1fr; gap:12px; align-items:center; }
.nw-note-photo__paper { height:62px; padding:8px; border-radius:5px; background:#fff4b7; color:#333; transform:rotate(-4deg); font-family:"Comic Sans MS",cursive; font-size:10px; box-shadow:0 4px 12px rgba(0,0,0,.18); }
.nw-check-list { margin:34px 0 0; padding:0; list-style:none; display:grid; gap:16px; }
.nw-check-list li { display:flex; gap:13px; align-items:flex-start; }
.nw-check-list li::before { content:"✓"; flex:0 0 auto; display:grid; place-items:center; width:25px; height:25px; border-radius:50%; background:var(--nw-acid); font-weight:900; font-size:13px; }

.nw-process { margin-top:70px; counter-reset:step; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(255,255,255,.18); }
.nw-step { min-height:330px; padding:28px 24px; border-right:1px solid rgba(255,255,255,.18); counter-increment:step; display:flex; flex-direction:column; }
.nw-step:last-child { border-right:0; }
.nw-step::before { content:"0" counter(step); color:var(--nw-acid); font-size:13px; font-weight:850; letter-spacing:.12em; }
.nw-step h3 { margin:auto 0 16px; font-size:30px; line-height:1; letter-spacing:-.04em; }
.nw-step p { margin:0; color:rgba(255,255,255,.62); font-size:15px; }

.nw-pricing-head { display:flex; justify-content:space-between; gap:40px; align-items:end; }
.nw-offer { flex:0 0 auto; display:inline-flex; align-items:center; gap:10px; padding:11px 15px; border-radius:999px; background:var(--nw-acid); font-size:13px; font-weight:850; }
.nw-pricing { margin-top:65px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch; }
.nw-price { padding:30px; border:1px solid var(--nw-line); border-radius:var(--nw-radius); background:var(--nw-white); display:flex; flex-direction:column; position:relative; }
.nw-price--featured { color:var(--nw-white); background:var(--nw-ink); transform:translateY(-14px); box-shadow:var(--nw-shadow); }
.nw-price__badge { position:absolute; top:18px; right:18px; padding:7px 10px; border-radius:999px; background:var(--nw-acid); color:var(--nw-ink); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.nw-price__name { font-size:17px; font-weight:850; }
.nw-price__desc { min-height:50px; margin:8px 0 28px; color:var(--nw-muted); font-size:14px; }
.nw-price--featured .nw-price__desc { color:rgba(255,255,255,.62); }
.nw-price__old { color:var(--nw-muted); text-decoration:line-through; font-size:15px; }
.nw-price__amount { margin:3px 0; font-size:52px; line-height:1; letter-spacing:-.055em; font-weight:800; }
.nw-price__amount small { font-size:14px; letter-spacing:0; font-weight:600; }
.nw-price__promo { min-height:36px; margin:10px 0 25px; color:#347528; font-size:13px; font-weight:800; }
.nw-price--featured .nw-price__promo { color:var(--nw-acid); }
.nw-price ul { margin:0 0 30px; padding:24px 0 0; border-top:1px solid var(--nw-line); list-style:none; display:grid; gap:12px; font-size:14px; }
.nw-price--featured ul { border-color:rgba(255,255,255,.16); }
.nw-price li { display:flex; gap:10px; }
.nw-price li::before { content:"✓"; font-weight:900; }
.nw-price .nw-button { margin-top:auto; }
.nw-price--featured .nw-button { background:var(--nw-acid); color:var(--nw-ink); border-color:var(--nw-acid); }
.nw-pricing-note { margin:26px auto 0; max-width:900px; text-align:center; color:var(--nw-muted); font-size:13px; }

.nw-compare { margin-top:60px; border-top:1px solid var(--nw-line); }
.nw-compare__row { display:grid; grid-template-columns:1.3fr repeat(2,1fr); gap:20px; padding:20px 0; border-bottom:1px solid var(--nw-line); }
.nw-compare__row:first-child { font-size:13px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.nw-yes { color:#2e7b2a; font-weight:750; }
.nw-no { color:var(--nw-muted); }

.nw-history { display:grid; grid-template-columns:1.15fr .85fr; gap:85px; align-items:center; }
.nw-history__year { font-size:clamp(110px,17vw,240px); line-height:.72; letter-spacing:-.09em; font-weight:900; color:var(--nw-acid); }
.nw-history__timeline { margin-top:38px; display:grid; gap:0; border-left:1px solid rgba(255,255,255,.22); }
.nw-history__item { padding:5px 0 30px 28px; position:relative; }
.nw-history__item::before { content:""; position:absolute; left:-5px; top:10px; width:9px; height:9px; border-radius:50%; background:var(--nw-acid); }
.nw-history__item strong { display:block; margin-bottom:5px; }
.nw-history__item span { color:rgba(255,255,255,.6); font-size:14px; }
.nw-archive { margin-top:100px; display:grid; gap:28px; }
.nw-archive figure { margin:0; position:relative; overflow:hidden; border-radius:var(--nw-radius); background:#17181b; }
.nw-archive img { width:100%; height:100%; display:block; object-fit:cover; filter:saturate(.82) contrast(1.04); transition:transform .7s ease, filter .4s ease; }
.nw-archive figure:hover img { transform:scale(1.025); filter:saturate(1) contrast(1.02); }
.nw-archive figcaption { color:var(--nw-white); }
.nw-archive__team { min-height:430px; display:grid; grid-template-columns:minmax(300px,.72fr) 1fr; align-items:center; background:linear-gradient(115deg,#191a1e,#0a0b0d)!important; }
.nw-archive__team img { object-fit:contain; padding:42px; }
.nw-archive__team figcaption { padding:50px; }
.nw-archive__team strong { display:block; max-width:600px; font-size:clamp(42px,6vw,82px); line-height:.92; letter-spacing:-.06em; }
.nw-archive__team span { display:block; margin-top:24px; color:rgba(255,255,255,.58); font-size:14px; letter-spacing:.08em; text-transform:uppercase; }
.nw-archive__press { display:grid; grid-template-columns:.76fr 1.24fr; gap:28px; align-items:start; }
.nw-archive__press figure { background:#f1ede5; color:var(--nw-ink); }
.nw-archive__press figure:first-child { transform:rotate(-1.2deg); }
.nw-archive__press figure:last-child { margin-top:70px; transform:rotate(1deg); }
.nw-archive__press img { height:auto; max-height:680px; object-fit:contain; padding:22px 22px 0; filter:grayscale(1) contrast(1.06); }
.nw-archive__press figcaption { padding:24px 28px 30px; color:var(--nw-ink); }
.nw-archive__press strong, .nw-archive__press span { display:block; }
.nw-archive__press strong { font-size:22px; letter-spacing:-.025em; }
.nw-archive__press span { margin-top:6px; color:var(--nw-muted); font-size:13px; text-transform:uppercase; letter-spacing:.08em; }
.nw-archive__sailing { margin-top:35px; display:grid; grid-template-columns:1.35fr .65fr; gap:28px; align-items:end; }
.nw-archive__race { height:520px; }
.nw-archive__race::after, .nw-archive__boat::after { content:""; position:absolute; inset:45% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.78)); pointer-events:none; }
.nw-archive__race figcaption { position:absolute; z-index:2; left:34px; right:34px; bottom:30px; display:flex; gap:22px; align-items:end; }
.nw-archive__number { color:var(--nw-acid); font-size:70px; font-weight:900; line-height:.8; letter-spacing:-.07em; }
.nw-archive__race strong, .nw-archive__race figcaption div span { display:block; }
.nw-archive__race strong { font-size:28px; letter-spacing:-.035em; }
.nw-archive__race figcaption div span { margin-top:4px; color:rgba(255,255,255,.7); }
.nw-archive__boat { height:390px; transform:translateY(44px); }
.nw-archive__boat figcaption { position:absolute; z-index:2; left:26px; right:26px; bottom:24px; font-size:18px; font-weight:750; }

.nw-faq { margin-top:60px; border-top:1px solid var(--nw-line); }
.nw-faq__item { border-bottom:1px solid var(--nw-line); }
.nw-faq__button { width:100%; padding:25px 0; border:0; background:none; color:inherit; display:flex; justify-content:space-between; gap:24px; text-align:left; font-size:21px; font-weight:750; cursor:pointer; }
.nw-faq__button::after { content:"+"; font-size:28px; font-weight:400; transition:.2s; }
.nw-faq__item.is-open .nw-faq__button::after { transform:rotate(45deg); }
.nw-faq__answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s; }
.nw-faq__answer > div { overflow:hidden; }
.nw-faq__answer p { max-width:820px; margin:0; padding:0 0 25px; color:var(--nw-muted); }
.nw-faq__item.is-open .nw-faq__answer { grid-template-rows:1fr; }

.nw-final { text-align:center; }
.nw-final .nw-heading { max-width:980px; margin:auto; }
.nw-final p { max-width:650px; margin:27px auto 35px; font-size:21px; }
.nw-final__meta { margin-top:24px; font-size:13px; font-weight:700; }

.nw-footer { padding:70px 40px 30px; color:var(--nw-white); background:var(--nw-ink); }
.nw-footer__top { width:min(1240px,100%); margin:auto; padding-bottom:70px; display:grid; grid-template-columns:1fr 1fr auto; gap:40px; align-items:start; }
.nw-footer__top p { margin:0; color:rgba(255,255,255,.6); font-size:20px; }
.nw-footer__bottom { width:min(1240px,100%); margin:auto; padding-top:22px; border-top:1px solid rgba(255,255,255,.15); display:flex; justify-content:space-between; gap:24px; color:rgba(255,255,255,.5); font-size:12px; }
.nw-footer__bottom div { display:flex; gap:20px; }
.nw-article { min-height:70vh; padding:150px 0 90px; background:var(--nw-white); }
.nw-article h1 { font-size:clamp(42px,7vw,76px); line-height:1; letter-spacing:-.05em; }

.nw-reveal { opacity:0; transform:translateY(24px); transition:opacity .7s, transform .7s; }
.nw-reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .nw-nav, .nw-header__actions { display:none; }
  .nw-menu-toggle { display:grid; gap:6px; padding:10px; border:0; background:none; }
  .nw-menu-toggle span { width:26px; height:2px; background:var(--nw-ink); }
  .nw-mobile-menu { position:absolute; top:72px; left:16px; right:16px; padding:20px; border:1px solid var(--nw-line); border-radius:18px; background:var(--nw-white); box-shadow:var(--nw-shadow); }
  .nw-mobile-menu.is-open { display:grid; gap:16px; }
  .nw-hero { min-height:auto; padding-top:140px; }
  .nw-hero__grid, .nw-async, .nw-history { grid-template-columns:1fr; }
  .nw-hero-card { max-width:560px; transform:none; }
  .nw-problem-grid, .nw-pricing { grid-template-columns:1fr; }
  .nw-problem:nth-child(2), .nw-price--featured { transform:none; }
  .nw-service, .nw-service:nth-child(n) { grid-column:span 6; }
  .nw-process { grid-template-columns:repeat(2,1fr); }
  .nw-step:nth-child(2) { border-right:0; }
  .nw-step { border-bottom:1px solid rgba(255,255,255,.18); }
  .nw-archive__team { grid-template-columns:1fr 1fr; }
  .nw-archive__sailing { grid-template-columns:1fr; }
  .nw-archive__boat { width:72%; height:330px; justify-self:end; transform:none; }
}

@media (max-width: 680px) {
  body.nucleoworld-site { font-size:16px; }
  .nw-shell { width:min(100% - 28px,1240px); }
  .nw-section { padding:82px 0; }
  .nw-header__inner { height:70px; }
  .nw-hero { padding:118px 0 62px; }
  .nw-hero__grid { gap:45px; }
  .nw-display { font-size:clamp(45px,15vw,68px); }
  .nw-hero__actions .nw-button { width:100%; }
  .nw-hero::after { display:none; }
  .nw-problem-grid, .nw-service-grid, .nw-pricing { margin-top:45px; }
  .nw-problem { min-height:260px; }
  .nw-service, .nw-service:nth-child(n) { grid-column:span 12; min-height:280px; }
  .nw-service h3 { margin-top:70px; }
  .nw-async, .nw-history { gap:50px; }
  .nw-process { grid-template-columns:1fr; }
  .nw-step { min-height:250px; border-right:0; }
  .nw-pricing-head { display:block; }
  .nw-offer { margin-top:25px; }
  .nw-compare__row { grid-template-columns:1.1fr .9fr .9fr; gap:10px; font-size:13px; }
  .nw-history__year { font-size:45vw; }
  .nw-archive { margin-top:65px; }
  .nw-archive__team { min-height:0; grid-template-columns:1fr; }
  .nw-archive__team img { padding:26px 26px 0; }
  .nw-archive__team figcaption { padding:30px; }
  .nw-archive__press { grid-template-columns:1fr; }
  .nw-archive__press figure:first-child, .nw-archive__press figure:last-child { margin-top:0; transform:none; }
  .nw-archive__sailing { margin-top:0; }
  .nw-archive__race { height:360px; }
  .nw-archive__race figcaption { left:22px; right:22px; bottom:22px; gap:14px; }
  .nw-archive__number { font-size:50px; }
  .nw-archive__race strong { font-size:21px; }
  .nw-archive__race figcaption div span { font-size:13px; }
  .nw-archive__boat { width:100%; height:300px; }
  .nw-footer { padding:55px 20px 24px; }
  .nw-footer__top { grid-template-columns:1fr; padding-bottom:45px; }
  .nw-footer__bottom { flex-direction:column; }
}

.nw-page {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 170px 0 110px;
}
.nw-page h1 {
  margin: 18px 0 46px;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: .92;
  letter-spacing: -.065em;
}
.nw-page h2 {
  margin: 42px 0 12px;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: -.035em;
}
.nw-page p {
  color: var(--nw-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}
.nw-page a { color: var(--nw-blue); }
