:root {
  --ink: #081723;
  --ink-soft: #102636;
  --ink-pale: #1a3445;
  --paper: #f2ecdc;
  --paper-light: #faf7ef;
  --paper-dark: #ddd3bb;
  --stamp: #a82f2b;
  --stamp-dark: #7f211e;
  --brass: #b6914e;
  --brass-light: #d7b873;
  --text: #17232b;
  --muted: #657079;
  --white: #fff;
  --line: rgba(8, 23, 35, 0.16);
  --shadow: 0 24px 70px rgba(2, 12, 19, 0.18);
  --radius: 4px;
  --shell: min(1180px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--paper-light);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--brass-light);
  outline-offset: 4px;
}

.site-shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 23, 35, 0.94);
  color: var(--paper-light);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--white);
  text-decoration: none;
}

.site-brand__word {
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
}

.site-brand__word span {
  display: inline-block;
  color: var(--brass-light);
  transform: scaleX(-1);
}

.site-brand__tagline {
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--serif);
  font-size: 0.78rem;
  font-style: italic;
}

.custom-logo {
  width: auto;
  max-height: 52px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__list a {
  display: block;
  padding: 11px 12px;
  color: rgba(255, 255, 255, 0.81);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.site-nav__list a:hover,
.site-nav__list .current-menu-item > a {
  color: var(--white);
}

.site-cart {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 8px 8px 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-cart__count {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--stamp);
  color: var(--white);
}

.site-nav-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.site-nav-toggle__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.site-nav-toggle__bars,
.site-nav-toggle__bars::before,
.site-nav-toggle__bars::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

.site-nav-toggle__bars::before {
  transform: translateY(-6px);
}

.site-nav-toggle__bars::after {
  transform: translateY(4px);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(820px, calc(100svh - 76px));
  align-items: stretch;
  overflow: clip;
  background: var(--ink);
  color: var(--white);
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(3, 12, 19, 0.97) 0%, rgba(3, 12, 19, 0.91) 28%, rgba(3, 12, 19, 0.44) 58%, rgba(3, 12, 19, 0.08) 100%),
    linear-gradient(0deg, rgba(3, 12, 19, 0.64), transparent 38%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1.16fr);
  align-items: center;
  padding-block: clamp(90px, 12vw, 145px);
}

.hero__copy {
  max-width: 675px;
}

.hero__kicker,
.eyebrow {
  margin: 0 0 18px;
  color: var(--stamp);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero__kicker {
  color: var(--brass-light);
}

.hero h1 {
  max-width: 630px;
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(4.4rem, 8vw, 8.4rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.77;
}

.hero h1 em {
  color: var(--brass-light);
  font-weight: 400;
}

.hero__lead {
  max-width: 580px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.06rem, 1.7vw, 1.28rem);
  line-height: 1.56;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-2px);
}

.button--primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--stamp);
  color: var(--white);
}

.button--primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--stamp-dark);
  color: var(--white);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.button--ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.stamp {
  display: inline-block;
  margin: 0;
  padding: 7px 11px 6px;
  border: 2px solid currentColor;
  color: var(--stamp);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.stamp--hero {
  margin-bottom: 28px;
  color: #d35f57;
  opacity: 0.92;
}

.hero__box-label {
  position: absolute;
  right: clamp(3%, 8vw, 10%);
  bottom: 13%;
  display: flex;
  width: min(315px, 30vw);
  min-height: 138px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid rgba(215, 184, 115, 0.48);
  background: rgba(8, 23, 35, 0.88);
  box-shadow: var(--shadow);
  transform: rotate(-1.6deg);
}

.hero__box-name {
  color: var(--paper-light);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
}

.hero__box-rule {
  margin-top: 10px;
  color: var(--brass-light);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__scroll {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero__scroll i {
  width: 1px;
  height: 25px;
  background: currentColor;
}

.fact-strip {
  padding: 24px 0 15px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.fact-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fact-strip__grid > div {
  display: flex;
  min-height: 82px;
  flex-direction: column;
  justify-content: center;
  padding: 8px 28px;
  border-right: 1px solid var(--line);
}

.fact-strip__grid > div:first-child {
  padding-left: 0;
}

.fact-strip__grid > div:last-child {
  border-right: 0;
}

.fact-strip strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
  line-height: 1;
}

.fact-strip span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fact-strip__note {
  width: var(--shell);
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 0.73rem;
  text-align: right;
}

.section {
  padding-block: clamp(75px, 9vw, 132px);
}

.intro-section {
  position: relative;
  overflow: clip;
}

.intro-section::before {
  position: absolute;
  top: 80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(168, 47, 43, 0.18);
  border-radius: 50%;
  content: "";
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(50px, 9vw, 125px);
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--serif);
  text-wrap: balance;
}

h2 {
  margin: 0;
  font-size: clamp(2.55rem, 5.1vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

h3 {
  margin-top: 0;
}

.intro-copy {
  padding-top: 37px;
  color: #45535b;
  font-size: 1.05rem;
}

.intro-copy p:first-child::first-letter {
  float: left;
  margin: 8px 10px 0 0;
  color: var(--stamp);
  font-family: var(--serif);
  font-size: 4.9rem;
  line-height: 0.62;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: clamp(60px, 8vw, 110px);
}

.sector-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--line);
  box-shadow: 0 20px 55px rgba(8, 23, 35, 0.08);
}

.sector-card--public {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.76);
}

.sector-card--private {
  background: var(--paper);
  color: #43515a;
}

.sector-card .eyebrow {
  position: relative;
  z-index: 1;
  color: var(--brass-light);
}

.sector-card--private .eyebrow {
  color: var(--stamp);
}

.sector-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  color: inherit;
  font-size: clamp(2.5rem, 4.5vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.sector-card--public h3 {
  color: var(--white);
}

.sector-card p,
.sector-card ul {
  position: relative;
  z-index: 1;
  max-width: 480px;
}

.sector-card ul {
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.sector-card li {
  padding: 9px 0;
  border-bottom: 1px solid currentColor;
}

.sector-card__number {
  position: absolute;
  right: -5px;
  bottom: -55px;
  color: rgba(255, 255, 255, 0.045);
  font-family: var(--serif);
  font-size: 17rem;
  font-weight: 700;
  line-height: 1;
}

.sector-card--private .sector-card__number {
  color: rgba(8, 23, 35, 0.055);
}

.sector-card__verdict {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 14px;
  border: 2px solid var(--stamp);
  color: #d75d56;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  transform: rotate(-1.3deg);
}

.sector-card--private .sector-card__verdict {
  color: var(--stamp);
}

.decision-section {
  position: relative;
  background:
    linear-gradient(rgba(8, 23, 35, 0.97), rgba(8, 23, 35, 0.97)),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(255, 255, 255, 0.04) 32px);
  color: rgba(255, 255, 255, 0.72);
}

.decision-shell {
  max-width: 970px;
}

.section-heading {
  max-width: 820px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.decision-section .section-heading h2 {
  color: var(--white);
}

.decision-section .eyebrow {
  color: var(--brass-light);
}

.decision-card {
  position: relative;
  margin-top: 54px;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(215, 184, 115, 0.35);
  background: var(--paper);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35);
  color: var(--text);
}

.decision-card::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(8, 23, 35, 0.12);
  content: "";
  pointer-events: none;
}

.decision-card__case {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.decision-card__situation {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin: 32px auto;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.3;
  text-align: center;
}

.decision-card__choices {
  display: grid;
  position: relative;
  z-index: 1;
  gap: 10px;
}

.decision-card__choices button {
  display: grid;
  min-height: 68px;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 15px;
  padding: 10px 18px;
  border: 1px solid rgba(8, 23, 35, 0.19);
  background: rgba(255, 255, 255, 0.5);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.decision-card__choices button:hover {
  border-color: var(--stamp);
  background: var(--white);
  transform: translateX(3px);
}

.decision-card__choices b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.decision-card__choices span {
  line-height: 1.35;
}

.decision-card__result {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  padding: 28px;
  border: 2px solid var(--stamp);
  background: var(--white);
  text-align: center;
}

.decision-card__result-label {
  margin: 0;
  color: var(--stamp);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.decision-card__result p:not(.decision-card__result-label) {
  margin: 10px auto;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.text-button {
  min-height: 44px;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: var(--stamp);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.mechanics-section {
  background: var(--paper);
}

.mechanics-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: clamp(45px, 8vw, 105px);
}

.mechanics-media {
  position: relative;
}

.mechanics-media img {
  aspect-ratio: 1 / 1.08;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.image-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.mechanics-copy h2 {
  margin-bottom: 40px;
}

.mechanics-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mechanics-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.mechanics-list li > span {
  color: var(--stamp);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.mechanics-list h3 {
  margin: 0 0 3px;
  font-size: 1.18rem;
}

.mechanics-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.values-section {
  background: var(--paper-light);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 58px;
  background: var(--line);
  border: 1px solid var(--line);
}

.value-grid article {
  min-height: 285px;
  padding: 28px;
  background: var(--paper-light);
  transition: background 180ms ease, color 180ms ease;
}

.value-grid article:hover {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}

.value-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--stamp);
  border-radius: 50%;
  color: var(--stamp);
  font-family: var(--serif);
  font-weight: 700;
}

.value-grid h3 {
  margin: 36px 0 10px;
  font-size: 1.45rem;
}

.value-grid article:hover h3 {
  color: var(--white);
}

.value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.value-grid article:hover p {
  color: inherit;
}

.product-section {
  background: var(--ink);
}

.product-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(50px, 9vw, 120px);
  color: rgba(255, 255, 255, 0.76);
}

.product-card__visual {
  padding: 10%;
  perspective: 1000px;
}

.product-box {
  position: relative;
  display: flex;
  aspect-ratio: 0.86;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid var(--brass);
  background:
    linear-gradient(rgba(8, 23, 35, 0.88), rgba(8, 23, 35, 0.98)),
    url("../images/bakfram-components.webp") center / cover;
  box-shadow: 32px 34px 0 #030d13, 45px 55px 75px rgba(0, 0, 0, 0.44);
  transform: rotateY(8deg) rotateZ(-2deg);
}

.product-box::before {
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(215, 184, 115, 0.36);
  content: "";
}

.product-box__stamp {
  position: absolute;
  top: 9%;
  right: 8%;
  padding: 11px;
  border: 3px solid #c54e47;
  color: #c54e47;
  font-size: clamp(0.58rem, 1vw, 0.8rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-align: center;
  transform: rotate(8deg);
}

.product-box__name {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--paper-light);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 0.92;
}

.product-box__tagline {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--brass-light);
  font-size: clamp(0.63rem, 1vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-box__seal {
  position: absolute;
  top: 9%;
  left: 9%;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid var(--brass);
  border-radius: 50%;
  color: var(--brass-light);
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.15em;
}

.product-card__copy .eyebrow {
  color: var(--brass-light);
}

.product-card__copy h2 {
  color: var(--white);
}

.product-card__copy > p:not(.eyebrow) {
  max-width: 650px;
  font-size: 1.06rem;
}

.product-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 28px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.product-points li {
  padding: 13px 0 13px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.88rem;
}

.product-points li::before {
  margin-left: -20px;
  color: var(--brass-light);
  content: "◆";
  font-size: 0.65rem;
}

.product-card__buy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.product-card__price {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 2.1rem;
}

.launch-note {
  display: flex;
  max-width: 650px;
  flex-direction: column;
  gap: 3px;
  margin: 30px 0 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--brass);
  background: rgba(255, 255, 255, 0.055);
}

.launch-note strong {
  color: var(--brass-light);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.launch-note span {
  font-size: 0.86rem;
}

.quote-section {
  background: var(--stamp);
  color: var(--white);
}

.quote-section__inner {
  max-width: 1050px;
  text-align: center;
}

.quote-section p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 4.8rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.quote-section span {
  display: block;
  margin-top: 28px;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.faq-section {
  background: var(--paper-light);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(45px, 8vw, 120px);
}

.accordion details {
  border-top: 1px solid var(--line);
}

.accordion details:last-child {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  position: relative;
  padding: 24px 56px 24px 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.25rem;
  cursor: pointer;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  position: absolute;
  top: 22px;
  right: 10px;
  color: var(--stamp);
  content: "+";
  font-family: var(--sans);
  font-size: 1.7rem;
}

.accordion details[open] summary::after {
  content: "−";
}

.accordion details p {
  margin: -5px 0 27px;
  padding-right: 55px;
  color: var(--muted);
}

.contact-section {
  padding-top: 0;
  background: var(--paper-light);
}

.contact-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(35px, 7vw, 100px);
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid var(--line);
  background: var(--paper);
}

.contact-card h2 {
  max-width: 650px;
}

.contact-card__details,
.bakfram-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}

.contact-card__details strong,
.bakfram-contact strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.5rem;
}

.contact-card__details em,
.bakfram-contact__pending {
  margin-top: 13px;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-footer {
  padding: 70px 0 25px;
  background: #030d13;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.83rem;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 50px;
}

.site-footer__brand,
.site-footer__heading {
  margin: 0 0 12px;
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-footer__brand {
  font-family: var(--serif);
  font-size: 1.45rem;
}

.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__menu a {
  display: inline-block;
  padding: 4px 0;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 55px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.69rem;
}

.prose-shell {
  max-width: 850px;
}

.page-header,
.archive-header {
  margin-bottom: 45px;
}

.page-header h1,
.archive-header h1,
.error-page h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.page-content > *:not(.alignwide):not(.alignfull),
.entry-content > *:not(.alignwide):not(.alignfull) {
  max-width: 760px;
}

.page-content h2,
.entry-content h2 {
  margin-top: 1.3em;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.post-grid {
  display: grid;
  gap: 28px;
}

.post-card {
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.post-card h2 {
  font-size: 2rem;
}

.post-card h2 a {
  text-decoration: none;
}

.error-page .stamp {
  margin-bottom: 35px;
}

.shop-shell .woocommerce {
  min-height: 50vh;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  color: var(--muted);
  font-size: 0.8rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding-bottom: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-right: 22px;
  margin-left: 22px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.woocommerce div.product .product_title {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--stamp);
  font-family: var(--serif);
  font-size: 1.8rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .quantity .qty,
.woocommerce select {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #8d959a;
  border-radius: 0;
  background: var(--white);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--stamp);
  background: var(--paper);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--stamp);
}

@media (max-width: 1040px) {
  .site-brand__tagline {
    display: none;
  }

  .site-nav__list {
    gap: 0;
  }

  .site-nav__list a {
    padding-inline: 9px;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  }

  .hero__box-label {
    width: 28vw;
  }

  .value-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .value-grid article:nth-child(4),
  .value-grid article:nth-child(5) {
    min-height: 240px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 680px);
  }

  .site-nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 76px 0 auto;
    display: none;
    max-height: calc(100svh - 76px);
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    overflow-y: auto;
    padding: 26px 24px 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--ink);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav__list {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav__list a {
    padding: 14px 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 1rem;
  }

  .site-cart {
    justify-content: space-between;
    border-radius: 2px;
  }

  .site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bars {
    background: transparent;
  }

  .site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bars::before {
    transform: translateY(1px) rotate(45deg);
  }

  .site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bars::after {
    transform: translateY(-1px) rotate(-45deg);
  }

  .hero {
    min-height: 850px;
  }

  .hero__media img {
    object-position: 66% center;
  }

  .hero__shade {
    background: linear-gradient(0deg, rgba(3, 12, 19, 1) 0%, rgba(3, 12, 19, 0.92) 42%, rgba(3, 12, 19, 0.26) 100%);
  }

  .hero__inner {
    display: flex;
    align-items: flex-end;
    padding-top: 320px;
    padding-bottom: 98px;
  }

  .hero__copy {
    max-width: 620px;
  }

  .hero h1 {
    font-size: clamp(4rem, 16vw, 7rem);
  }

  .hero__box-label {
    display: none;
  }

  .fact-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fact-strip__grid > div {
    padding: 14px 20px;
    border-bottom: 1px solid var(--line);
  }

  .fact-strip__grid > div:first-child {
    padding-left: 20px;
  }

  .fact-strip__grid > div:nth-child(2) {
    border-right: 0;
  }

  .fact-strip__note {
    text-align: left;
  }

  .intro-grid,
  .sector-grid,
  .mechanics-grid,
  .product-card,
  .faq-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .intro-copy {
    padding-top: 0;
  }

  .sector-card {
    min-height: 0;
  }

  .mechanics-media {
    order: 2;
  }

  .mechanics-copy {
    order: 1;
  }

  .product-card__visual {
    max-width: 540px;
    margin-inline: auto;
  }

  .product-card__copy {
    text-align: center;
  }

  .product-card__copy > p,
  .launch-note {
    margin-inline: auto;
  }

  .product-card__buy {
    justify-content: center;
  }

  .product-points {
    text-align: left;
  }

  .contact-card__details,
  .bakfram-contact {
    align-items: flex-start;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 28px);
  }

  body {
    font-size: 16px;
  }

  .site-header__inner {
    min-height: 70px;
  }

  .site-nav {
    top: 70px;
    max-height: calc(100svh - 70px);
  }

  .site-brand__word {
    font-size: 1.18rem;
  }

  .hero {
    min-height: 790px;
  }

  .hero__inner {
    padding-top: 265px;
    padding-bottom: 90px;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 19vw, 5.7rem);
    line-height: 0.8;
  }

  .hero__lead {
    margin-top: 25px;
    font-size: 1rem;
  }

  .hero__actions {
    display: grid;
  }

  .hero__actions .button {
    width: 100%;
  }

  .stamp--hero {
    max-width: 100%;
    font-size: 0.58rem;
  }

  .hero__scroll {
    display: none;
  }

  .section {
    padding-block: 72px;
  }

  .fact-strip strong {
    font-size: 1.55rem;
  }

  .fact-strip span {
    font-size: 0.59rem;
  }

  h2 {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .sector-card {
    padding: 32px 25px;
  }

  .sector-card h3 {
    font-size: 2.7rem;
  }

  .decision-card {
    margin-top: 38px;
    padding: 25px 19px;
  }

  .decision-card::after {
    inset: 7px;
  }

  .decision-card__case {
    flex-direction: column;
    gap: 4px;
  }

  .decision-card__situation {
    margin: 25px auto;
    font-size: 1.32rem;
  }

  .decision-card__choices button {
    grid-template-columns: 39px 1fr;
    gap: 11px;
    padding: 11px;
  }

  .decision-card__choices b {
    width: 36px;
    height: 36px;
  }

  .mechanics-list li {
    grid-template-columns: 44px 1fr;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-grid article,
  .value-grid article:nth-child(4),
  .value-grid article:nth-child(5) {
    min-height: 0;
  }

  .value-grid h3 {
    margin-top: 20px;
  }

  .product-card__visual {
    padding: 4%;
  }

  .product-box {
    box-shadow: 18px 20px 0 #030d13, 25px 38px 55px rgba(0, 0, 0, 0.42);
  }

  .product-box__seal {
    width: 55px;
    height: 55px;
    font-size: 0.72rem;
  }

  .product-points {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 30px 24px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__grid > div:first-child {
    grid-column: auto;
  }

  .site-footer__bottom {
    flex-direction: column;
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .hero__actions,
  .hero__scroll,
  .decision-card__choices,
  .button {
    display: none !important;
  }

  .hero {
    min-height: auto;
    padding: 40px;
  }

  .hero__media,
  .hero__shade {
    display: none;
  }

  .hero__inner {
    display: block;
    padding: 0;
  }

  .hero h1,
  .hero__lead {
    color: #000;
  }

  .section {
    padding-block: 36px;
  }
}
