:root {
  --bg: #fafaf7;
  --card: #ffffff;
  --ink: #2e2924;
  --muted: #68635d;
  --line: rgba(28, 24, 20, 0.14);
  --accent: #e8620a;
  --mauve: #93819b;
  --footer: #242424;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 17px;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-weight: 300;
  overflow-x: hidden;
}

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

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

.footer-logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 300;
}

main {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.page-head p,
.content-blocks p,
.cta-strip p {
  color: var(--muted);
  line-height: 1.7;
}

.content-blocks p,
.content-blocks a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hero-image {
  display: grid;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
}

.hero-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: var(--card);
  object-fit: contain;
  padding: clamp(24px, 4vw, 46px);
}

.page-head {
  max-width: 820px;
  padding: 76px 0 34px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  flex: 0 0 32px;
  width: 32px;
  height: 1px;
  background: var(--accent);
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
  line-height: 1.02;
}

h1 {
  max-width: 880px;
  font-size: clamp(44px, 7vw, 88px);
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
}

p {
  line-height: 1.65;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--ink);
  padding: 11px 17px;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button:hover {
  background: var(--ink);
  color: var(--bg);
}

.catalog-section {
  padding: 28px 0 18px;
  border-top: 1px solid var(--line);
}

.filter-bar {
  position: sticky;
  top: 65px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 10px calc(50% - 50vw) 24px;
  padding: 14px max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(247, 245, 242, 0.94);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

dt {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

dd {
  margin: 0;
}

.cta-strip {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin: 18px calc(50% - 50vw) 0;
  padding: clamp(44px, 7vw, 86px) max(20px, calc((100vw - var(--max)) / 2));
  background: var(--footer);
  color: var(--bg);
}

.cta-strip div:first-child {
  max-width: 680px;
}

.cta-strip p {
  color: #d8d3cd;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  padding-top: 26px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--accent);
}

.content-blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 22px 0 70px;
}

.content-blocks article {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.content-blocks h2 {
  font-size: clamp(30px, 3vw, 38px);
}

.workshop-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: end;
  padding: clamp(58px, 8vw, 104px) 0 54px;
  border-bottom: 1px solid var(--line);
}

.workshop-hero-copy {
  max-width: 690px;
}

.workshop-hero-copy p:not(.eyebrow),
.workshop-section-head p,
.workshop-feature p,
.workshop-weaves p,
.workshop-process p {
  color: var(--muted);
  line-height: 1.7;
}

.workshop-hero-copy .button {
  margin-top: 18px;
}

.workshop-hero-image,
.workshop-feature figure,
.workshop-weave-image {
  margin: 0;
  background: var(--card);
}

.workshop-figure {
  overflow: hidden;
}

.workshop-figure img {
  display: block;
}

.workshop-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(28, 24, 20, 0.16);
  background:
    linear-gradient(135deg, rgba(255,255,255,.42), rgba(255,255,255,.1)),
    repeating-linear-gradient(0deg, rgba(28,24,20,.08), rgba(28,24,20,.08) 1px, transparent 1px, transparent 26px),
    repeating-linear-gradient(90deg, rgba(28,24,20,.08), rgba(28,24,20,.08) 1px, transparent 1px, transparent 26px);
  color: rgba(44, 44, 44, 0.46);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.workshop-hero-image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: 50% 43%;
}

.workshop-hero-image figcaption {
  padding-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.workshop-section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.workshop-section-head h2,
.workshop-feature h2 {
  max-width: 760px;
}

.workshop-weaves,
.workshop-process {
  padding: clamp(56px, 8vw, 92px) 0;
  border-bottom: 1px solid var(--line);
}

.workshop-weave-copy h3,
.workshop-process-grid h3 {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.workshop-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 94px) 0;
  border-bottom: 1px solid var(--line);
}

.workshop-feature figure {
  min-height: 360px;
  overflow: hidden;
}

.workshop-feature img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.button.ghost {
  margin-top: 14px;
  border-color: var(--line);
}

.workshop-weave-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
}

.workshop-weave-grid article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #FAFAF7;
  border: 1px solid rgba(28, 24, 20, 0.14);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.workshop-weave-grid article:hover {
  border-color: rgba(28, 24, 20, 0.48);
  box-shadow: 0 10px 32px rgba(28, 24, 20, 0.06);
}

.workshop-weave-image {
  margin: 0;
  border: 0;
  background: #fff;
  overflow: hidden;
}

.workshop-weave-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  transition: transform 650ms ease;
}

.workshop-weave-grid article:hover .workshop-weave-image img {
  transform: scale(1.025);
}

.workshop-weave-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.workshop-weave-copy h3,
.workshop-weave-copy p {
  margin: 0;
}

.workshop-weave-copy a {
  width: fit-content;
  margin-top: auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ink);
  padding: 9px 16px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.workshop-weave-copy a:hover {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}

.sets-page-hero,
.contact-page-hero {
  width: min(100%, 100vw);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.sets-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2px;
  border-bottom: 1px solid rgba(46, 41, 36, 0.16);
  background: #ead2b2;
}

.sets-page-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 118px) 72px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)),
    #ead2b2;
}

.sets-page-copy h1,
.contact-page-hero h1,
.contact-form-section h1,
.contact-form-section h2,
.newsletter-band h2,
.sets-page-head h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
}

.sets-page-copy h1 {
  font-size: clamp(44px, 5vw, 74px);
  line-height: 1;
}

.sets-page-copy p {
  max-width: 560px;
  color: var(--ink);
}

.sets-page-copy p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.7;
}

.sets-page-copy p:not(.eyebrow) + p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 6px;
  color: rgba(44, 44, 44, 0.76);
}

.sets-page-copy .button {
  width: fit-content;
  margin-top: 22px;
}

.sets-page-hero figure {
  margin: 22px 22px 22px 0;
  min-height: 520px;
  border: 1px solid #2e2924;
  overflow: hidden;
}

.sets-page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sets-inquiry-flow {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(62px, 7vw, 92px) 72px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 245, 242, 0.92)),
    var(--bg);
}

.sets-flow-copy h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 300;
  line-height: 1.05;
}

.sets-flow-copy p {
  max-width: 520px;
  color: var(--muted);
}

.sets-flow-copy .button {
  width: fit-content;
  margin-top: 20px;
}

.sets-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sets-flow-steps article {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 24px 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.34);
}

.sets-flow-steps article::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 2px;
  background: var(--accent);
}

.sets-flow-steps span {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sets-flow-steps h3 {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.sets-flow-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.sets-page-grid {
  padding-top: clamp(56px, 7vw, 84px) !important;
}

.sets-page-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  padding: 0 72px 38px;
}

.sets-page-head h2 {
  grid-column: 1;
  margin-bottom: 14px;
  font-size: clamp(36px, 4vw, 58px);
}

.sets-page-head .eyebrow {
  grid-column: 1;
}

.sets-page-head p {
  grid-column: 2;
  max-width: 680px;
  color: var(--muted);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: clamp(48px, 6vw, 72px) 72px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faq-section-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 300;
  line-height: 1.08;
}

.faq-list {
  min-width: 0;
}

.faq-item {
  border-top: 1px solid var(--line);
}

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

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 0;
  color: var(--ink);
  cursor: pointer;
  font-weight: 500;
  line-height: 1.45;
  list-style: none;
}

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

.faq-item summary:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 4px;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  max-width: 720px;
  margin: 0;
  padding: 0 44px 20px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.contact-form-section .faq-section {
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 44px;
  padding: 34px 0 0;
  border-bottom: 0;
  text-align: left;
}

.contact-form-section .faq-section-head h2 {
  font-size: clamp(30px, 3vw, 42px);
}

.contact-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(42px, 9vw, 120px);
  align-items: center;
  padding: clamp(74px, 8vw, 116px) 72px;
  background: #ebe4dc;
}

.contact-page-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(48px, 5vw, 74px);
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 44px;
  max-width: 680px;
}

.contact-detail-grid h2 {
  margin: 0 0 8px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.contact-detail-grid p,
.contact-detail-grid a {
  color: var(--muted);
}

.contact-map-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 28px;
  border: 1px solid rgba(28, 24, 20, 0.14);
  background:
    linear-gradient(135deg, rgba(255,255,255,.55), rgba(255,255,255,.18)),
    repeating-linear-gradient(0deg, rgba(28,24,20,.08), rgba(28,24,20,.08) 1px, transparent 1px, transparent 24px),
    repeating-linear-gradient(90deg, rgba(28,24,20,.08), rgba(28,24,20,.08) 1px, transparent 1px, transparent 24px);
}

.contact-map-card span {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-map-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 35px;
  font-weight: 300;
}

.contact-map-card a {
  width: fit-content;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-form-section {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(62px, 8vw, 96px) 0;
  text-align: center;
}

.contact-form-section h1,
.contact-form-section h2,
.newsletter-band h2 {
  font-size: clamp(36px, 4vw, 54px);
}

.contact-form-section > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 auto 28px;
  color: var(--muted);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  text-align: left;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-form .wide {
  grid-column: 1 / -1;
}

.contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.newsletter-band input {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.35);
  color: var(--ink);
  font: inherit;
  font-size: 17px;
  min-height: 44px;
  padding: 11px 13px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(58, 53, 48, 0.62);
  font-size: 17px;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form .check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.contact-form .check input {
  width: auto;
  min-height: 0;
  margin-top: 2px;
}

.contact-file-note {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.32);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.contact-file-note strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-file-note input[type="file"] {
  min-height: 0;
  padding: 9px;
  font-size: 14px;
}

.contact-file-note input[type="file"]::file-selector-button {
  margin-right: 12px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 8px 12px;
  font: inherit;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.form-status {
  margin: 0 auto 24px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  text-align: left;
}

.form-status.success {
  border-color: rgba(62, 104, 72, .48);
  background: rgba(214, 232, 216, .5);
}

.form-status.error {
  border-color: rgba(145, 67, 46, .48);
  background: rgba(240, 218, 210, .5);
}

.contact-form button {
  justify-content: center;
  background: #161412;
  color: var(--bg);
}

.newsletter-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 64px 22px;
  background: #171714;
  color: var(--bg);
  text-align: center;
}

.newsletter-band p {
  max-width: 520px;
  margin: 8px auto 24px;
  color: rgba(247,245,242,.66);
}

.newsletter-band form {
  display: flex;
  justify-content: center;
  max-width: 520px;
  margin: 0 auto 10px;
}

.newsletter-band input {
  border-color: rgba(247,245,242,.28);
  background: transparent;
  color: var(--bg);
}

.newsletter-band button {
  border: 1px solid #d6e9ff;
  background: #5d8bc9;
  color: #fff;
  padding: 0 22px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.newsletter-band small {
  color: rgba(247,245,242,.45);
}

.workshop-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.workshop-process-grid article {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.workshop-process-grid span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.redirect-page {
  max-width: 820px;
  padding: 86px 0 124px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 44px;
  margin-top: 0;
  padding: 46px clamp(20px, 5vw, 56px) 28px;
  background: var(--footer);
  color: var(--bg);
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-col h2 {
  margin-bottom: 4px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-col a,
.footer-bottom {
  color: #d8d3cd;
  font-size: 14px;
}

.footer-col a:hover,
.footer-bottom a:hover {
  color: var(--accent);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(247, 245, 242, 0.18);
}

@media (max-width: 960px) {
  .workshop-hero,
  .workshop-feature,
  .sets-page-hero,
  .sets-inquiry-flow,
  .contact-page-hero,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .content-blocks,
  .workshop-process-grid,
  .sets-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workshop-weave-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sets-page-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sets-page-head h2,
  .sets-page-head .eyebrow,
  .sets-page-head p {
    grid-column: 1;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sets-page-copy,
  .sets-inquiry-flow,
  .sets-page-head,
  .faq-section,
  .contact-page-hero { padding-left: 36px; padding-right: 36px; }

  .filter-bar,
  .cta-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  main {
    width: min(100% - 28px, var(--max));
  }

  .content-blocks,
  .workshop-weave-grid,
  .workshop-process-grid,
  .sets-flow-steps,
  .contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .sets-page-copy,
  .sets-inquiry-flow,
  .sets-page-head,
  .faq-section,
  .contact-page-hero { padding-left: 22px; padding-right: 22px; }

  .sets-page-hero figure { min-height: 340px; margin: 0 22px 22px; }

  .contact-form-section .faq-section {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-item summary {
    gap: 16px;
    padding: 17px 0;
  }

  .faq-item p {
    padding-right: 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .newsletter-band form {
    flex-direction: column;
    gap: 10px;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
