﻿:root {
  --blue: #003ca3;
  --cream: #fbf5eb;
  --ink: #3c3330;
  --gold: #eed29f;
  --line: #eadfcd;
  --shell: 1312px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px
}

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

.shell {
  width: min(calc(100% - 54px), var(--shell));
  margin-inline: auto
}

.hero {
  position: relative;
  height: 535px;
  background: url('img/hero-figma.png') center/cover no-repeat;
  color: #332924
}

.nav {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em
}

.logo {
  font: 600 24px/1 'Cormorant Garamond', serif;
  font-style: italic;
  text-transform: none
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px
}

.cart,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 12px 18px;
  font-weight: 600
}

.hero-copy {
  padding-top: 70px
}

.hero-copy span,
.section-head span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em
}

.hero h1,
.section h2,
.occasion-types h2,
.design-banner h2 {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  font-size: 46px;
  line-height: .86;
  margin: 10px 0 14px;
  font-weight: 500
}

.hero-copy p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.05;
  margin: 0 0 25px
}

.section {
  padding: 62px 0
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 34px
}

.section-head h2 {
  font-size: 34px;
  margin-bottom: 0
}

.section-head>p {
  max-width: 335px;
  line-height: 1.6;
  color: #716966;
  margin: 0
}

.occasion-grid,
.product-grid,
.regular-grid,
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.occasion-card {
  height: 532px;
  border: 1px solid var(--line);
  display: grid;
  grid-template-rows: 398px 1fr;
  background: #fff
}

.occasion-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.occasion-card>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase
}

.occasion-card b {
  font-size: 14px
}

.occasion-card small {
  font-size: 9px;
  letter-spacing: .1em;
  color: var(--gold)
}

.occasion-card.active {
  border-color: var(--blue)
}

.occasion-card.active>div {
  background: var(--blue);
  color: #fff
}

.favourites,
.process {
  background: var(--cream)
}

.product {
  height: 451px;
  border: 1px solid #dcdcdc;
  background: #faf8f6;
  display: grid;
  grid-template-rows: 313px 1fr
}

.product>img {
  width: 100%;
  height: 313px;
  object-fit: cover
}

.product-info {
  padding: 15px 13px 13px;
  display: grid;
  gap: 8px
}

.product h3,
.regular h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin: 0
}

.product p,
.product b {
  font-size: 12px;
  margin: 0
}

.product-info a {
  background: var(--blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px
}

.occasion-types {
  padding: 55px 0
}

.type-row {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 80px;
  align-items: end
}

.occasion-types h2 {
  font-size: 40px;
  margin-top: 0
}

.types {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px
}

.types>div {
  border-left: 1px solid var(--line);
  padding-left: 25px
}

.types b,
.steps b {
  color: var(--blue)
}

.types h3 {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.05
}

.design-banner {
  position: relative;
  min-height: 378px;
  margin: 0 27px;
  color: #fff;
  overflow: hidden
}

.design-banner>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.design-banner>div {
  position: relative;
  padding: 90px 55px;
  width: 52%
}

.design-banner h2 {
  font-size: 38px
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.steps>div {
  background: #fff;
  padding: 30px;
  min-height: 175px
}

.steps h3 {
  text-transform: uppercase;
  font-size: 14px
}

.steps p {
  line-height: 1.6
}

.regular-grid article {
  border: 1px solid #e5e0db;
  padding-bottom: 16px
}

.regular-grid img {
  width: 100%;
  height: 245px;
  object-fit: cover
}

.regular-grid h3,
.regular-grid p,
.regular-grid b {
  margin: 11px 14px 0;
  display: block
}

.signature {
  height: 370px;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  margin-bottom: 55px
}

.signature>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.signature>div {
  background: var(--blue);
  color: #fff;
  padding: 72px 50px
}

.signature h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  margin: 12px 0 24px
}

.btn.light {
  background: #fff;
  color: var(--blue)
}

.help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: var(--cream);
  border: 1px solid var(--line);
  text-transform: uppercase
}

.gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover
}

.tell-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--blue);
  color: #fff;
  padding: 25px 30px
}

.tell-us h2 {
  font: 500 30px 'Cormorant Garamond', serif;
  text-transform: uppercase;
  margin: 0
}

.tell-us p {
  margin: 6px 0 0
}

.tell-us>div:last-child {
  display: flex;
  gap: 8px
}

.tell-us a {
  background: #fff;
  color: var(--blue);
  padding: 11px 18px;
  text-transform: uppercase;
  font-weight: 700
}

.final-cta {
  margin: 24px 27px 55px;
  padding: 65px 20px;
  text-align: center;
  background: var(--blue);
  color: #fff
}

.final-cta h2 {
  font: 500 34px 'Cormorant Garamond', serif;
  text-transform: uppercase;
  margin: 0 0 24px
}

footer {
  padding: 55px 0 20px
}

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

.footer-grid>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-transform: uppercase
}

.footer-grid h3 {
  font-size: 12px;
  margin: 16px 0 5px
}

.footer-grid input {
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 8px 0;
  background: transparent
}

.footer-grid button {
  border: 0;
  background: none;
  font-weight: 700
}

.socials {
  font-size: 9px
}

.copyright {
  width: min(calc(100% - 54px), var(--shell));
  margin: 50px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 10px
}

.occasion-slider {
  width: 100%;
  overflow: hidden
}

.occasion-slider .occasion-grid {
  display: flex;
  gap: 0
}

.occasion-slider .swiper-slide {
  height: auto
}

.favourites-slider {
  width: 100%;
  overflow: hidden
}

.favourites-slider .product-grid {
  display: flex;
  gap: 0
}

.favourites-slider .swiper-slide {
  height: auto
}

@media(max-width:900px) {
  .nav-links {
    display: none
  }

  .product-grid,
  .regular-grid,
  .gallery {
    grid-template-columns: repeat(2, 1fr)
  }

  .type-row {
    grid-template-columns: 1fr
  }

  .types {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1
  }

  .design-banner>div {
    width: 70%
  }
}

@media(max-width:560px) {
  .shell {
    width: min(calc(100% - 30px), var(--shell))
  }

  .hero {
    height: 500px;
    background-position: 60% center
  }

  .nav-actions>a:not(.cart) {
    display: none
  }

  .hero-copy {
    padding-top: 95px
  }

  .hero h1 {
    font-size: 38px
  }

  .section {
    padding: 45px 0
  }

  .section-head {
    display: block
  }

  .section-head>p {
    margin-top: 15px
  }

  .occasion-grid,
  .product-grid,
  .regular-grid,
  .gallery,
  .types,
  .steps {
    grid-template-columns: 1fr
  }

  .occasion-card {
    height: 450px;
    grid-template-rows: 330px 1fr
  }

  .product {
    height: auto
  }

  .design-banner {
    margin: 0 15px
  }

  .design-banner>div {
    width: 100%;
    padding: 65px 25px
  }

  .signature {
    height: auto;
    grid-template-columns: 1fr
  }

  .signature>img {
    height: 280px
  }

  .signature>div {
    padding: 45px 25px
  }

  .tell-us {
    display: block
  }

  .tell-us>div:last-child {
    margin-top: 20px
  }

  .final-cta {
    margin: 18px 15px 40px
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-grid>div:first-child {
    grid-column: auto
  }
}

/* Figma typography and lower-page layout corrections */
body {
  font-family: "Gill Sans Nova", "Gill Sans", Calibri, Arial, sans-serif;
  font-size: 14px
}

.logo,
.hero h1,
.hero-copy p,
.section h2,
.occasion-types h2,
.design-banner h2,
.types h3,
.signature h2,
.tell-us h2,
.final-cta h2 {
  font-family: "Gill Sans Nova", "Gill Sans", Calibri, Arial, sans-serif
}

.hero-copy span,
.section-head span {
  color: #916936;
  font-size: 12px;
  letter-spacing: .08em
}

.hero h1,
.section h2,
.occasion-types h2 {
  font-size: 60px;
  line-height: 1.04;
  letter-spacing: .01em;
  font-weight: 500
}

.section-head h2 {
  font-size: 60px
}

.section-head>p {
  max-width: 285px;
  color: #6d7481;
  line-height: 20px
}

.regular-grid span {
  display: block;
  width: max-content;
  margin: 10px 14px 0;
  padding: 4px 8px;
  border-radius: 2px;
  background: #d1e2ff;
  color: var(--blue);
  font-size: 12px
}

.regular-grid .signature-badge {
  background: #f6ead3;
  color: #805920
}

.celebrated {
  min-height: 457px;
  background: var(--cream)
}

.celebrated .section-head {
  margin-bottom: 28px
}

.gallery img {
  display: block;
  height: 228px;
  object-fit: cover
}

.tell-us {
  min-height: 178px;
  padding: 40px;
  background: #002561
}

.tell-us span,
.final-cta>span {
  color: #cea260;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em
}

.tell-us h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  margin: 10px 0
}

.tell-us p {
  margin: 0;
  color: #dae3f4
}

.final-cta {
  display: flex;
  min-height: 304px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 48px 33px 60px;
  padding: 45px 20px
}

.final-cta h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
  margin: 14px 0 10px
}

.final-cta p {
  margin: 0 0 30px;
  color: #dae3f4
}

@media(max-width:900px) {

  .hero h1,
  .section h2,
  .occasion-types h2 {
    font-size: 46px
  }

  .celebrated {
    min-height: auto
  }

  .tell-us {
    min-height: 160px
  }

  .final-cta {
    margin: 30px 27px 45px
  }
}

@media(max-width:560px) {

  .hero h1,
  .section h2,
  .occasion-types h2 {
    font-size: 36px
  }

  .gallery img {
    height: 260px
  }

  .tell-us {
    padding: 28px 22px
  }

  .tell-us h2 {
    font-size: 26px
  }

  .final-cta {
    min-height: 260px;
    margin: 24px 15px 40px
  }

  .final-cta h2 {
    font-size: 30px
  }

  .footer-grid {
    gap: 28px
  }
}

/* Shared alignment for every section below the hero */
.design-banner,
.signature,
.help,
.tell-us,
.final-cta {
  width: min(calc(100% - 54px), var(--shell));
  margin-left: auto;
  margin-right: auto
}

.design-banner {
  margin-top: 0;
  margin-bottom: 0
}

.signature {
  margin-bottom: 55px
}

.final-cta {
  margin-top: 48px;
  margin-bottom: 60px
}

@media(max-width:560px) {

  .design-banner,
  .signature,
  .help,
  .tell-us,
  .final-cta {
    width: min(calc(100% - 30px), var(--shell))
  }

  .final-cta {
    margin-top: 24px;
    margin-bottom: 40px
  }
}

/* Figma's primary family. Component-level exceptions are declared below. */
body,
button,
input,
textarea,
select {
  font-family: "Gill Sans Nova", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif
}

body {
  font-weight: 400
}

h1,
h2 {
  font-weight: 500
}

h3,
.btn,
button,
strong,
b {
  font-weight: 600
}

input,
button,
textarea,
select {
  font: inherit
}

/* Consistent section rhythm from the Figma layout */
.section {
  padding-top: 80px;
  padding-bottom: 80px
}

.occasion-types {
  padding-top: 80px;
  padding-bottom: 80px
}

.section-head {
  margin-bottom: 34px
}

.occasion-grid,
.product-grid,
.regular-grid,
.gallery {
  gap: 20px
}

.signature {
  margin-top: 80px;
  margin-bottom: 76px
}

.help {
  margin-bottom: 0
}

.celebrated {
  margin-top: 80px;
  padding-top: 64px;
  padding-bottom: 64px
}

.tell-us {
  margin-top: 40px;
  margin-bottom: 0
}

.final-cta {
  margin-top: 48px;
  margin-bottom: 60px
}

footer {
  padding-top: 0
}

@media(max-width:900px) {

  .section,
  .occasion-types {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .signature {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .celebrated {
    margin-top: 64px;
    padding-top: 56px;
    padding-bottom: 56px
  }

  .tell-us {
    margin-top: 32px
  }
}

@media(max-width:560px) {

  .section,
  .occasion-types {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .section-head {
    margin-bottom: 28px
  }

  .signature {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .celebrated {
    margin-top: 48px;
    padding-top: 44px;
    padding-bottom: 44px
  }

  .tell-us {
    margin-top: 24px
  }

  .final-cta {
    margin-top: 24px;
    margin-bottom: 40px
  }
}

/* Pixel-accurate desktop composition from Figma node 3111:8691 */
@media(min-width:901px) {
  body {
    font-size: 14px;
    line-height: 1.5
  }

  .hero {
    height: 535px;
    background-position: center 3px
  }

  .nav {
    height: 66px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .03em
  }

  .nav .logo {
    font-size: 22px
  }

  .hero-copy {
    width: 406px;
    margin-left: max(27px, calc((100% - 1312px)/2 + 92px));
    padding-top: 24px
  }

  .hero-copy>span {
    display: block;
    color: #916936;
    font-size: 33px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -.02em;
    text-transform: none
  }

  .hero h1 {
    margin: 0 0 8px;
    font-size: 56px;
    font-weight: 500;
    line-height: 58.1px;
    letter-spacing: .01em
  }

  .hero-tagline {
    margin: 0 0 15px !important;
    color: #12233d;
    font-size: 33px !important;
    line-height: 34px !important;
    font-weight: 400
  }

  .hero-tagline em {
    color: #916936;
    font-style: normal
  }

  .hero-description {
    width: 392px;
    margin: 0 0 26px !important;
    color: #12233d;
    font-size: 14px !important;
    line-height: 20px !important
  }

  .hero-copy .btn {
    height: 46px;
    padding: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 2px
  }

  .section-head {
    align-items: flex-start;
    margin: 0 3px 27px
  }

  .section-head span,
  .type-intro>span,
  .design-banner span {
    color: #916936;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .08em;
    text-transform: uppercase
  }

  .section-head h2 {
    margin: 9px 0 0;
    font-size: 60px;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: .01em
  }

  .section-head>p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px
  }

  .occasions {
    height: 800px;
    padding: 70px 0 68px
  }

  .occasion-grid {
    height: 532px
  }

  .favourites {
    height: 701px;
    padding: 76px 0 68px
  }

  .product-grid {
    height: 451px
  }

  .occasion-types {
    height: 393px;
    padding: 39px 0 29px
  }

  .type-row {
    height: 325px;
    grid-template-columns: 353px 1fr;
    gap: 80px;
    align-items: center
  }

  .type-intro h2 {
    width: 337px;
    margin: 19px 0 14px;
    font-size: 60px;
    line-height: 65px
  }

  .type-intro p {
    width: 353px;
    margin: 0 0 16px;
    color: #6d7481;
    font-size: 14px;
    line-height: 21px
  }

  .type-intro .btn {
    width: 196px;
    height: 38px;
    padding: 12px;
    font-size: 12px
  }

  .types {
    height: 252px;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-left: 26px;
    border-left: 1px solid var(--line);
    align-items: center
  }

  .types>div {
    min-height: 238px;
    padding: 0 8px;
    border: 0;
    text-align: center
  }

  .types b {
    display: block;
    margin: 53px 0 12px;
    font-size: 12px
  }

  .types h3 {
    min-height: 80px;
    margin: 0;
    font-size: 20px;
    line-height: 22px
  }

  .types p {
    margin: 8px 0 0;
    color: #6d7481;
    font-size: 12px;
    line-height: 16px
  }

  .design-banner {
    height: 257px;
    min-height: 257px
  }

  .design-banner>img {
    object-position: center
  }

  .design-banner>div {
    width: 487px;
    padding: 26px 0 0 53px
  }

  .design-banner span {
    color: #cca360
  }

  .design-banner h2 {
    margin: 19px 0;
    font-size: 47px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -.01em;
    white-space: nowrap
  }

  .design-banner p {
    width: 487px;
    margin: 0 0 19px;
    color: #dae3f4;
    font-size: 14px;
    line-height: 21px
  }

  .design-banner .btn {
    width: 196px;
    height: 47px;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 2px
  }

  .process {
    height: 476px;
    padding: 76px 0 68px
  }

  .process .section-head {
    margin-bottom: 26px
  }

  .steps {
    height: 213px;
    gap: 0;
    background: #fff
  }

  .steps>div {
    min-height: 147px;
    margin: 33px 0;
    padding: 10px 49px;
    border-right: 1px solid var(--line)
  }

  .steps>div:last-child {
    border-right: 0
  }

  .regular {
    height: 624px;
    padding: 76px 0 70px
  }

  .regular .section-head {
    margin-bottom: 26px
  }

  .regular-grid {
    height: 451px
  }

  .signature {
    height: 377px;
    margin-top: 164px;
    margin-bottom: 76px;
    grid-template-columns: 772px 540px
  }

  .signature>div {
    padding: 74px 54px 40px 80px
  }

  .signature h2 {
    margin: 10px 0 19px;
    font-size: 47px;
    line-height: 47px;
    font-weight: 600
  }

  .signature h2 small {
    font-size: 47px;
    font-weight: 300
  }

  .signature p {
    color: #dae3f4;
    font-size: 14px;
    line-height: 21px
  }

  .signature .btn {
    margin-top: 4px;
    font-size: 16px
  }

  .help {
    height: 97px;
    margin-top: 155px;
    margin-bottom: 64px;
    padding: 21px 29px
  }

  .celebrated {
    height: 457px;
    min-height: 457px;
    margin-top: 0;
    padding: 64px 0
  }

  .celebrated .section-head {
    margin-bottom: 27px
  }

  .gallery img {
    height: 228px
  }

  .tell-us {
    height: 187px;
    min-height: 187px;
    margin-top: 41px;
    padding: 40px
  }

  .tell-us h2 {
    margin: 10px 0 15px;
    font-size: 47px;
    line-height: 47px
  }

  .tell-us p {
    font-size: 14px;
    line-height: 21px
  }

  .tell-us a {
    font-size: 16px;
    padding: 12px 16px
  }

  .final-cta {
    width: min(calc(100% - 66px), 1300px);
    height: 310px;
    min-height: 310px;
    margin-top: 39px;
    margin-bottom: 54px;
    padding: 60px 40px
  }

  .final-cta h2 {
    margin: 10px 0 15px;
    font-size: 47px;
    line-height: 47px
  }

  .final-cta p {
    width: 592px;
    margin: 0 0 36px;
    font-size: 14px;
    line-height: 21px
  }

  footer {
    height: 269px;
    padding: 0
  }

  .footer-grid {
    height: 148px;
    grid-template-columns: 314px repeat(4, 185px);
    justify-content: space-between;
    gap: 0
  }

  .copyright {
    margin-top: 56px;
    padding-top: 17px
  }
}

/* Exact Figma icon geometry and Gill Sans Nova type roles */
.occasion-card>.occasion-photo {
  width: 100%;
  height: 398px;
  object-fit: cover
}

.occasion-card>div {
  gap: 8px
}

.occasion-card .occasion-icon {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 46px
}

.occasion-card b {
  font-family: "Gill Sans Nova", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -.14px;
  text-transform: uppercase
}

.occasion-card small {
  font-size: 9px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .9px;
  text-transform: uppercase
}

.types>div>img {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  object-fit: contain
}

.types h3 {
  font-family: "Gill Sans Nova", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
  color: #12233d;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: .72px;
  text-transform: uppercase
}

.types p {
  color: #6d7481;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -.42px
}

.type-intro>span,
.section-head span,
.design-banner span,
.signature>div>span,
.tell-us span,
.final-cta>span {
  font-weight: 600
}

.type-intro h2,
.section-head h2,
.hero h1 {
  font-weight: 500
}

.type-intro p,
.section-head>p,
.hero-description,
.design-banner p,
.signature p,
.tell-us p,
.final-cta p,
.steps p {
  font-weight: 400
}

.product h3,
.regular h3 {
  font-weight: 600
}

.product b,
.regular b {
  font-weight: 700
}

@media(min-width:901px) {
  .types {
    padding-left: 26px
  }

  .types>div {
    display: flex;
    min-height: 238px;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    padding: 0;
    text-align: center
  }

  .types h3 {
    width: 187px;
    min-height: 128px;
    margin: 0
  }

  .types>div:nth-child(2) h3,
  .types>div:nth-child(3) h3 {
    width: 166px
  }

  .types>div:nth-child(4) h3 {
    width: 235px
  }

  .types p {
    width: 165px;
    margin: 0
  }

  .types>div:nth-child(3) p {
    width: 184px
  }

  .types>div:nth-child(4) p {
    width: 235px
  }
}

/* Occasion selection is an interaction state, not a default state. */
.occasion-card {
  border-color: var(--line);
  transition: border-color .2s ease
}

.occasion-card>div {
  background: #fff;
  color: var(--ink);
  transition: background-color .2s ease, color .2s ease
}

.occasion-card small {
  display: none
}

.occasion-card:first-child .occasion-icon {
  filter: invert(1)
}

.occasion-card:hover {
  border-color: var(--blue)
}

.occasion-card:hover>div {
  background: var(--blue);
  color: #fff
}

.occasion-card:hover .occasion-icon {
  filter: brightness(0) invert(1)
}

.occasion-card:hover small {
  display: block;
  color: var(--gold)
}

/* Figma pre-order process panel */
.process-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 3px 26px
}

.process-head span {
  color: #916936;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .96px;
  text-transform: uppercase
}

.process-head h2 {
  margin: 9px 0 0;
  color: var(--ink);
  font-size: 60px;
  font-weight: 500;
  line-height: 83.1px;
  letter-spacing: .6px;
  text-transform: uppercase
}

.process-head>p {
  width: 174px;
  margin: 27px 4px 0 0;
  color: #6d7481;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -.14px
}

.steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 213px;
  padding: 32px 48px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px
}

.steps>div {
  width: 301px;
  min-height: 147px;
  margin: 0;
  padding: 9px 0;
  border-right: 0
}

.steps>div+div {
  padding-left: 63px;
  border-left: 1px solid var(--line)
}

.steps b {
  display: block;
  margin: 0 0 17px;
  color: #cea260;
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 3.12px
}

.steps h3 {
  max-width: 301px;
  margin: 0 0 9px;
  color: #12233d;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: .6px;
  text-transform: uppercase
}

.steps p {
  max-width: 321px;
  margin: 0;
  color: #6d7481;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -.13px
}

/* Regular cakes Swiper */
.regular .shell,
.regular .layout-container {
  position: relative
}

.regular-carousel {
  position: relative
}

.regular-slider {
  width: 100%;
  height: 451px;
  overflow: hidden
}

.regular-slider .swiper-slide {
  height: 451px;
  border: 1px solid #dcdcdc;
  background: #faf8f6;
  padding-bottom: 16px
}

.regular-slider .swiper-slide>img {
  display: block;
  width: 100%;
  height: 313px;
  object-fit: cover
}

.regular-slider span {
  display: block;
  width: max-content;
  margin: 10px 14px 0;
  padding: 4px 8px;
  border-radius: 2px;
  background: #d1e2ff;
  color: var(--blue);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600
}

.regular-slider .signature-badge {
  background: #f6ead3;
  color: #805920
}

.regular-slider h3,
.regular-slider p,
.regular-slider b {
  display: block;
  margin: 11px 14px 0
}

.regular-slider h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .42px;
  text-transform: uppercase
}

.regular-slider b,
.regular-slider p {
  font-size: 12px;
  line-height: normal
}

.regular-prev,
.regular-next {
  position: absolute;
  z-index: 5;
  top: 169px;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  cursor: pointer
}

.regular-prev {
  left: -12px
}

.regular-next {
  right: -12px
}

.regular-prev img,
.regular-next img {
  display: block;
  width: 24px;
  height: 24px
}

.regular-next img {
  transform: scaleX(-1)
}

.regular-prev.swiper-button-disabled,
.regular-next.swiper-button-disabled {
  opacity: .4;
  cursor: not-allowed
}

@media(max-width:900px) {
  .process-head {
    display: block
  }

  .process-head h2 {
    font-size: 46px;
    line-height: 1.08
  }

  .process-head>p {
    width: auto;
    margin: 12px 0 0
  }

  .steps {
    height: auto;
    display: grid;
    padding: 24px
  }

  .steps>div {
    width: auto;
    min-height: 0
  }

  .steps>div+div {
    padding: 24px 0 0;
    margin-top: 24px;
    border-top: 1px solid var(--line);
    border-left: 0
  }

  .regular-prev {
    left: 4px
  }

  .regular-next {
    right: 4px
  }
}

/* Bootstrap 5.3 layout contract, aligned to the 1312px Figma content grid. */
.layout-container {
  width: 100%;
  max-width: 1366px;
  padding-right: 27px;
  padding-left: 27px;
  margin-right: auto;
  margin-left: auto
}

.section-head.row {
  --bs-gutter-x: 0;
  margin-right: 3px;
  margin-left: 3px
}

.section-head.row>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.section-head.row>p {
  margin-left: auto
}

.type-row.row {
  --bs-gutter-x: 0;
  margin-right: 0;
  margin-left: 0
}

.type-row.row>* {
  padding-right: 0;
  padding-left: 0
}

.occasion-grid.row,
.product-grid.row,
.gallery.row {
  --bs-gutter-x: 0;
  margin-right: 0;
  margin-left: 0
}

.occasion-grid.row>*,
.product-grid.row>*,
.gallery.row>* {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0
}

.occasion-card.card,
.product.card {
  border-radius: 0;
  color: var(--ink)
}

.occasion-card .card-body {
  flex: none;
  padding: 0
}

.product .card-body {
  flex: none;
  padding: 15px 13px 13px
}

@media(max-width:900px) {
  .layout-container {
    padding-right: 27px;
    padding-left: 27px
  }
}

@media(max-width:560px) {
  .layout-container {
    padding-right: 15px;
    padding-left: 15px
  }

  .section-head.row {
    display: block;
    margin-right: 0;
    margin-left: 0
  }
}

/* Aligned lower-page sections and exact Figma "Need a Cake Today?" panel. */
.signature-section {
  padding-top: 164px;
  padding-bottom: 76px
}

.signature-section .signature {
  width: 100%;
  margin: 0;
  padding: 0
}

.help-section {
  min-height: 240px;
  padding: 79px 0 64px;
  background: var(--cream)
}

.help-section .help {
  width: 100%;
  height: 97px;
  margin: 0;
  padding: 20px 28px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--cream);
  text-transform: none
}

.help-copy {
  display: flex;
  align-items: center;
  gap: 23px;
  min-width: 0
}

.help-copy>div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px
}

.help-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .35px;
  text-transform: uppercase
}

.help-copy p {
  margin: 0;
  color: #6d7481;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px
}

.help-icon {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid #cea260;
  border-radius: 8px
}

.help-icon::after {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 13px;
  height: 13px;
  border: 1px solid #916936;
  border-radius: 2px;
  content: ""
}

.help-section .btn {
  display: flex;
  width: 300px;
  height: 55px;
  flex: 0 0 300px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .64px
}

@media(max-width:900px) {
  .signature-section {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .help-section {
    padding: 48px 0;
    min-height: 0
  }

  .help-section .help {
    height: auto;
    gap: 28px
  }

  .help-copy h2 {
    font-size: 28px
  }
}

@media(max-width:700px) {
  .help-section .help {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px
  }

  .help-section .btn {
    width: 100%;
    flex-basis: 55px
  }
}

@media(max-width:560px) {
  .signature-section {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .help-copy {
    align-items: flex-start
  }

  .help-copy h2 {
    font-size: 24px
  }
}

/* Exact Figma geometry for Prepared for the Occasion and Tell Us. */
@media(min-width:901px) {
  .occasion-types .type-row {
    position: relative;
    width: 1292px;
    height: 325px;
    grid-template-columns: 353px 859px;
    gap: 80px;
    margin-left: 3px;
    align-items: start
  }

  .occasion-types .type-row::after {
    position: absolute;
    top: 16px;
    left: 406px;
    width: 1px;
    height: 252px;
    background: var(--line);
    content: ""
  }

  .occasion-types .types {
    height: 238px;
    margin-top: 20px;
    padding-left: 0;
    border-left: 0
  }

  .occasion-types .types h3 {
    display: block;
    height: 128px;
    min-height: 128px;
    line-height: 32px
  }

  .tell-us {
    width: min(calc(100% - 66px), 1300px)
  }

  .tell-us>div:first-child {
    width: 592px;
    flex: 0 0 592px
  }

  .tell-us h2 {
    letter-spacing: -.47px;
    white-space: nowrap
  }

  .tell-us p {
    width: 592px
  }

  .tell-us>div:last-child {
    gap: 23px
  }

  .tell-us span {
    color: #f8d59b
  }
}

/* Figma typography for the final three content sections. */
.celebrated .section-head span,
.tell-us span,
.final-cta>span {
  font-family: "Gill Sans Nova", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .96px;
  text-transform: uppercase
}

.celebrated .section-head h2,
.tell-us h2,
.final-cta h2 {
  font-family: "Gill Sans Nova", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif
}

.celebrated .section-head>p,
.tell-us p,
.final-cta p {
  font-family: "Gill Sans Nova", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400
}

.celebrated .section-head>p {
  line-height: 20px;
  letter-spacing: -.14px
}

.tell-us p,
.final-cta p {
  line-height: 21px
}

.tell-us a,
.final-cta .btn {
  font-family: "Gill Sans Nova", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700
}

@media(min-width:901px) {
  .celebrated .section-head h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: .6px
  }

  .tell-us h2,
  .final-cta h2 {
    font-size: 47px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: -.47px
  }
}

/* Exact hero frame and persistent occasion selection. */
@media(min-width:901px) {
  .hero {
    height: 535px;
    margin: 0;
    padding: 0;
    background-position: center
  }

  .hero-copy.layout-container {
    width: 406px;
    max-width: 406px;
    margin-right: 0;
    margin-left: max(119px, calc((100% - 1366px)/2 + 119px));
    padding: 24px 0 0
  }
}

.occasion-card {
  cursor: pointer
}

.occasion-card:first-child .occasion-icon {
  filter: none
}

.occasion-card:first-child:hover .occasion-icon {
  filter: brightness(0) invert(1)
}

/* Keep every anchor's designed background unchanged on hover. */
a:hover {
  color: inherit;
  text-decoration: none
}

.btn:hover,
.product-info a:hover {
  background-color: var(--blue);
  color: #fff
}

.btn.light:hover,
.tell-us a:hover {
  background-color: #fff;
  color: var(--blue)
}

.nav a:hover,
.footer-grid a:hover {
  background-color: transparent;
  color: inherit
}

.occasion-card.active {
  border-color: var(--blue)
}

.occasion-card.active>div {
  background: var(--blue);
  color: #fff
}

.occasion-card.active .occasion-icon {
  filter: brightness(0) invert(1)
}

.occasion-card.active small {
  display: block;
  color: var(--gold)
}

.occasion-card:focus-visible {
  outline: 3px solid rgba(0, 60, 163, .3);
  outline-offset: 3px
}

@media(max-width:900px) {
  .hero-copy.layout-container {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 27px;
    padding-left: 27px
  }
}

@media(max-width:560px) {
  .hero-copy.layout-container {
    padding-right: 15px;
    padding-left: 15px
  }
}

/* Mobile composition from Figma node 3111:9118 (360px artboard). */
@media(max-width:560px) {
  body {
    overflow-x: hidden;
    background: #fffdf9;
    font-size: 14px
  }

  .layout-container {
    padding-right: 16px;
    padding-left: 16px
  }

  .hero {
    height: 647px;
    background: none;
    color: var(--ink)
  }

  .hero::before {
    position: absolute;
    z-index: 0;
    top: 61px;
    left: 0;
    width: 100%;
    height: 246px;
    background: url('../img/hero-figma.png') 36% center/cover no-repeat;
    content: ""
  }

  .nav {
    position: relative;
    z-index: 1;
    height: 61px;
    margin: 0;
    background: #11121b;
    color: #fff
  }

  .nav .logo {
    font-size: 20px
  }

  .nav-links {
    display: none
  }

  .nav-actions {
    gap: 24px
  }

  .nav-actions::after {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .03em;
    content: "MENU"
  }

  .nav-actions>a:not(.cart) {
    display: none
  }

  .nav-actions .cart {
    padding: 12px 16px;
    font-size: 0
  }

  .nav-actions .cart::after {
    font-size: 13px;
    content: "PRE-ORDER"
  }

  .hero-copy.layout-container {
    position: relative;
    z-index: 1;
    padding-top: 285px
  }

  .hero-copy>span {
    display: block;
    margin: 0 0 10px;
    color: #916936;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.48px;
    text-transform: none
  }

  .hero h1 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: .3px
  }

  .hero-tagline {
    margin: 0 0 12px !important;
    color: #12233d;
    font-size: 33px !important;
    line-height: 34px !important
  }

  .hero-tagline em {
    color: #916936;
    font-style: normal
  }

  .hero-description {
    margin: 0 0 16px !important;
    color: #12233d;
    font-size: 14px !important;
    line-height: 20px !important
  }

  .hero-copy .btn {
    width: 100%;
    height: 40px;
    padding: 12px 16px;
    font-size: 12px;
    border-radius: 2px
  }

  .section,
  .occasion-types {
    padding-top: 32px;
    padding-bottom: 32px
  }

  .section-head {
    margin: 0 0 16px
  }

  .section-head span,
  .type-intro>span,
  .design-banner span {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .96px
  }

  .section-head h2,
  .occasion-types h2,
  .process-head h2 {
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .2px
  }

  .section-head>p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
  }

  .occasions {
    padding-top: 16px
  }

  .occasion-slider {
    width: calc(100% + 16px);
    padding-right: 16px
  }

  .occasion-slider .occasion-grid {
    overflow: visible
  }

  .occasion-slider .swiper-slide {
    width: 250px
  }

  .favourites-slider {
    width: calc(100% + 16px);
    padding-right: 16px
  }

  .favourites-slider .product-grid {
    overflow: visible
  }

  .favourites-slider .swiper-slide {
    width: 250px
  }

  .occasion-card {
    height: 412px;
    grid-template-rows: 305px 107px
  }

  .occasion-card>.occasion-photo {
    height: 305px
  }

  .product {
    height: 421px;
    grid-template-rows: 287px 1fr
  }

  .product>img {
    height: 287px
  }

  .occasion-types .type-row {
    display: block
  }

  .type-intro h2 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 32px
  }

  .type-intro p {
    margin: 0 0 16px;
    color: #6d7481;
    line-height: 20px
  }

  .type-intro .btn {
    width: 100%
  }

  .types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
    margin-top: 32px
  }

  .types>div {
    padding: 0;
    border: 0;
    text-align: center
  }

  .types h3 {
    margin: 10px 0 8px;
    font-size: 18px;
    line-height: 22px
  }

  .types h3 br {
    display: none
  }

  .types p {
    margin: 0;
    font-size: 12px;
    line-height: 16px
  }

  .design-banner {
    min-height: 342px
  }

  .design-banner>img {
    object-position: 62% center
  }

  .design-banner>div {
    display: flex;
    min-height: 342px;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 16px;
    background: linear-gradient(90deg, rgba(0, 37, 97, .92), rgba(0, 37, 97, .2))
  }

  .design-banner h2 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 32px
  }

  .design-banner p {
    margin: 0 0 16px;
    line-height: 20px
  }

  .design-banner .btn {
    width: 100%
  }

  .process-head {
    margin-bottom: 16px
  }

  .process-head>p {
    margin-top: 10px;
    line-height: 20px
  }

  .steps {
    display: flex;
    height: auto;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent
  }

  .steps>div,
  .steps>div+div {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 16px;
    border: 1px solid #dcdcdc;
    background: #fff
  }

  .steps b {
    margin-bottom: 17px
  }

  .steps h3 {
    margin-bottom: 9px
  }

  .steps p {
    max-width: none
  }

  .regular-slider {
    height: 421px
  }

  .regular-slider .swiper-slide {
    height: 421px
  }

  .regular-slider .swiper-slide>img {
    height: 287px
  }

  .regular-prev,
  .regular-next {
    display: none
  }

  .signature-section {
    padding: 32px 16px
  }

  .signature {
    display: flex !important;
    width: 100% !important;
    flex-direction: column
  }

  .signature>img {
    height: 246px
  }

  .signature>div {
    padding: 24px 16px
  }

  .signature h2 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 32px
  }

  .signature h2 small {
    font-size: inherit
  }

  .signature .btn {
    width: 100%
  }

  .help-section {
    padding: 36px 16px
  }

  .help-section .layout-container {
    padding: 0
  }

  .help-section .help {
    gap: 16px;
    padding: 20px 16px
  }

  .help-copy {
    gap: 16px
  }

  .help-copy h2 {
    font-size: 20px;
    line-height: 32px
  }

  .help-copy p {
    line-height: 16px
  }

  .celebrated {
    margin-top: 0;
    padding: 24px 0 32px
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px
  }

  .gallery img {
    height: 112px
  }

  .tell-us {
    margin-top: 16px;
    padding: 24px 16px
  }

  .tell-us h2 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 32px
  }

  .tell-us>div:last-child {
    gap: 23px;
    margin-top: 16px
  }

  .tell-us a {
    flex: 1;
    padding: 12px 8px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap
  }

  .final-cta {
    min-height: 0;
    margin-top: 16px;
    margin-bottom: 32px;
    padding: 24px 16px
  }

  .final-cta h2 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 32px
  }

  .final-cta p {
    margin-bottom: 16px;
    line-height: 21px
  }

  .final-cta .btn {
    width: 100%
  }

  footer {
    padding: 0 0 16px
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 23px
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1;
    grid-row: 3
  }

  .footer-grid>div {
    gap: 6px
  }

  .footer-grid h3 {
    margin: 0 0 2px;
    font-size: 14px
  }

  .footer-grid .logo {
    display: none
  }

  .footer-grid form {
    display: flex;
    width: 100%
  }

  .footer-grid input {
    min-width: 0;
    flex: 1
  }

  .copyright {
    width: calc(100% - 32px);
    margin-top: 24px
  }
}