@font-face {
  font-family: NimbusRoman;
  src: url("assets/DejaVuSerif.ttf") format("truetype");
  font-display: swap
}

@font-face {
  font-family: NimbusRoman;
  src: url("assets/DejaVuSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: NimbusSans;
  src: url("assets/DejaVuSans.ttf") format("truetype");
  font-display: swap
}

@font-face {
  font-family: NimbusSans;
  src: url("assets/DejaVuSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: BookmanItalic;
  src: url("assets/DejaVuSerif.ttf") format("truetype");
  font-display: swap
}


:root {
  --paper: #f8f3ea;
  --paper-deep: #f1eadf;
  --ink: #1f1a16;
  --muted: #6f655d;
  --red: #c8382e;
  --gold: #d7a45b;
  --line: #d8cec0;
  --dark: #472318;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}

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

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

ol {
  list-style: none;
}

.container {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

.section {
  padding: 110px 0;
}

.tone {
  background: var(--paper-deep);
}

.eyebrow {
  margin-bottom: 28px;
  color: var(--red);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
}

h1, h2, h3, .brand {
  font-family: "Noto Serif SC", "Songti SC", STSong, serif;
}

h1, h2 {
  line-height: 1.08;
  letter-spacing: -.04em;
}

h2 {
  margin-bottom: 34px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

h3 {
  line-height: 1.3;
}

.intro {
  max-width: 820px;
  color: var(--muted);
}


.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 243, 234, .94);
}

.nav-wrap {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  font-weight: 700;
  letter-spacing: .08em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 42px;
  color: var(--muted);
  font-size: .88rem;
}

.nav a {
  position: relative;
  padding: 30px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 21px;
  height: 2px;
  background: var(--red);
  transition: .25s;
}

.nav a:hover::after, .nav a.active::after {
  right: 0;
}

.hero {
  min-height: 770px;
  display: flex;
  align-items: center;
}

.hero-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5vw;
}

.hero-copy {
  flex: 1 1 52%;
  max-width: 640px;
}

.hero h1 {
  margin-bottom: 30px;
  font-size: clamp(3.8rem, 7vw, 7.2rem);
}

.hero h1 span {
  display: block;
}

.hero h1 em {
  display: block;
  color: var(--red);
  font-style: normal;
}

.lead {
  margin-bottom: 28px;
  font-family: "Songti SC", STSong, serif;
  font-size: 1.2rem;
}

.body-copy {
  max-width: 550px;
  color: var(--muted);
}

blockquote {
  margin-top: 34px;
  padding: 8px 0 8px 22px;
  border-left: 4px solid var(--red);
  font-family: "Songti SC", STSong, serif;
  font-size: 1.1rem;
}

.hero-visual {
  position: relative;
  flex: 1 1 48%;
  min-width: 0;
}

.hero-visual img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 28px 25px rgba(54, 31, 18, .15));
}

.sun-mark {
  position: absolute;
  z-index: 1;
  width: 330px;
  height: 330px;
  right: 2%;
  top: 4%;
  border-radius: 50%;
  background: rgba(213, 164, 91, .18);
}


.split-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8%;
}

.section-copy {
  flex: 1 1 50%;
}

.section-copy > p:not(.eyebrow):not(.red-note) {
  max-width: 570px;
  color: var(--muted);
}

.red-note {
  margin-top: 65px;
  color: var(--red);
  font-family: "Songti SC", STSong, serif;
  font-size: 1.15rem;
}

.image-card {
  flex: 0 1 48%;
}

.image-card img {
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
}

.image-card figcaption {
  margin-top: 16px;
  padding-top: 11px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .75rem;
}

.layers-layout {
  margin-top: 70px;
  display: flex;
  align-items: center;
  gap: 8%;
}

.flavour-list {
  flex: 1 1 58%;
}

.flavour-list li {
  display: flex;
  gap: 28px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.flavour-list > li > span {
  width: 86px;
  flex: 0 0 86px;
  color: var(--red);
  font-size: .7rem;
  font-weight: 700;
}

.flavour-list h3 {
  margin-bottom: 5px;
  font-size: 1.45rem;
}

.flavour-list p {
  color: var(--muted);
  font-size: .88rem;
}

.ingredient-visual {
  flex: 1 1 36%;
}

.ingredient-visual img {
  max-height: 620px;
  object-fit: contain;
}


.step-list {
  margin-top: 70px;
  display: flex;
  gap: 18px;
}

.step-list li {
  flex: 1;
  min-height: 210px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fffdf9;
}

.step-list li > span {
  color: var(--red);
  font-size: .7rem;
  font-weight: 700;
}

.step-icon {
  align-self: flex-end;
  color: var(--gold);
  font-family: serif;
  font-size: 2.6rem;
  font-weight: 400;
}

.step-list h3 {
  font-size: 1.7rem;
}

.step-list p {
  color: var(--muted);
  font-size: .85rem;
}

.tradition-note {
  max-width: 960px;
  margin-top: 65px;
  padding: 5px 0 5px 25px;
  display: flex;
  align-items: flex-start;
  gap: 34px;
  border-left: 4px solid var(--red);
}

.tradition-note strong {
  flex: 0 0 190px;
  font-family: "Songti SC", STSong, serif;
  font-size: 1.3rem;
}

.tradition-note p {
  color: var(--muted);
  font-size: .92rem;
}

.shape-cards {
  margin-top: 58px;
  display: flex;
  gap: 34px;
}

.shape-card {
  flex: 1;
  min-height: 310px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background: var(--paper-deep);
  overflow: hidden;
}

.shape-card > div {
  flex: 1;
}

.shape-card h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.shape-card p {
  color: var(--muted);
  font-size: .85rem;
}

.shape-card img {
  width: 45%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.noodle-pattern {
  display: block;
  margin-top: 28px;
  color: #e2bb7c;
  font-family: serif;
  font-size: 4.5rem;
  letter-spacing: -.2em;
  line-height: 1;
  transform: rotate(-8deg);
}

.round {
  letter-spacing: -.35em;
  transform: rotate(5deg);
}


.region-layout {
  margin-top: 65px;
  display: flex;
  align-items: stretch;
  gap: 50px;
}

.route-card {
  flex: 0 0 46%;
  padding: 48px;
  background: var(--paper-deep);
}

.route-card > p {
  color: var(--red);
  font-size: .72rem;
  font-weight: 700;
}

.route-card h3 {
  margin: 14px 0 28px;
  font-size: 2rem;
}

.route-card ol {
  position: relative;
}

.route-card ol::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 8px;
  width: 1px;
  background: #c9b7a0;
}

.route-card li {
  position: relative;
  padding: 12px 0 12px 48px;
  font-family: "Songti SC", STSong, serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.route-card li::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--red);
}

.route-card li span {
  display: inline-block;
  width: 45px;
  color: var(--red);
  font-family: sans-serif;
  font-size: .68rem;
}

.region-list {
  flex: 1;
}

.region-list li {
  display: flex;
  gap: 25px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.region-list li > span {
  color: var(--red);
  font-size: .7rem;
  font-weight: 700;
}

.region-list h3 {
  font-size: 1.25rem;
}

.region-list b {
  color: var(--red);
  font-size: .78rem;
}

.region-list p {
  color: var(--muted);
  font-size: .8rem;
}

.sub-heading {
  margin: 85px 0 35px;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.region-gallery {
  display: flex;
  gap: 30px;
}

.region-gallery figure {
  flex: 1;
}

.region-gallery img {
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.region-gallery figcaption {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-bottom: 1px solid var(--line);
}

.region-gallery figcaption b {
  font-family: "Songti SC", STSong, serif;
  font-size: 1.1rem;
}

.region-gallery figcaption span {
  color: var(--muted);
  font-size: .78rem;
}

.dark-band {
  background: var(--dark);
  color: #fff7eb;
}

.dark-band .eyebrow {
  color: #efb36d;
}

.dark-band > .container > p:not(.eyebrow) {
  color: #dec9bd;
}

.table-scroll {
  margin-top: 38px;
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 700px;
  border-collapse: separate;
  border-spacing: 0 10px;
}

th, td {
  padding: 17px 22px;
  text-align: left;
}

thead th {
  color: #efb36d;
  font-size: .72rem;
}

tbody tr {
  background: rgba(255, 255, 255, .07);
}

tbody th {
  font-family: "Songti SC", STSong, serif;
  font-size: 1.15rem;
}

tbody td {
  color: #f1ddd1;
  font-size: .86rem;
}


.morning-steps {
  margin-top: 45px;
}

.morning-steps li {
  padding: 18px 0;
  display: flex;
  gap: 35px;
  border-bottom: 1px solid var(--line);
}

.morning-steps b {
  width: 55px;
  flex: 0 0 55px;
  color: var(--red);
  font-size: .8rem;
}

.morning-steps span {
  color: var(--muted);
  font-size: .88rem;
}

.morning-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.portrait-gallery {
  margin-top: 55px;
  display: flex;
  gap: 26px;
}

.portrait-gallery figure {
  flex: 1;
  min-width: 0;
}

.portrait-gallery img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.portrait-gallery figcaption {
  padding: 12px 0;
  color: var(--red);
  font-size: .78rem;
  font-weight: 700;
}

.footer {
  padding: 105px 0 70px;
  background: #2a231e;
  color: #fff8ef;
}

.footer-content > p {
  margin-bottom: 30px;
  color: #e2b46f;
  font-size: .75rem;
}

.footer h2 {
  max-width: 620px;
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.footer-meta {
  margin-top: 80px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, .28);
  color: #c8bbb1;
  font-size: .78rem;
}

.footer-meta a {
  color: #fff;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: min(920px, calc(100% - 56px));
  }
  .section {
    padding: 85px 0;
  }
  .nav {
    gap: 24px;
  }
  .hero {
    min-height: 680px;
  }
  .hero-layout {
    gap: 20px;
  }
  .hero h1 {
    font-size: clamp(3.8rem, 8vw, 5.5rem);
  }
  .sun-mark {
    width: 230px;
    height: 230px;
  }
  .split-layout {
    gap: 6%;
  }
  .layers-layout {
    gap: 3%;
  }
  .flavour-list li {
    gap: 15px;
  }
  .flavour-list > li > span {
    width: 70px;
    flex-basis: 70px;
  }
  .step-list {
    flex-wrap: wrap;
  }
  .step-list li {
    flex: 1 1 calc(50% - 18px);
  }
  .shape-cards {
    gap: 20px;
  }
  .shape-card {
    padding: 24px;
  }
  .region-layout {
    gap: 28px;
  }
  .route-card {
    flex-basis: 43%;
    padding: 35px;
  }
  .portrait-gallery {
    gap: 16px;
  }
}


@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .container {
    width: calc(100% - 36px);
  }
  .section {
    padding: 66px 0;
  }
  .nav-wrap {
    min-height: 74px;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding: 12px 0;
  }
  .brand {
    font-size: .95rem;
  }
  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    font-size: .72rem;
  }
  .nav a {
    padding: 7px 0;
  }
  .nav a::after {
    bottom: 2px;
  }
  .hero {
    min-height: auto;
    padding-top: 62px;
  }
  .hero-layout, .split-layout, .layers-layout, .shape-cards, .region-layout {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-copy {
    max-width: none;
  }
  .hero h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }
  .hero-visual {
    margin-top: 30px;
  }
  .sun-mark {
    width: 210px;
    height: 210px;
  }
  h2 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }
  .image-card {
    margin-top: 45px;
  }
  .red-note {
    margin-top: 35px;
  }
  .layers-layout {
    margin-top: 38px;
  }
  .flavour-list li {
    gap: 10px;
  }
  .flavour-list > li > span {
    width: 65px;
    flex-basis: 65px;
  }
  .ingredient-visual {
    margin-top: 35px;
  }
  .step-list {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .step-list li {
    flex: 1 1 calc(50% - 10px);
    min-height: 185px;
    padding: 20px;
  }
  .tradition-note {
    margin-top: 42px;
    flex-direction: column;
    gap: 10px;
  }
  .tradition-note strong {
    flex-basis: auto;
  }
  .shape-cards {
    margin-top: 38px;
  }
  .shape-card {
    min-height: 240px;
    padding: 22px;
  }
  .noodle-pattern {
    font-size: 3.3rem;
  }
  .region-layout {
    margin-top: 40px;
  }
  .route-card {
    flex-basis: auto;
    padding: 30px;
  }
  .region-gallery {
    flex-direction: column;
  }
  .region-gallery img {
    aspect-ratio: 1.5 / 1;
  }
  .sub-heading {
    margin-top: 60px;
  }
  .morning-card {
    order: -1;
    margin: 0 0 42px;
  }
  .portrait-gallery {
    flex-wrap: wrap;
    gap: 16px;
  }
  .portrait-gallery figure {
    flex: 1 1 calc(50% - 8px);
  }
  .footer {
    padding: 75px 0 48px;
  }
  .footer-meta {
    margin-top: 55px;
    flex-direction: column;
  }
}


body {
  font-family: NimbusSans, Arial, sans-serif;
  line-height: 1.6;
}

h1, h2, h3, .brand {
  font-family: NimbusRoman, Georgia, serif;
}

h1, h2 {
  letter-spacing: -.035em;
}

h2 {
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.brand {
  font-family: NimbusSans, sans-serif;
  letter-spacing: .12em;
  font-size: .84rem;
}

.brand span {
  color: var(--red);
  padding: 0 .4em;
}

.eyebrow {
  font-family: NimbusSans, sans-serif;
  letter-spacing: .18em;
}

.hero h1 {
  font-size: clamp(3.9rem, 7vw, 7.5rem);
}

.lead, .red-note, blockquote {
  font-family: BookmanItalic, Georgia, serif;
  font-style: italic;
}

.flavour-list > li > span {
  width: 112px;
  flex-basis: 112px;
}

.flavour-list h3 {
  font-size: 1.65rem;
}

.flavour-list li {
  align-items: flex-start;
}

.route-card li, .region-gallery figcaption b, tbody th {
  font-family: NimbusRoman, Georgia, serif;
}

.route-card li {
  font-size: 1.35rem;
}

.tradition-note strong {
  font-family: NimbusRoman, Georgia, serif;
}

.intro {
  font-size: 1.08rem;
  line-height: 1.7;
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.section-heading-row > div {
  max-width: 740px;
}

.vertical-note {
  flex: 0 0 auto;
  padding-bottom: 9px;
  color: var(--red);
  font-size: .71rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .16em;
  text-align: right;
}

.making {
  background: #f4ede2;
}

.making .step-list {
  gap: 16px;
  margin-top: 66px;
}

.making .step-list li {
  min-width: 0;
  min-height: 328px;
  padding: 28px 26px 21px;
  background: #fffdfa;
  border: 1px solid #eadfd1;
  box-shadow: 0 12px 32px rgba(92, 53, 25, .035);
  transition: transform .25s, box-shadow .25s;
}

.making .step-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 17px 30px rgba(92, 53, 25, .11);
}

.step-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6px;
}

.step-top span {
  color: var(--red);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.step-icon {
  width: 78px;
  height: 78px;
  object-fit: contain;
  flex: 0 0 78px;
}

.step-list h3 {
  font-size: clamp(1.45rem, 2.1vw, 1.85rem);
  margin: 0 0 8px;
}

.step-list p {
  font-size: .85rem;
  line-height: 1.5;
}

.step-list small {
  padding-top: 14px;
  border-top: 1px solid #e9dfd3;
  color: #a47c52;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .17em;
}

.tradition-note {
  max-width: none;
  display: grid;
  grid-template-columns: 50px 205px 1fr;
  gap: 25px;
  align-items: center;
  margin-top: 28px;
  padding: 26px 32px;
  border-left: 3px solid var(--red);
  background: #eae0d3;
}

.tradition-note img {
  width: 45px;
  height: 45px;
}

.tradition-note strong {
  flex-basis: auto;
  font-size: 1.5rem;
  line-height: 1.2;
}

.tradition-note p {
  font-size: .9rem;
}

.shapes {
  background: #fffaf2;
}

.shape-cards {
  gap: 22px;
  margin-top: 60px;
}

.shape-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .9fr;
  align-items: stretch;
  gap: 18px;
  min-height: 430px;
  padding: 34px 28px 28px 34px;
  background: #f4ede3;
}

.shape-card:nth-child(2) {
  background: #efe7db;
}

.shape-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.shape-kicker {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
}

.shape-kicker span {
  color: var(--red);
  font-size: .7rem;
  letter-spacing: .12em;
  font-weight: 700;
}

.shape-kicker img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.shape-card h3 {
  margin: 35px 0 6px;
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  line-height: 1.08;
}

.shape-card .shape-subtitle {
  margin-bottom: 18px;
  color: #b07536;
  font-size: .64rem;
  letter-spacing: .12em;
  font-weight: 700;
}

.shape-card p:not(.shape-subtitle) {
  max-width: 235px;
  color: #5d554f;
  line-height: 1.6;
  font-size: .91rem;
}

.shape-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 22px;
}

.shape-facts span {
  padding: 5px 8px;
  border: 1px solid #d5bea1;
  color: #75553d;
  font-size: .56rem;
  letter-spacing: .08em;
  white-space: nowrap;
}

.shape-photo {
  position: relative;
  align-self: end;
  min-width: 0;
}

.shape-photo img {
  width: 100%;
  height: 250px;
  aspect-ratio: auto;
  object-fit: cover;
}

.shape-photo span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 10px;
  background: #34251e;
  color: #fff8ed;
  font-size: .58rem;
  letter-spacing: .09em;
}

.shape-footnote {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  color: var(--muted);
  font-family: BookmanItalic, Georgia, serif;
  font-style: italic;
  font-size: .91rem;
}

.shape-footnote img {
  width: 38px;
  height: 38px;
}

.morning-steps b {
  width: 65px;
  flex-basis: 65px;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .step-list li {
    flex-basis: calc(50% - 18px);
  }
  .shape-cards {
    flex-direction: column;
  }
  .shape-card {
    min-height: 320px;
    grid-template-columns: 1fr .65fr;
  }
  .shape-photo img {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .hero h1 {
    font-size: clamp(3.1rem, 14vw, 5.1rem);
  }
  h2 {
    font-size: clamp(2.55rem, 11vw, 3.8rem);
  }
  .nav {
    font-size: .68rem;
  }
  .section-heading-row {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .vertical-note {
    text-align: left;
  }
  .step-list {
    gap: 10px;
  }
  .making .step-list li {
    flex: 1 1 calc(50% - 10px);
    min-height: 255px;
    padding: 15px;
  }
  .step-top {
    flex-wrap: wrap;
  }
  .step-icon {
    width: 55px;
    height: 55px;
    flex-basis: 55px;
  }
  .step-list h3 {
    font-size: 1.32rem;
  }
  .tradition-note {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 20px;
  }
  .tradition-note img {
    width: 38px;
    height: 38px;
  }
  .tradition-note p {
    grid-column: 1 / -1;
  }
  .shape-cards {
    gap: 16px;
  }
  .shape-card {
    min-height: 360px;
    display: grid;
    grid-template-columns: 1fr .75fr;
    gap: 12px;
    padding: 20px;
  }
  .shape-kicker img {
    width: 50px;
    height: 50px;
  }
  .shape-card h3 {
    margin-top: 25px;
    font-size: 1.62rem;
  }
  .shape-card p:not(.shape-subtitle) {
    font-size: .78rem;
  }
  .shape-photo img {
    height: 190px;
  }
  .shape-facts span {
    font-size: .5rem;
  }
  .flavour-list > li > span {
    width: 82px;
    flex-basis: 82px;
  }
}

@media (max-width: 390px) {
  .making .step-list li {
    flex-basis: 100%;
    min-height: 220px;
  }
  .shape-card {
    grid-template-columns: 1fr;
  }
  .shape-photo img {
    height: 210px;
  }
}
