:root {
  --bg: #faf6ef;
  --bg-soft: #fffaf3;
  --panel: #fffdf8;
  --panel-deep: #f4eadf;
  --ink: #2e211d;
  --muted: #74655f;
  --rose: #b85d6b;
  --rose-deep: #8d3f4d;
  --gold: #b8872d;
  --line: rgba(130, 86, 56, 0.22);
  --shadow: 0 22px 60px rgba(67, 38, 24, 0.14);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(92vw, 1390px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}

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

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

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-150%);
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 4px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 20px clamp(20px, 4vw, 60px);
  background: rgba(250, 246, 239, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 12px 30px rgba(67, 38, 24, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(130, 86, 56, 0.18);
  border-radius: 12px;
  background: #f6f3ec;
  box-shadow: 0 8px 18px rgba(67, 38, 24, 0.08);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  font-weight: 650;
  font-size: 0.98rem;
}

.main-nav a {
  padding: 10px 0;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--rose);
}

.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  width: 44px;
  height: 44px;
  border-radius: 6px;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.store-button,
.app-store-badge,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border-radius: 8px;
  padding: 14px 26px;
  font-weight: 760;
  line-height: 1.05;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.store-button {
  gap: 12px;
  background: #2c1812;
  color: white;
  box-shadow: 0 14px 34px rgba(44, 24, 18, 0.18);
}

.app-store-badge {
  width: 180px;
  min-height: auto;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(44, 24, 18, 0.18);
}

.app-store-badge img {
  width: 100%;
  height: auto;
}

.store-button:hover,
.app-store-badge:hover,
.secondary-button:hover,
.store-button:focus-visible,
.app-store-badge:focus-visible,
.secondary-button:focus-visible {
  transform: translateY(-2px);
}

.store-button-small {
  min-height: 54px;
  padding: 10px 18px;
  font-size: 0.9rem;
}

.app-store-badge-small {
  width: 135px;
}

.apple {
  overflow: hidden;
  width: 30px;
  height: 34px;
  color: transparent;
  position: relative;
  flex: 0 0 auto;
}

.apple::before,
.apple::after {
  content: "";
  position: absolute;
  background: currentColor;
  color: white;
}

.apple::before {
  width: 21px;
  height: 24px;
  border-radius: 48% 52% 54% 46%;
  left: 5px;
  bottom: 0;
}

.apple::after {
  width: 8px;
  height: 13px;
  border-radius: 8px 0 8px 0;
  left: 16px;
  top: 0;
  transform: rotate(38deg);
}

.secondary-button {
  border: 1px solid var(--gold);
  color: var(--ink);
  background: rgba(255, 253, 248, 0.48);
  gap: 16px;
}

.section-frame {
  width: var(--container);
  margin-inline: auto;
}

.hero {
  min-height: min(650px, calc(100vh - 210px));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 82px);
  padding: clamp(32px, 5vw, 64px) 0 18px;
}

.hero-copy {
  max-width: 610px;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: clamp(4rem, 7.5vw, 7.4rem);
  line-height: 0.94;
}

h2 {
  font-size: clamp(3rem, 5.4vw, 5.9rem);
  line-height: 0.96;
}

h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 1.9vw, 2rem);
  font-weight: 400;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.32vw, 1.25rem);
  line-height: 1.65;
}

.hero-copy p {
  max-width: 560px;
  margin: 28px 0 30px;
}

.hero-actions {
  display: grid;
  gap: 18px;
  max-width: 430px;
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.silk-plane {
  position: absolute;
  inset: auto -4vw 0 6vw;
  height: 42%;
  border-radius: 42% 0 0 0;
  background:
    linear-gradient(115deg, rgba(253, 248, 239, 0), rgba(215, 186, 143, 0.44)),
    url("/assets/palette-result-hero.jpg") center / cover;
  opacity: 0.9;
  filter: saturate(0.94);
}

.phone-stack {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 590px;
}

.phone,
.mini-phone {
  position: relative;
  background: #171311;
  border: 7px solid #171311;
  border-radius: 42px;
  box-shadow: var(--shadow);
}

.phone {
  width: min(302px, 38vw);
  min-height: 656px;
  padding: 16px 10px 12px;
}

.phone-primary {
  transform: rotate(-4deg) translateX(28px);
  z-index: 2;
}

.phone-secondary {
  transform: rotate(6deg) translate(-8px, 40px);
  z-index: 1;
}

.phone-top {
  position: absolute;
  width: 94px;
  height: 24px;
  border-radius: 0 0 18px 18px;
  background: #050505;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.screenshot-phone {
  aspect-ratio: 1320 / 2868;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border-width: 8px;
  border-radius: 44px;
  background: #171311;
}

.screenshot-phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 36px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.phone-shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
}

.mini-phone.screenshot-phone {
  width: 100%;
  min-height: 0;
  padding: 0;
  border-width: 8px;
  background: #171311;
}

.mini-phone.screenshot-phone::before {
  display: none;
}

.app-screen {
  min-height: 542px;
  overflow: hidden;
  border-radius: 31px;
  background: linear-gradient(#fffdf8, #fbf3e8);
  padding: 48px 18px 22px;
}

.screen-nav,
.tabs {
  display: flex;
  justify-content: space-between;
  color: #7e6e66;
  font-size: 0.78rem;
  font-weight: 700;
}

.screen-label {
  margin: 26px 0 2px;
  text-align: center;
  font-size: 0.82rem;
}

.app-screen h2 {
  font-size: 2.1rem;
  text-align: center;
}

.season-tags {
  margin: 4px 0 18px;
  text-align: center;
  color: var(--rose-deep);
  font-size: 0.85rem;
  font-weight: 760;
}

.result-screen img {
  height: 165px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.screen-section-title {
  margin: 18px 0 10px;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--ink);
}

.swatch-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.swatch-grid span,
.result-swatches span {
  display: block;
  aspect-ratio: 1;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.guide-screen .swatch-grid {
  margin: 22px 0;
}

.guide-list {
  display: grid;
  gap: 10px;
}

.guide-list span {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

.quick-steps {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) repeat(3, minmax(210px, 1fr));
  gap: 28px;
  padding: 52px clamp(22px, 5vw, 74px);
  background: rgba(255, 253, 248, 0.72);
  border-block: 1px solid var(--line);
}

.quick-steps > p {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.1vw, 3.3rem);
  line-height: 1;
  margin: 0;
  color: var(--ink);
}

.quick-steps div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px 14px;
  align-items: center;
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.quick-steps span:last-child {
  grid-column: 2;
  color: var(--muted);
  line-height: 1.4;
}

.line-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.45rem;
}

.workflow,
.tools,
.guides {
  display: grid;
  gap: clamp(38px, 5vw, 78px);
  padding: clamp(72px, 9vw, 120px) 0;
  border-bottom: 1px solid var(--line);
}

.workflow {
  grid-template-columns: minmax(280px, 0.7fr) minmax(610px, 1.3fr);
}

.section-copy p {
  max-width: 520px;
}

.workflow-list {
  list-style: none;
  margin: 42px 0 34px;
  padding: 0;
  display: grid;
  gap: 26px;
}

.workflow-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.workflow-list li > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--rose);
  color: white;
  font-family: var(--serif);
  font-size: 1.45rem;
}

.workflow-list strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.workflow-list p {
  margin: 6px 0 0;
  font-size: 1rem;
}

.workflow-phones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: end;
}

.mini-phone {
  min-height: 520px;
  padding: 46px 18px 18px;
  background: #fffdf8;
  border-width: 6px;
}

.mini-phone::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  height: 20px;
  border-radius: 0 0 14px 14px;
  background: #050505;
}

.workflow-shot {
  display: grid;
  gap: 14px;
  align-content: start;
}

.workflow-shot .mini-phone {
  box-shadow: var(--shadow);
}

.workflow-shot > span {
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}

.workflow-shot h3 {
  text-align: center;
  font-size: clamp(1.3rem, 1.7vw, 1.75rem);
}

.mini-phone > span {
  display: block;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}

.mini-phone h3 {
  margin: 10px 0 20px;
  text-align: center;
  font-size: 1.55rem;
}

.mini-phone img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.mini-phone .phone-shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
}

.capture-button {
  width: 70px;
  height: 70px;
  margin: 22px auto 0;
  border: 4px solid var(--rose);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px #fffdf8;
  background: var(--rose);
}

.question-box {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.question-box p {
  margin: 0 0 10px;
  font-size: 0.9rem;
  color: var(--ink);
  font-weight: 720;
}

.question-box div {
  display: flex;
  gap: 8px;
}

.question-box button,
.season-tool button {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffaf4;
  color: var(--ink);
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.92rem;
  cursor: pointer;
}

.question-box button.selected,
.season-tool button.selected {
  color: white;
  background: var(--rose);
  border-color: var(--rose);
}

.screen-cta {
  width: 100%;
  margin-top: 20px;
  border: 0;
  min-height: 48px;
  border-radius: 6px;
  background: var(--rose);
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mini-season {
  margin: 0 0 14px;
  text-align: center;
  color: var(--ink);
}

.mini-tools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.mini-tools span {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
  font-size: 0.82rem;
}

.tools {
  grid-template-columns: minmax(390px, 0.9fr) minmax(520px, 1.1fr);
}

.tools-left > p {
  max-width: 640px;
}

.season-tool {
  margin-top: 34px;
  border: 1px solid var(--gold);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.62);
  padding: clamp(18px, 2.4vw, 28px);
}

.season-tool h3 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 0.94rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.season-tool fieldset {
  display: grid;
  grid-template-columns: 110px repeat(3, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.season-tool legend {
  float: left;
  width: 110px;
  color: var(--ink);
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 800;
}

.tool-result {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  padding-top: 18px;
}

.tool-result span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  font-weight: 800;
}

.tool-result strong {
  display: block;
  margin: 6px 0 4px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.tool-result p {
  margin: 0;
  font-size: 0.95rem;
}

.result-swatches {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
  align-content: start;
}

.tool-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--rose-deep);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.tools-right {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
}

.feature-rail {
  display: grid;
  border-left: 1px solid var(--gold);
}

.feature-rail article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0 24px 28px;
  border-bottom: 1px solid var(--line);
}

.feature-icon {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.feature-rail h3 {
  font-size: 1.75rem;
}

.feature-rail p {
  margin: 8px 0 0;
  font-size: 0.98rem;
}

.shopping-check {
  position: relative;
  min-height: 560px;
  align-self: stretch;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.shopping-check img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopping-check div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.86);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
}

.shopping-check span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 800;
}

.shopping-check strong {
  display: block;
  margin-top: 5px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.shopping-check p {
  margin: 4px 0 0;
  font-size: 0.95rem;
}

.tools-device-wrap {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}

.tools-phone {
  position: absolute;
  width: min(292px, 48%);
}

.tools-phone-front {
  right: 3%;
  bottom: 0;
  z-index: 2;
}

.tools-phone-back {
  left: 0;
  top: 18px;
  transform: rotate(-4deg);
  opacity: 0.72;
}

.guides {
  grid-template-columns: 0.95fr 0.95fr 1.1fr;
}

.guide-intro {
  padding-right: 44px;
  border-right: 1px solid var(--line);
}

.season-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 38px;
}

.season-index h3 {
  grid-column: 1 / -1;
  margin-bottom: 18px;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  font-weight: 820;
}

.season-index a {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
}

.season-index a::before {
  content: "->";
  color: var(--rose);
  margin-right: 16px;
  font-family: var(--sans);
}

.selfie-tips {
  padding-left: 44px;
  border-left: 1px solid var(--line);
}

.guide-phone {
  display: flex;
  justify-content: center;
  margin: 22px 0 24px;
}

.guide-phone .phone {
  width: min(250px, 78%);
}

.selfie-tips ul {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.selfie-tips li {
  display: grid;
  gap: 3px;
  color: var(--muted);
}

.selfie-tips strong {
  color: var(--ink);
}

.faq {
  padding: 54px 0 34px;
  text-align: center;
}

.section-label {
  margin: 0 0 10px;
  color: var(--rose);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.9rem;
  font-weight: 820;
}

.faq h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.faq-list {
  margin-top: 30px;
  border-top: 1px solid var(--line);
  text-align: left;
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
}

summary::after {
  content: "+";
  color: var(--rose);
  font-family: var(--sans);
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 900px;
  margin: -6px 24px 22px;
  font-size: 1.02rem;
}

.download-band {
  display: grid;
  grid-template-columns: minmax(230px, 0.45fr) 1fr;
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
  min-height: 260px;
  background: linear-gradient(90deg, #ead8ce, #f7e7e2 60%, #f9f0e8);
  border-block: 1px solid var(--line);
  overflow: hidden;
}

.download-band > img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.download-band div {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 36px clamp(22px, 5vw, 76px) 36px 0;
}

.download-band h2 {
  font-size: clamp(2.2rem, 4vw, 4.3rem);
}

.download-band p {
  margin: 14px 0 20px;
}

.site-footer {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 0;
}

.site-footer nav {
  display: flex;
  gap: clamp(22px, 5vw, 86px);
  color: var(--muted);
}

@media (max-width: 1120px) {
  .hero,
  .workflow,
  .tools,
  .guides {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .workflow-phones,
  .tools-right,
  .quick-steps {
    grid-template-columns: 1fr;
  }

  .quick-steps div {
    border-left: 0;
    padding-left: 0;
  }

  .guide-intro,
  .selfie-tips {
    padding: 0;
    border: 0;
  }
}

@media (max-width: 780px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 14px 18px;
  }

  .main-nav,
  .site-header .store-button,
  .site-header .app-store-badge {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .site-header.nav-open .main-nav {
    display: grid;
    grid-column: 1 / -1;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
  }

  .site-header.nav-open .store-button,
  .site-header.nav-open .app-store-badge {
    display: inline-flex;
    grid-column: 1 / -1;
    justify-self: start;
  }

  .brand {
    font-size: 1.25rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: auto;
    padding: 46px 0 24px;
  }

  h1 {
    font-size: clamp(3rem, 13.5vw, 4rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .hero-actions {
    max-width: none;
  }

  .hero-copy p {
    margin: 22px 0 24px;
    font-size: 1.18rem;
    line-height: 1.5;
  }

  .store-button,
  .secondary-button {
    min-height: 58px;
  }

  .hero-visual {
    min-height: 430px;
    overflow: hidden;
  }

  .phone {
    width: 230px;
    min-height: 0;
  }

  .phone-stack {
    min-height: 430px;
  }

  .phone-primary {
    transform: rotate(-3deg) translateX(54px);
  }

  .phone-secondary {
    transform: rotate(5deg) translate(-82px, 48px);
  }

  .app-screen {
    min-height: 454px;
    padding-top: 42px;
  }

  .tools-right {
    gap: 24px;
  }

  .tools-device-wrap {
    min-height: 590px;
  }

  .tools-phone {
    width: min(245px, 58%);
  }

  .season-tool fieldset,
  .tool-result {
    grid-template-columns: 1fr;
  }

  .season-tool legend {
    float: none;
    width: auto;
    margin-bottom: 8px;
  }

  .season-tool button {
    width: 100%;
  }

  .shopping-check {
    min-height: 440px;
  }

  .season-index {
    grid-template-columns: 1fr;
  }

  .download-band {
    grid-template-columns: 1fr;
  }

  .download-band > img {
    min-height: 190px;
  }

  .download-band div {
    padding: 0 22px 36px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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