:root {
  --red: #d2352d;
  --red-dark: #b92c24;
  --ink: #2f2f2f;
  --text: #4e4a45;
  --muted: #928879;
  --paper: #fbf7ef;
  --line: rgba(21, 21, 21, 0.14);
  --container: 1084px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id],
.info-item[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
}

body.viewer-open {
  overflow: hidden;
}

img,
svg,
canvas {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 72px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(49, 39, 28, 0.04);
}

.header-grid {
  display: grid;
  grid-template-columns: 206px 1fr auto;
  align-items: center;
  height: 72px;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 50px;
  height: 42px;
}

.brand strong {
  display: block;
  color: #171717;
  font-size: 22px;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: #8d8478;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #111;
  font-size: 14px;
  line-height: 1;
}

.main-nav a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #111;
  font-size: 14px;
  white-space: nowrap;
}

.profile-button {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
}

.profile-button img {
  width: 28px;
  height: 28px;
}

.red-button {
  display: inline-grid;
  min-width: 128px;
  min-height: 34px;
  padding: 0 18px;
  place-items: center;
  border: 0;
  background: var(--red);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.hero {
  position: relative;
  height: 624px;
  overflow: hidden;
  background: var(--paper);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 650px 374px;
  gap: 30px;
  height: 100%;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding-top: 105px;
}

.eyebrow {
  margin: 0 0 24px;
  color: #938a7f;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  margin: 0 0 42px;
  width: 650px;
  color: var(--ink);
  font-size: 64px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.hero h1 span,
.styles-section h2 span,
.examples h2 span,
.cta-band h2 span,
blockquote em {
  position: relative;
  z-index: 1;
  color: inherit;
  font-style: inherit;
}

.hero h1 span::after,
.styles-section h2 span::after,
.examples h2 span::after,
.cta-band h2 span::after,
blockquote em::after {
  position: absolute;
  z-index: -1;
  left: -4px;
  right: -5px;
  bottom: 0.12em;
  height: 0.14em;
  content: "";
  background: var(--red);
}

.route {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  color: #8c8173;
  font-size: 16px;
  line-height: 1;
}

.route b {
  color: var(--red);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.lead {
  width: 510px;
  margin: 0;
  color: rgba(20, 20, 20, 0.82);
  font-size: 16px;
  line-height: 1.55;
}

.hero-media {
  position: relative;
  height: 100%;
  isolation: isolate;
  overflow: visible;
}

.book-shadow {
  display: none;
}

.hero-book {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 0;
  width: 374px;
  height: 536px;
  object-fit: cover;
}

.ornament {
  position: absolute;
  z-index: 1;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.ornament-top {
  top: 84px;
  right: -42px;
  width: 102px;
  height: 106px;
  object-position: 52% 50%;
}

.ornament-bottom {
  top: 392px;
  left: -72px;
  width: 158px;
  height: 216px;
  object-position: 58% 54%;
}

.ticker {
  overflow: hidden;
  height: 76px;
  background: linear-gradient(90deg, #151515 0%, #5b1712 52%, #151515 100%);
}

.ticker-track {
  display: flex;
  width: max-content;
  height: 76px;
  align-items: center;
  gap: 72px;
  padding-right: 72px;
  color: rgba(248, 244, 234, 0.84);
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  animation: tickerMove 24s linear infinite;
}

.ticker-track b {
  color: var(--red);
  font-size: 22px;
  font-weight: 400;
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 92px 0;
}

.steps {
  padding-top: 86px;
}

.steps h2,
.styles-section h2,
.examples h2,
.info h2,
.cta-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: 54px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 70px;
}

.step-card {
  --step-rise: 0px;
  --step-rotate-x: 0deg;
  --step-rotate-y: 0deg;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 210px;
  padding: 28px 28px 24px;
  border: 1px solid var(--line);
  background: #fff;
  transform:
    translateY(var(--step-rise))
    rotateX(var(--step-rotate-x))
    rotateY(var(--step-rotate-y));
  transform-origin: center;
  transform-style: preserve-3d;
  transition:
    transform 0.76s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.56s ease,
    background 0.56s ease,
    box-shadow 0.76s ease;
  will-change: transform;
}

.step-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(150deg, rgba(210, 53, 45, 0.07), rgba(255, 248, 245, 0.82) 58%, rgba(255, 255, 255, 0.92));
  content: "";
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.66s ease, transform 0.78s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.step-card::after {
  position: absolute;
  right: 28px;
  bottom: 22px;
  left: 28px;
  height: 2px;
  background: var(--red);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.48s ease, transform 0.72s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.step-card:is(:hover, .is-hovered) {
  --step-rise: -7px;
  border-color: rgba(210, 53, 45, 0.28);
  background: #fffdfb;
  box-shadow: 0 26px 58px rgba(21, 21, 21, 0.09);
}

.step-card:is(:hover, .is-hovered)::before {
  opacity: 1;
  transform: translateY(0);
}

.step-card:is(:hover, .is-hovered)::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.step-card div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step-card strong {
  color: var(--red);
  font-size: 38px;
  line-height: 1;
  transition: transform 0.68s cubic-bezier(0.19, 1, 0.22, 1), color 0.42s ease;
}

.step-card i {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-style: normal;
  font-size: 14px;
  transition:
    transform 0.72s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.56s ease,
    background 0.42s ease;
}

.step-card h3 {
  position: relative;
  z-index: 1;
  margin: 48px 0 10px;
  color: #151515;
  font-size: 14px;
  line-height: 1.15;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), color 0.42s ease;
}

.step-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #77706a;
  font-size: 11px;
  line-height: 1.45;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), color 0.42s ease;
}

.step-card:is(:hover, .is-hovered) strong {
  transform: translateY(-2px);
}

.step-card:is(:hover, .is-hovered) i {
  background: var(--red-dark);
  box-shadow: 0 12px 24px rgba(210, 53, 45, 0.24);
  transform: translateY(-2px) rotate(8deg) scale(1.05);
}

.step-card:is(:hover, .is-hovered) h3,
.step-card:is(:hover, .is-hovered) p {
  transform: translateX(5px);
}

.step-card:is(:hover, .is-hovered) h3 {
  color: var(--red);
}

.step-card:is(:hover, .is-hovered) p {
  color: #5f5750;
}

.styles-section {
  padding-top: 4px;
}

.section-lead {
  margin: 12px 0 26px;
  color: #756f68;
  font-size: 14px;
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 24px;
  touch-action: pan-y;
  perspective: 1200px;
  user-select: none;
}

.style-card {
  --card-bend: 0;
  --card-lift: 0px;
  --hover-rise: 0px;
  --hover-rotate-x: 0deg;
  --hover-rotate-y: 0deg;
  --hover-scale: 1;
  --shine-x: 50%;
  --shine-y: 50%;
  --style-accent: #b8862d;
  --style-glow: rgba(184, 134, 45, 0.22);
  position: relative;
  isolation: isolate;
  border-top: 3px solid #b8862d;
  transform:
    translateX(calc(var(--card-bend) * 12px))
    translateY(calc((var(--card-lift) * -1) + var(--hover-rise)))
    rotateX(var(--hover-rotate-x))
    rotateY(calc((var(--card-bend) * -7deg) + var(--hover-rotate-y)))
    rotateZ(calc(var(--card-bend) * 1.6deg))
    scale(var(--hover-scale));
  transform-origin: center;
  transform-style: preserve-3d;
  transition:
    transform 0.78s cubic-bezier(0.19, 1, 0.22, 1),
    filter 0.46s ease,
    opacity 0.46s ease;
  will-change: transform;
}

.style-card::before {
  position: absolute;
  inset: -14px -10px;
  z-index: -1;
  background:
    radial-gradient(circle at var(--shine-x) var(--shine-y), var(--style-glow), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 62%);
  content: "";
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.62s ease, transform 0.78s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.style-card::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--style-accent), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.34);
  transition: opacity 0.58s ease, transform 0.78s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.style-card:is(:hover, .is-hovered) {
  --hover-rise: -6px;
  --hover-scale: 1.006;
  filter: saturate(1.04) contrast(1.02);
}

.style-card:is(:hover, .is-hovered)::before {
  opacity: 1;
  transform: scale(1);
}

.style-card:is(:hover, .is-hovered)::after {
  opacity: 0.85;
  transform: scaleX(1);
}

.style-grid.is-dragging .style-card {
  transition-duration: 0.06s;
  filter: saturate(1.04) contrast(1.02);
}

.style-grid.is-settling .style-card {
  transition-duration: 0.72s;
}

.style-card:nth-child(1) {
  --style-accent: #b8914f;
  --style-glow: rgba(184, 145, 79, 0.24);
  border-color: #b8914f;
}

.style-card:nth-child(2) {
  --style-accent: #2f2f2f;
  --style-glow: rgba(47, 47, 47, 0.18);
  border-color: #2f2f2f;
}

.style-card:nth-child(3) {
  --style-accent: #e77d28;
  --style-glow: rgba(231, 125, 40, 0.24);
  border-color: #e77d28;
}

.style-card:nth-child(4) {
  --style-accent: #c5bb73;
  --style-glow: rgba(197, 187, 115, 0.28);
  border-color: #c5bb73;
}

.style-card:nth-child(5) {
  --style-accent: #d681ef;
  --style-glow: rgba(241, 173, 255, 0.32);
  border-color: #f1adff;
}

.style-card:nth-child(6) {
  --style-accent: #7d431d;
  --style-glow: rgba(125, 67, 29, 0.2);
  border-color: #7d431d;
}

.style-card h3 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 4px;
  color: #151515;
  font-size: 14px;
  transition: transform 0.62s cubic-bezier(0.19, 1, 0.22, 1), color 0.44s ease;
}

.style-card h3::after {
  display: block;
  width: 0;
  height: 1px;
  background: var(--style-accent);
  content: "";
  opacity: 0;
  transition: width 0.62s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.42s ease;
}

.style-card p {
  position: relative;
  z-index: 1;
  min-height: 22px;
  margin: 0 0 14px;
  color: #77706a;
  font-size: 11px;
  transition: transform 0.62s cubic-bezier(0.19, 1, 0.22, 1), color 0.44s ease;
}

.style-card:is(:hover, .is-hovered) h3,
.style-card:is(:hover, .is-hovered) p {
  transform: translateX(6px);
}

.style-card:is(:hover, .is-hovered) h3 {
  color: var(--style-accent);
}

.style-card:is(:hover, .is-hovered) h3::after {
  width: 42px;
  opacity: 1;
}

.style-card:is(:hover, .is-hovered) p {
  color: #4f4943;
}

.style-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 1.6 / 1;
  background: #f3efe7;
}

.style-media::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.52) 46%, transparent 58% 100%);
  content: "";
  opacity: 0;
  transform: translateX(-130%) skewX(-8deg);
  transition: opacity 0.42s ease, transform 1.08s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.style-media::after {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 3;
  height: 2px;
  background: var(--style-accent);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.48s ease, transform 0.76s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.style-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
  transition: transform 1.08s cubic-bezier(0.19, 1, 0.22, 1), filter 0.62s ease;
}

.style-card:is(:hover, .is-hovered) .style-media::before {
  opacity: 1;
  transform: translateX(130%) skewX(-8deg);
}

.style-card:is(:hover, .is-hovered) .style-media::after {
  opacity: 0.86;
  transform: scaleX(1);
}

.style-card:is(:hover, .is-hovered) img {
  transform: scale(1.036) translateY(-1px);
  filter: saturate(1.08) contrast(1.04);
}

.examples {
  padding-top: 46px;
}

.case-list {
  display: grid;
  gap: 0;
  margin-top: 48px;
}

.case-row {
  display: grid;
  grid-template-columns: 570px 1fr;
  gap: 80px;
  align-items: center;
  min-height: 316px;
}

.case-row-reverse {
  grid-template-columns: 1fr 570px;
}

.case-row-reverse img {
  order: 2;
}

.case-row img {
  width: 570px;
  height: 286px;
  object-fit: cover;
}

.case-copy {
  max-width: 330px;
}

.case-label {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-copy h3 {
  margin: 0 0 14px;
  color: #151515;
  font-size: 15px;
}

.case-copy p:not(.case-label) {
  margin: 0 0 28px;
  color: #5e5a55;
  font-size: 12px;
  line-height: 1.6;
}

.case-copy a {
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
}

.review-band {
  margin-top: 82px;
  padding: 66px 0 58px;
  overflow: hidden;
  background: #f8f4ec;
}

.review-studio {
  position: relative;
  width: min(1508px, calc(100% - 96px));
}

.review-arrow {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid #d8d0c4;
  border-radius: 0;
  background: transparent;
  color: #9e9589;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.review-arrow:hover {
  border-color: rgba(210, 53, 45, 0.48);
  background: rgba(210, 53, 45, 0.05);
  color: var(--red);
  transform: translateY(-1px);
}

.review-arrow:active {
  transform: translateY(0);
}

.review-arrow svg {
  width: 20px;
  height: 20px;
}

.review-frame {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
}

.review-track {
  display: flex;
  transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.review-slide {
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(430px, 612px);
  gap: clamp(58px, 8vw, 116px);
  align-items: center;
  flex: 0 0 100%;
  min-height: 508px;
  margin: 0;
  padding: 0 0 32px;
  background: transparent;
}

.review-kicker {
  display: inline-block;
  margin: 0 0 28px 4px;
  padding: 7px 10px 6px;
  border: 1px solid var(--red);
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.review-slide blockquote {
  max-width: 910px;
  margin: 0;
  color: #151515;
  font-size: clamp(58px, 4.55vw, 92px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.17;
}

.review-slide blockquote em,
.review-slide blockquote strong {
  font-weight: 800;
  font-style: italic;
}

.review-slide blockquote em {
  color: #151515;
}

.review-slide blockquote em::after {
  display: none;
}

.review-slide blockquote strong {
  color: var(--red);
}

.review-card {
  align-self: center;
  min-height: 260px;
  padding: 31px 34px;
  background: #efe5d7;
}

.review-card p {
  margin: 0;
  color: #82786d;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.42;
}

.review-author {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.review-author img {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.review-author strong,
.review-author small {
  display: block;
}

.review-author strong {
  color: #151515;
  font-size: 16px;
  line-height: 1.25;
}

.review-author small {
  margin-top: 4px;
  color: #82786d;
  font-size: 14px;
}

.review-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 4px;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  align-items: center;
}

.review-dot {
  width: 54px;
  height: 8px;
  padding: 0;
  border: 0;
  background: #e4dfd6;
  transition: background 0.18s ease, transform 0.18s ease;
}

.review-dot.is-active {
  background: var(--red);
}

.review-dot:hover {
  transform: translateY(-1px);
  background: #cfc8bd;
}

.review-dot.is-active:hover {
  background: var(--red);
}

.info {
  padding-top: 112px;
}

.info-list {
  margin-top: 28px;
}

.info-item {
  border-bottom: 1px solid var(--line);
}

.info-item button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  min-height: 72px;
  width: 100%;
  padding: 0 4px 0 0;
  align-items: center;
  gap: 28px;
  border: 0;
  background: transparent;
  text-align: left;
}

.info-list strong,
.info-list small {
  display: block;
}

.info-list strong {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.info-list small {
  margin-top: 5px;
  color: #78716a;
  font-size: 13px;
  line-height: 1.35;
}

.info-list b {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  justify-self: end;
  place-items: center;
  border: 1px solid rgba(210, 53, 45, 0.36);
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.info-list b::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  content: "";
  transform: translate(-50%, -58%) rotate(45deg);
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.info-item p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #5f5952;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  border: 0 solid transparent;
  background: transparent;
  transition: max-height 0.24s ease, padding 0.24s ease, margin 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.info-item.is-open p {
  max-width: 760px;
  max-height: 160px;
  margin: 0 82px 18px 0;
  padding: 14px 20px 16px;
  border-width: 1px;
  border-color: rgba(210, 53, 45, 0.16);
  border-left: 3px solid var(--red);
  background: rgba(255, 255, 255, 0.58);
}

.info-item.is-open b {
  border-color: var(--red);
  background: var(--red);
}

.info-item.is-open b::before {
  border-color: #fff;
  transform: translate(-50%, -36%) rotate(225deg);
}

.cta-band {
  margin-top: 10px;
  padding: 50px 0;
  background: var(--paper);
}

.cta-grid {
  display: grid;
  grid-template-columns: 520px 360px;
  gap: 120px;
  align-items: center;
}

.cta-band h3 {
  margin: 0 0 10px;
  color: #151515;
  font-size: 15px;
}

.cta-band p {
  margin: 0 0 18px;
  color: #756f68;
  font-size: 12px;
  line-height: 1.6;
}

.site-footer {
  padding: 72px 0 28px;
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 280px repeat(4, 1fr);
  gap: 52px;
}

.footer-brand img {
  width: 104px;
  height: 86px;
}

.footer-brand small {
  display: block;
  margin-top: 10px;
  color: #8d8478;
  font-size: 10px;
  text-transform: uppercase;
}

.footer-brand p {
  width: 250px;
  margin: 22px 0;
  color: #5e5a55;
  font-size: 12px;
  line-height: 1.6;
}

.footer-form {
  display: grid;
  grid-template-columns: 1fr 32px;
  width: 230px;
  border-bottom: 1px solid var(--line);
}

.footer-form input {
  min-height: 38px;
  border: 0;
  outline: 0;
}

.footer-form button {
  border: 0;
  background: var(--red);
  color: #fff;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
  color: #625c55;
  font-size: 12px;
}

.site-footer nav strong {
  margin-bottom: 6px;
  color: #151515;
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #8b847c;
  font-size: 10px;
}

.account-body {
  background: #fbf7ef;
}

.account-page {
  overflow: hidden;
}

.account-hero {
  min-height: calc(100svh - 72px);
  padding: 88px 0 70px;
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.94), rgba(251, 247, 239, 0.72)),
    url("./export1/images/v1_269.png") center / cover;
}

.account-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 86px;
  align-items: start;
}

.account-hero-copy h1 {
  width: min(720px, 100%);
  margin: 0 0 28px;
  color: #151515;
  font-size: 66px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.account-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.account-link-button {
  display: inline-grid;
  min-height: 42px;
  padding: 0 18px;
  place-items: center;
  border: 1px solid rgba(21, 21, 21, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: #151515;
  font-size: 14px;
  font-weight: 700;
}

.account-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid rgba(21, 21, 21, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 70px rgba(49, 39, 28, 0.18);
}

.account-form p {
  margin: 0 0 4px;
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.account-form label {
  display: grid;
  gap: 7px;
  color: #746d64;
  font-size: 12px;
  line-height: 1;
}

.account-form input {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(21, 21, 21, 0.16);
  background: #fff;
  padding: 0 14px;
  color: #151515;
  outline: none;
}

.account-form input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(210, 53, 45, 0.12);
}

.account-form .red-button {
  min-height: 46px;
  margin-top: 2px;
}

.account-workspace {
  background: #fff;
}

.account-section-head {
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(240px, 360px);
  gap: 80px;
  align-items: end;
  margin-bottom: 34px;
}

.account-section-head h2,
.account-examples h2,
.account-legal h2 {
  margin: 0;
  color: #151515;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.08;
}

.account-section-head p {
  margin: 0;
  color: #6c665f;
  font-size: 14px;
  line-height: 1.55;
}

.account-panels {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px;
}

.account-panel {
  display: grid;
  min-height: 278px;
  align-content: start;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(21, 21, 21, 0.13);
  background: #fbf7ef;
}

.account-panel-draft {
  background: #151515;
  color: #fff;
}

.account-panel span {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.account-panel h3 {
  margin: 10px 0 0;
  color: inherit;
  font-size: 26px;
  line-height: 1.12;
}

.account-panel p,
.account-panel small {
  margin: 0;
  color: #736d65;
  font-size: 13px;
  line-height: 1.55;
}

.account-panel-draft p,
.account-panel-draft small {
  color: rgba(255, 255, 255, 0.68);
}

.account-panel a,
.account-panel button {
  display: inline-grid;
  justify-self: start;
  min-height: 40px;
  margin-top: 8px;
  padding: 0 16px;
  place-items: center;
  border: 0;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.account-panel button:disabled {
  background: rgba(21, 21, 21, 0.18);
  color: #736d65;
  cursor: default;
}

.account-progress {
  height: 5px;
  margin: 12px 0 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.account-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--red);
  transition: width 0.32s ease;
}

.account-examples {
  background: #f7f1e8;
}

.account-example-grid {
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  gap: 92px;
  align-items: center;
}

.account-example-links {
  display: grid;
  gap: 12px;
}

.account-example-links a {
  display: grid;
  min-height: 74px;
  align-items: center;
  padding: 0 24px;
  border-left: 4px solid var(--red);
  background: #fff;
  color: #151515;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 16px 42px rgba(65, 53, 35, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.account-example-links a:hover {
  transform: translateX(6px);
  box-shadow: 0 20px 52px rgba(65, 53, 35, 0.14);
}

.account-legal {
  background: #fff;
}

.legal-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
}

.legal-list article {
  padding: 26px 0 0;
  border-top: 1px solid rgba(21, 21, 21, 0.16);
}

.legal-list h3 {
  margin: 0 0 10px;
  color: #151515;
  font-size: 18px;
}

.legal-list p {
  max-width: 500px;
  margin: 0;
  color: #6c665f;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  section[id],
  .info-item[id] {
    scroll-margin-top: 146px;
  }

  .header-grid,
  .hero-grid,
  .steps-grid,
  .style-grid,
  .case-row,
  .case-row-reverse,
  .cta-grid,
  .footer-grid,
  .account-hero-grid,
  .account-section-head,
  .account-panels,
  .account-example-grid,
  .legal-list {
    grid-template-columns: 1fr;
  }

  .main-nav,
  .header-actions a {
    display: none;
  }

  .site-header {
    height: auto;
  }

  .header-grid {
    height: auto;
    padding: 14px 0;
  }

  .header-actions {
    justify-content: space-between;
  }

  .hero {
    height: auto;
    padding-bottom: 42px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-copy,
  .hero-media {
    min-width: 0;
    width: 100%;
  }

  .hero-copy {
    padding-top: 52px;
  }

  .hero h1,
  .steps h2,
  .styles-section h2,
  .examples h2,
  .info h2,
  .cta-band h2,
  .account-hero-copy h1,
  .account-section-head h2,
  .account-examples h2,
  .account-legal h2 {
    font-size: 42px;
  }

  .hero h1 {
    width: auto;
    max-width: 100%;
  }

  .route {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .account-hero {
    min-height: auto;
    padding: 52px 0 42px;
  }

  .account-hero-grid,
  .account-section-head,
  .account-example-grid {
    gap: 28px;
  }

  .lead {
    width: auto;
  }

  .hero-media {
    height: 520px;
  }

  .hero-book {
    left: 50%;
    width: min(374px, 100%);
    height: auto;
    transform: translateX(-50%);
  }

  .book-shadow {
    left: calc(50% - 214px);
  }

  .ornament {
    display: none;
  }

  .ticker-track {
    min-width: 960px;
  }

  .review-band {
    margin-top: 44px;
    padding: 40px 0 54px;
  }

  .review-studio {
    width: min(var(--container), calc(100% - 48px));
  }

  .review-frame {
    width: 100%;
  }

  .review-slide {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding-bottom: 34px;
  }

  .review-kicker {
    margin-bottom: 18px;
  }

  .review-slide blockquote {
    font-size: clamp(38px, 11vw, 56px);
  }

  .review-card {
    min-height: 0;
    padding: 22px;
  }

  .review-card p {
    font-size: 16px;
  }

  .review-dot {
    width: 34px;
  }

  .review-controls {
    gap: 12px;
  }

  .review-arrow {
    width: 38px;
    height: 38px;
  }

  .steps-grid {
    gap: 14px;
  }

  .case-row img,
  .case-row-reverse img {
    order: 0;
    width: 100%;
  }

  .footer-bottom {
    display: grid;
    gap: 10px;
  }
}
