@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap');

:root {
  --cream: #fffaf0;
  --cream-deep: #fff0cb;
  --paper: #fffdf7;
  --ink: #422d22;
  --muted: #755f52;
  --tomato: #e9563f;
  --tomato-dark: #bf3c2c;
  --coral: #ff8a70;
  --yellow: #f6c94e;
  --yellow-light: #ffe9a9;
  --teal: #157f7a;
  --teal-light: #d9f1ed;
  --green: #416c55;
  --line: #4a332533;
  --shadow: 7px 8px 0 #422d22;
  --round: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12px 12px, #e9563f12 1.5px, transparent 1.6px) 0 0 / 24px 24px,
    var(--cream);
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #fff; background: var(--tomato); }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: #fff;
  background: var(--teal);
  border-radius: 999px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 10px clamp(20px, 5vw, 72px);
  background: #fffaf0ed;
  border-bottom: 2px solid var(--ink);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand-candy {
  position: relative;
  display: grid;
  place-items: center;
  width: 29px;
  height: 25px;
  color: var(--tomato);
  font-size: 22px;
}
.brand-candy::before,
.brand-candy::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 14px;
  background: var(--yellow);
  clip-path: polygon(0 0, 100% 30%, 100% 70%, 0 100%);
}
.brand-candy::before { left: -4px; transform: rotate(180deg); }
.brand-candy::after { right: -4px; }
.brand-name { letter-spacing: .08em; font-size: 22px; font-weight: 900; }
.brand-note { color: var(--muted); font-size: 10px; font-weight: 800; }
.main-nav { display: flex; gap: clamp(18px, 2.4vw, 34px); font-size: 12px; font-weight: 800; }
.main-nav a { position: relative; padding: 7px 0; }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 1px;
  height: 4px;
  background: var(--yellow);
  border-radius: 999px;
  transition: right .18s ease;
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after { right: 0; }
.header-cta {
  justify-self: end;
  padding: 10px 18px;
  color: #fff;
  background: var(--teal);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 12px;
  font-weight: 900;
  transition: transform .15s, box-shadow .15s;
}
.header-cta:hover,
.header-cta:focus-visible { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(460px, .97fr);
  align-items: center;
  gap: clamp(42px, 5vw, 86px);
  min-height: 790px;
  padding: clamp(72px, 8vw, 116px) clamp(24px, 7vw, 112px) clamp(82px, 9vw, 130px);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, #fff 0 8%, transparent 26%),
    radial-gradient(circle at 88% 26%, #ffd66d66 0 12%, transparent 35%),
    linear-gradient(135deg, #fffdf7, #fff1c7 55%, #ffe5c7);
  border-bottom: 2px solid var(--ink);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60px;
  right: -90px;
  width: 390px;
  height: 390px;
  border: 3px dashed #e9563f40;
  border-radius: 50%;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -82px;
  bottom: -72px;
  width: min(54vw, 760px);
  height: 310px;
  background: url("../assets/osekkai-ai-okan-tiger-pattern-v1.png") center 48% / cover no-repeat;
  border: 3px solid var(--ink);
  border-radius: 49% 18% 0 0;
  box-shadow: -12px -11px 0 #fff8e3;
  transform: rotate(-5deg);
}
.hero-doodle {
  position: absolute;
  z-index: -1;
  display: grid;
  place-items: center;
  color: var(--teal);
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 900;
  border: 3px solid currentColor;
  border-radius: 50%;
  transform: rotate(-10deg);
}
.hero-doodle-one { bottom: 42px; left: 46%; width: 54px; height: 54px; }
.hero-doodle-two { top: 110px; left: 45%; width: 42px; height: 42px; color: var(--tomato); transform: rotate(12deg); }
.hero-copy { position: relative; z-index: 2; max-width: 700px; }
.hero-kicker,
.section-kicker {
  margin: 0 0 18px;
  color: var(--teal);
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 900;
}
.hero-kicker span {
  display: inline-block;
  margin-right: 9px;
  padding: 6px 11px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 2px 2px 0 var(--ink);
}
.hero h1 {
  margin: 0;
  letter-spacing: -.055em;
  font-size: clamp(48px, 4.8vw, 68px);
  font-weight: 900;
  line-height: 1.22;
}
.hero h1 em {
  position: relative;
  display: inline-block;
  color: var(--tomato);
  font-style: normal;
}
.hero h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2%;
  right: -2%;
  bottom: .05em;
  height: .24em;
  background: var(--yellow);
  border-radius: 999px;
  transform: rotate(-1deg);
}
.hero-lead { margin: 29px 0 10px; font-size: clamp(18px, 2vw, 24px); font-weight: 700; }
.hero-lead strong { color: var(--teal); font-weight: 900; }
.hero-description { max-width: 620px; margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 55px;
  padding: 0 24px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  transition: transform .15s, box-shadow .15s;
}
.button-primary { color: #fff; background: var(--tomato); box-shadow: 5px 5px 0 var(--ink); }
.button-secondary { background: var(--paper); }
.button:hover,
.button:focus-visible { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.hero-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 27px 0 0; padding: 0; list-style: none; }
.hero-chips li { padding: 6px 11px; color: var(--muted); background: #ffffffaa; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 800; }
.hero-okan { position: relative; z-index: 2; margin: 0; }
.hero-okan::after {
  content: "大阪のオカン、出動中";
  position: absolute;
  right: -20px;
  bottom: -29px;
  z-index: 4;
  padding: 10px 17px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-family: "Hachi Maru Pop", cursive;
  font-size: 12px;
  font-weight: 900;
  transform: rotate(3deg);
}
.hero-photo-frame {
  position: relative;
  padding: 13px;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 44px 44px 28px 28px;
  box-shadow: 13px 15px 0 var(--teal);
  transform: rotate(1.2deg);
}
.hero-photo-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 31px 31px 18px 18px; }
.photo-tape {
  position: absolute;
  width: 110px;
  height: 32px;
  opacity: .88;
  background: repeating-linear-gradient(90deg, #f6c94e 0 13px, #fff5cd 13px 26px);
  border: 1px solid #8b642b40;
}
.tape-top { top: -18px; right: 66px; transform: rotate(7deg); }
.tape-bottom { bottom: -17px; left: 54px; transform: rotate(-6deg); }
.okan-note {
  position: absolute;
  top: -47px;
  left: -40px;
  display: grid;
  gap: 3px;
  max-width: 300px;
  padding: 17px 20px;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 25px 25px 25px 5px;
  box-shadow: 6px 7px 0 var(--yellow);
  transform: rotate(-3deg);
}
.okan-note::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 24px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-right: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  transform: skewY(38deg) rotate(30deg);
}
.okan-note span { color: var(--tomato); font-family: "Hachi Maru Pop", cursive; font-size: 15px; }
.okan-note strong { font-size: 17px; font-weight: 900; }

.kitchen-ticker {
  color: #fff;
  background:
    linear-gradient(#422d22d9, #422d22d9),
    url("../assets/osekkai-ai-okan-tiger-pattern-v1.png") center 48% / 420px auto repeat-x;
  border-bottom: 2px solid var(--ink);
  overflow: hidden;
}
.kitchen-ticker div { display: flex; align-items: center; gap: 26px; width: max-content; padding: 12px 0; animation: ticker 30s linear infinite; }
.kitchen-ticker span { letter-spacing: .1em; font-size: 11px; font-weight: 900; }
.kitchen-ticker i { color: var(--yellow); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(88px, 10vw, 150px) clamp(24px, 7vw, 112px); }
.section-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .68fr); align-items: end; gap: clamp(38px, 8vw, 130px); margin-bottom: 60px; }
.section-intro h2,
.workflow-heading h2,
.remake-copy h2,
.safety-title h2,
.follow-copy h2 {
  margin: 0;
  letter-spacing: -.05em;
  font-size: clamp(40px, 4.4vw, 66px);
  font-weight: 900;
  line-height: 1.3;
}
.section-intro > p,
.solutions-intro > p,
.remake-copy > p,
.safety-title > p,
.follow-copy > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }

.promise-section { background: var(--paper); }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tool-card {
  position: relative;
  min-height: 390px;
  padding: 34px 32px;
  background: var(--cream-deep);
  border: 2px solid var(--ink);
  border-radius: var(--round);
  box-shadow: var(--shadow);
  transition: transform .18s, box-shadow .18s;
}
.tool-card:nth-child(2) { background: var(--teal-light); transform: translateY(24px) rotate(1deg); }
.tool-card:nth-child(3) { background: #ffe1d7; transform: rotate(-1deg); }
.tool-card:nth-child(3)::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 96px;
  height: 96px;
  background: url("../assets/osekkai-ai-okan-tiger-pattern-v1.png") 68% 36% / 250px auto no-repeat;
  border-left: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  border-radius: 0 28px 0 70px;
}
.tool-card:hover { transform: translateY(-5px) rotate(0); box-shadow: 10px 13px 0 var(--ink); }
.tool-icon { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 34px; background: #fff; border: 2px solid var(--ink); border-radius: 50%; font-size: 34px; }
.tool-card small { color: var(--teal); letter-spacing: .08em; font-size: 10px; font-weight: 900; }
.tool-card h3 { margin: 15px 0 18px; font-size: 26px; font-weight: 900; line-height: 1.5; }
.tool-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 2; }

.workflow-section { color: #fffdf7; background: var(--teal); border-block: 2px solid var(--ink); }
.workflow-section .section-kicker { color: var(--yellow); }
.workflow-heading { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: end; gap: 60px; margin-bottom: 60px; }
.hand-note {
  padding: 26px 28px;
  color: var(--ink);
  background: var(--yellow-light);
  border: 2px solid var(--ink);
  box-shadow: 6px 7px 0 #184f4c;
  font-family: "Hachi Maru Pop", cursive;
  font-size: 17px;
  line-height: 1.7;
  transform: rotate(3deg);
}
.hand-note span { display: block; color: var(--tomato); font-size: 11px; font-family: "M PLUS Rounded 1c", sans-serif; font-weight: 900; }
.recipe-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.recipe-list li { position: relative; min-height: 330px; padding: 28px 22px; color: var(--ink); background: var(--paper); border: 2px solid var(--ink); border-radius: 22px; box-shadow: 4px 5px 0 #113f3c; }
.recipe-list li:nth-child(even) { transform: translateY(18px); }
.recipe-no { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 34px; color: #fff; background: var(--tomato); border: 2px solid var(--ink); border-radius: 50%; font-size: 17px; font-weight: 900; }
.recipe-list small { color: var(--teal); letter-spacing: .12em; font-size: 9px; font-weight: 900; }
.recipe-list h3 { margin: 10px 0 16px; font-size: 19px; font-weight: 900; line-height: 1.5; }
.recipe-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }

.solutions-section { background: linear-gradient(180deg, #fffaf0, #fff2d9); }
.solutions-intro { align-items: center; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.solution-card { display: flex; flex-direction: column; min-height: 440px; padding: 30px; background: #fff; border: 2px solid var(--ink); border-radius: var(--round); box-shadow: 7px 8px 0 #ef9f8c; }
.solution-card:nth-child(2) { box-shadow: 7px 8px 0 #7ec6c1; }
.solution-card:nth-child(3) { box-shadow: 7px 8px 0 #f1ca59; }
.case-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 46px; font-size: 10px; font-weight: 900; }
.case-top b { padding: 5px 10px; background: var(--yellow-light); border: 1px solid var(--ink); border-radius: 999px; }
.solution-card > small { color: var(--teal); letter-spacing: .08em; font-size: 10px; font-weight: 900; }
.solution-card h3 { margin: 13px 0 26px; font-size: 22px; font-weight: 900; line-height: 1.6; }
.solution-box { display: grid; gap: 7px; padding: 18px; background: var(--cream); border: 2px dashed #755f5266; border-radius: 17px; }
.solution-box span { color: var(--tomato); font-size: 9px; font-weight: 900; }
.solution-box strong { font-size: 12px; line-height: 1.8; }
.preparing { margin-top: auto; padding-top: 22px; color: var(--muted); font-family: "Hachi Maru Pop", cursive; font-size: 12px; }

.remake-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1fr); align-items: center; gap: clamp(60px, 10vw, 150px); background: #ffd9ca; border-block: 2px solid var(--ink); }
.remake-copy .section-kicker { color: var(--tomato-dark); }
.remake-copy > p { margin-top: 27px; }
.remake-steps { display: grid; gap: 10px; }
.remake-steps div { display: grid; gap: 4px; padding: 22px 25px; background: #fff; border: 2px solid var(--ink); border-radius: 18px; box-shadow: 4px 5px 0 var(--ink); }
.remake-steps span { color: var(--teal); font-size: 9px; font-weight: 900; }
.remake-steps strong { font-size: 18px; font-weight: 900; }
.remake-steps small { color: var(--muted); font-size: 11px; }
.remake-steps i { justify-self: center; font-size: 24px; font-style: normal; font-weight: 900; }
.remake-steps .final-step { color: #fff; background: var(--teal); }
.remake-steps .final-step span { color: var(--yellow); }
.remake-steps .final-step small { color: #ffffffbd; }

.safety-section { background: #e9eee7; }
.safety-board { position: relative; display: grid; grid-template-columns: minmax(0, .85fr) minmax(380px, 1fr); gap: clamp(48px, 8vw, 110px); padding: clamp(38px, 6vw, 74px); background: #fffdf5; border: 3px solid var(--ink); border-radius: 16px; box-shadow: 11px 13px 0 var(--green); }
.safety-board::before,
.safety-board::after { content: ""; position: absolute; top: -17px; width: 115px; height: 30px; opacity: .85; background: repeating-linear-gradient(90deg, #86aaa0 0 15px, #dceae5 15px 30px); border: 1px solid #4a6b6240; }
.safety-board::before { left: 10%; transform: rotate(-4deg); }
.safety-board::after { right: 12%; transform: rotate(5deg); }
.safety-title .section-kicker { color: var(--green); }
.safety-title h2 { font-size: clamp(36px, 3.9vw, 58px); }
.safety-title > p { margin-top: 25px; }
.safety-list { display: grid; align-content: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.safety-list li { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 11px; padding: 16px 0; border-bottom: 1px dashed #416c5566; font-size: 13px; font-weight: 700; line-height: 1.7; }
.safety-list li:first-child { border-top: 1px dashed #416c5566; }
.safety-list li span { display: grid; place-items: center; width: 25px; height: 25px; color: #fff; background: var(--green); border-radius: 50%; font-size: 12px; }

.follow-section { position: relative; display: grid; grid-template-columns: 320px minmax(0, 700px); justify-content: center; align-items: center; gap: clamp(48px, 8vw, 110px); min-height: 610px; padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 112px); color: #fff; background: var(--tomato); border-top: 2px solid var(--ink); }
.follow-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: url("../assets/osekkai-ai-okan-tiger-pattern-v1.png") center 45% / 340px auto repeat-x;
  border-bottom: 2px solid var(--ink);
}
.follow-portrait { overflow: hidden; border: 3px solid var(--ink); border-radius: 50%; box-shadow: 10px 11px 0 var(--yellow); }
.follow-portrait img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.follow-copy .section-kicker { color: var(--yellow-light); }
.follow-copy > p { margin-top: 24px; color: #fff5ec; }
.follow-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.button-dark { color: #fff; background: var(--ink); border-color: var(--ink); box-shadow: 5px 5px 0 #922b20; }
.text-link { padding: 8px 0; border-bottom: 2px solid #ffffff8c; font-size: 13px; font-weight: 900; }

.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px 40px; padding: 42px clamp(24px, 7vw, 112px); color: #fff; background: var(--ink); }
.site-footer > div { display: flex; align-items: baseline; gap: 9px; }
.site-footer strong { letter-spacing: .08em; font-size: 23px; font-weight: 900; }
.site-footer span,
.site-footer p,
.site-footer small { color: #ffffff9c; font-size: 10px; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; gap: 24px; grid-row: 1; grid-column: 2; font-size: 11px; font-weight: 800; }
.site-footer nav a:hover { color: var(--yellow); }
.site-footer small { justify-self: end; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 86px; }
  .hero-copy { max-width: 820px; }
  .hero-okan { width: min(820px, 90%); justify-self: end; }
  .hero-doodle { display: none; }
  .recipe-list { grid-template-columns: repeat(3, 1fr); }
  .recipe-list li:nth-child(even) { transform: none; }
  .recipe-list li:nth-child(4), .recipe-list li:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 820px) {
  .site-header { min-height: 67px; padding-inline: 18px; }
  .brand-name { font-size: 19px; }
  .brand-note { display: none; }
  .header-cta { padding: 8px 13px; font-size: 10px; }
  .hero { grid-template-columns: 1fr; gap: 50px; min-height: auto; padding: 63px 20px 78px; }
  .hero::after { top: 15px; right: -22%; bottom: auto; width: 118%; height: 39%; border-radius: 18% 0 0 44%; opacity: .9; transform: rotate(-4deg); }
  .hero-copy { order: 2; }
  .hero-okan { order: 1; justify-self: center; width: calc(100% - 18px); padding-top: 34px; }
  .hero h1 { font-size: clamp(36px, 9.2vw, 46px); line-height: 1.27; }
  .hero-lead { margin-top: 24px; }
  .hero-description { font-size: 13px; }
  .okan-note { top: -27px; left: -9px; max-width: 260px; padding: 12px 15px; }
  .okan-note span { font-size: 12px; }
  .okan-note strong { font-size: 14px; }
  .hero-okan::after { right: -7px; bottom: -30px; padding: 8px 12px; font-size: 10px; }
  .hero-photo-frame { padding: 8px; border-radius: 28px 28px 20px 20px; box-shadow: 8px 9px 0 var(--teal); }
  .hero-photo-frame img { border-radius: 20px 20px 13px 13px; }
  .photo-tape { width: 76px; height: 23px; }
  .section { padding: 84px 20px; }
  .section-intro,
  .workflow-heading,
  .remake-section,
  .safety-board,
  .follow-section { grid-template-columns: 1fr; }
  .section-intro { align-items: start; gap: 27px; margin-bottom: 45px; }
  .section-intro h2,
  .workflow-heading h2,
  .remake-copy h2,
  .safety-title h2,
  .follow-copy h2 { font-size: clamp(37px, 10vw, 50px); }
  .tool-grid,
  .solution-grid { grid-template-columns: 1fr; }
  .tool-card,
  .tool-card:nth-child(2),
  .tool-card:nth-child(3) { min-height: 0; transform: none; }
  .workflow-heading { align-items: start; gap: 33px; }
  .hand-note { max-width: 280px; }
  .recipe-list { grid-template-columns: 1fr; }
  .recipe-list li { min-height: 0; }
  .remake-section { gap: 45px; }
  .safety-board { gap: 40px; padding: 38px 25px; }
  .follow-section { gap: 43px; min-height: auto; }
  .follow-portrait { width: 230px; justify-self: center; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { grid-row: auto; grid-column: auto; flex-wrap: wrap; gap: 14px 22px; }
  .site-footer small { justify-self: start; }
}

@media (max-width: 480px) {
  .hero-kicker { line-height: 2.4; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-chips { gap: 5px; }
  .hero-chips li { font-size: 9px; }
  .tool-card,
  .solution-card { padding: 27px 24px; }
  .follow-actions { display: grid; }
}

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