:root {
  --bg: #f6f2eb;
  --header: #ddd4c4;
  --text: #22304a;
  --body: #4b4037;
  --muted: rgba(34, 48, 74, 0.68);
  --line: rgba(34, 48, 74, 0.14);
  --panel: rgba(255, 255, 255, 0.36);
  --max: 1320px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--body);
  font-family: Arial, Helvetica, sans-serif;
}

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

a {
  color: inherit;
}

main {
  overflow: hidden;
}

.section-inner {
  width: min(var(--max), calc(100% - 96px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--text);
}

/* HEADER */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  width: min(1480px, calc(100% - 72px));
  margin: 0 auto;
  padding: 22px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-brand {
  text-decoration: none;
  line-height: 1;
}

.site-brand__title {
  display: block;
  color: var(--text);
  font-size: clamp(2.25rem, 3.3vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.site-brand__subtitle {
  display: block;
  margin-top: 5px;
  color: rgba(34, 48, 74, 0.75);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.site-nav a {
  text-decoration: none;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 600;
}

.site-nav a:hover {
  opacity: 0.65;
}

/* BUTTONS */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 700;
  transition: transform 0.18s ease, background 0.18s ease, opacity 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--text);
  border: 1px solid var(--text);
  color: #fff;
}

.btn--secondary {
  background: transparent;
  border: 1px solid rgba(34, 48, 74, 0.45);
  color: var(--text);
}

.btn--secondary:hover {
  background: rgba(34, 48, 74, 0.05);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

/* HERO */

.hero {
  min-height: calc(100vh - 104px);
  display: flex;
  align-items: center;
}

.hero__inner {
  width: min(1380px, calc(100% - 104px));
  margin: 0 auto;
  padding: 58px 0 72px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.hero__content {
  max-width: 590px;
}

.hero__title {
  margin: 0 0 24px;
  max-width: 650px;
  font-size: clamp(3.4rem, 5vw, 5.65rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.hero__text {
  max-width: 500px;
  margin: 0 0 34px;
  color: var(--body);
  font-size: 1.1rem;
  line-height: 1.78;
}

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero__media {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
}

.hero__image {
  width: 100%;
  height: min(68vh, 660px);
  object-fit: cover;
  object-position: center;
  background: #e9e1d4;
}

/* INTRO STRIP */

.intro-strip {
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-strip__inner {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.intro-strip p {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.55;
  letter-spacing: -0.025em;
}

/* SECTION HEADINGS */

.section-heading {
  max-width: 780px;
  margin-bottom: 52px;
}

.section-heading h2,
.featured-section h2,
.maker-section h2,
.reviews-preview h2,
.contact-strip h2 {
  margin: 0;
  font-size: clamp(2.75rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

/* PROCESS */

.process-section {
  padding: 84px 0 100px;
}

.process-steps {
  border-top: 1px solid var(--line);
}

.process-step {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 52px;
  padding: 38px 0 42px;
  border-bottom: 1px solid var(--line);
}

.process-step__number {
  color: var(--text);
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.process-step h3 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.process-step p {
  max-width: 60ch;
  margin: 0;
  color: var(--body);
  font-size: 1.03rem;
  line-height: 1.75;
}

/* FEATURED SECTION */

.featured-section {
  padding: 82px 0 88px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.featured-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 710px) minmax(340px, 460px);
  gap: 96px;
  align-items: center;
}

.featured-section__content p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--body);
  font-size: 1.06rem;
  line-height: 1.75;
}

.featured-section__action {
  min-height: 300px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--panel);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.featured-section__action::before {
  content: "Browse traditional bears, school uniform keepsakes and special handmade styles.";
  display: block;
  max-width: 28ch;
  margin-bottom: 32px;
  color: var(--text);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 700;
}

/* MAKER */

.maker-section {
  padding: 100px 0 115px;
}

.maker-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: 84px;
  align-items: center;
}

.maker-section__content {
  max-width: 590px;
}

.maker-section__text {
  margin-top: 24px;
}

.maker-section__text p {
  margin: 0 0 18px;
  color: var(--body);
  font-size: 1.05rem;
  line-height: 1.82;
}

.maker-section__text p:last-child {
  margin-bottom: 0;
}

.maker-section__signature {
  margin: 24px 0 0;
  color: var(--text);
  font-weight: 700;
}

.maker-section__video {
  width: 100%;
  height: min(66vh, 620px);
  object-fit: cover;
  background: #e9e1d4;
}

/* REVIEWS PREVIEW */

.reviews-preview {
  padding: 82px 0 88px;
  background: rgba(255, 255, 255, 0.25);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reviews-preview__inner {
  display: grid;
  grid-template-columns: minmax(0, 710px) minmax(340px, 460px);
  gap: 96px;
  align-items: center;
}

.reviews-preview__inner > a {
  min-height: 300px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--panel);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  border-radius: 0;
  white-space: normal;
}

.reviews-preview__inner > a::before {
  content: "Customer photos, honest words and approved reviews from real orders.";
  display: block;
  max-width: 28ch;
  margin-right: auto;
  margin-bottom: 64px;
  color: var(--text);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.reviews-preview .btn {
  color: var(--text);
}

/* CONTACT */

.contact-strip {
  padding: 78px 0 92px;
}

.contact-strip__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  padding-top: 44px;
  border-top: 1px solid var(--line);
}

.contact-strip h2 {
  max-width: 920px;
}

.contact-strip p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--body);
  line-height: 1.78;
}

.contact-strip__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 34px;
  max-width: 980px;
}

.contact-strip__details span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-strip__details a {
  color: var(--text);
  text-decoration: none;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.contact-strip__details a:hover {
  text-decoration: underline;
}

/* FOOTER */

.site-footer {
  margin-top: auto;
  padding: 2rem 0;
  background: var(--header);
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.site-footer__brand {
  display: block;
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 700;
}

.site-footer__sub {
  display: block;
  margin-top: 4px;
  color: rgba(34, 48, 74, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.site-footer__nav a {
  color: var(--text);
  font-size: 0.9rem;
  text-decoration: none;
}

.site-footer__nav a:hover {
  text-decoration: underline;
}

.site-footer__meta {
  margin: 0;
  color: rgba(34, 48, 74, 0.7);
  font-size: 0.8rem;
  text-align: right;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .hero__inner,
  .maker-section__inner,
  .featured-section__inner,
  .reviews-preview__inner {
    grid-template-columns: 1fr;
  }

  .hero__content,
  .maker-section__content {
    max-width: 760px;
  }

  .hero__media {
    max-width: none;
    margin-left: 0;
  }

  .hero__image,
  .maker-section__video {
    height: 560px;
  }

  .featured-section__action,
  .reviews-preview__inner > a {
    min-height: 220px;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    width: min(100%, calc(100% - 36px));
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .site-nav {
    gap: 16px;
  }

  .section-inner,
  .hero__inner {
    width: min(100%, calc(100% - 36px));
  }

  .hero {
    min-height: auto;
  }

  .hero__inner {
    padding: 52px 0 70px;
    gap: 42px;
  }

  .hero__title {
    font-size: clamp(3.1rem, 14vw, 5rem);
  }

  .hero__image,
  .maker-section__video {
    height: 480px;
  }

  .process-section,
  .maker-section,
  .contact-strip {
    padding: 70px 0 84px;
  }

  .featured-section,
  .reviews-preview {
    padding: 66px 0;
  }

  .process-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px 0 34px;
  }

  .process-step__number {
    font-size: 2.8rem;
  }

  .contact-strip__details {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer__meta {
    text-align: center;
  }
}

@media (max-width: 520px) {
  .site-brand__title {
    font-size: 2.1rem;
  }

  .site-nav a {
    font-size: 0.92rem;
  }

  .btn {
    width: 100%;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__image,
  .maker-section__video {
    height: 380px;
  }

  .intro-strip p {
    font-size: 1.1rem;
  }

  .section-heading h2,
  .featured-section h2,
  .maker-section h2,
  .reviews-preview h2,
  .contact-strip h2 {
    font-size: clamp(2.45rem, 13vw, 3.7rem);
  }

  .featured-section__action,
  .reviews-preview__inner > a {
    padding: 24px;
  }
}