:root {
  --ivory: #faf7ef;
  --cream: #fffdf8;
  --ink: #345f59;
  --deep-sea: #214b48;
  --aqua: #93c4c3;
  --aqua-pale: #deefec;
  --aqua-wash: #edf6f3;
  --coral: #d9867b;
  --line: rgba(52, 95, 89, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: "DM Sans", Arial, sans-serif; font-size: 17px; line-height: 1.65; }
a { color: inherit; }
.site-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 1180px; margin: auto; padding: 1rem 1.5rem; }
.wordmark { font-family: "Dancing Script", cursive; font-size: clamp(2rem, 5vw, 2.8rem); line-height: 1; color: #5caaa9; text-decoration: none; font-weight: 600; white-space: nowrap; }
nav { display: flex; gap: clamp(1rem, 3vw, 2.25rem); font-size: .86rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
nav a { text-decoration: none; }
nav a:hover, .text-link:hover, .email:hover { color: var(--coral); }
.photo-wrap { width: min(1100px, calc(100% - 3rem)); margin: .3rem auto 0; overflow: hidden; border-radius: 34px; background: var(--aqua-pale); box-shadow: 0 16px 38px rgba(39, 81, 76, .12); }
.photo-wrap img { width: 100%; height: clamp(260px, 47vw, 510px); object-fit: cover; object-position: center; display: block; }
.welcome { max-width: 710px; text-align: center; margin: auto; padding: clamp(4.8rem, 11vw, 8.4rem) 1.5rem clamp(5rem, 11vw, 8rem); }
.eyebrow { margin: 0 0 .55rem; font-size: .76rem; letter-spacing: .18em; font-weight: 700; color: #669b98; }
.heart { display: block; color: var(--coral); font-size: 1.1rem; line-height: 1; margin: .35rem auto 1.05rem; }
h1, h2, h3 { font-family: "Dancing Script", cursive; color: var(--ink); font-weight: 600; line-height: 1.06; margin: 0; }
h1 { font-size: clamp(3rem, 7vw, 5.6rem); letter-spacing: -.025em; }
.welcome > p:not(.eyebrow) { max-width: 610px; margin: 1.6rem auto 1.8rem; font-size: clamp(1.02rem, 2vw, 1.2rem); }
.text-link { display: inline-block; text-decoration: none; font-size: .94rem; font-weight: 700; color: #4d8885; }
.text-link span { margin-left: .4rem; }
.my-story { position: relative; padding: clamp(4.75rem, 9vw, 7.5rem) 1.5rem; background: linear-gradient(135deg, #fffdf8 0%, #edf7f4 100%); overflow: hidden; }
.my-story::after { content: ""; position: absolute; width: 115px; height: 115px; right: clamp(1rem, 8vw, 7rem); bottom: -18px; background: url("sand-dollar.png") center / contain no-repeat; opacity: .42; transform: rotate(13deg); pointer-events: none; }
.story-copy { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.story-copy h2 { margin: .1rem 0 1.1rem; font-size: clamp(2.45rem, 5vw, 3.7rem); }
.story-copy .eyebrow { margin-bottom: .05rem; font-family: "Caveat", cursive; font-size: clamp(1.25rem, 2.7vw, 1.65rem); font-weight: 600; letter-spacing: .025em; }
.story-copy p:not(.eyebrow) { max-width: 650px; margin: 0 auto .85rem; font-family: "Caveat", cursive; font-size: clamp(1.12rem, 2.2vw, 1.42rem); font-weight: 500; line-height: 1.5; }
.menu-section { position: relative; padding: clamp(4.5rem, 9vw, 7rem) 1.5rem; background: linear-gradient(180deg, var(--aqua-wash), #e8f4f1 100%); }
.section-intro { max-width: 625px; text-align: center; margin: 0 auto clamp(2.5rem, 5vw, 4.2rem); }
h2 { font-size: clamp(2.8rem, 6vw, 4.7rem); }
.section-intro > p:last-child { margin: 1rem auto 0; }
.meal { position: relative; overflow: hidden; max-width: 1000px; margin: 1.25rem auto; padding: clamp(1.9rem, 5vw, 3.3rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 270px); gap: 2.5rem; align-items: center; background: rgba(255, 253, 248, .88); border: 1px solid rgba(91, 151, 147, .28); border-radius: 30px; box-shadow: 0 12px 30px rgba(59, 115, 108, .08); }
.meal::after { content: ""; position: absolute; width: 220px; height: 220px; right: -115px; top: -115px; border-radius: 50%; background: rgba(155, 205, 201, .16); pointer-events: none; }
.featured-meal { border-color: rgba(91, 151, 147, .42); }
.meal-copy, .price-card { position: relative; z-index: 3; }
.coastal-accent { position: absolute; z-index: 2; height: auto; pointer-events: none; opacity: .72; filter: saturate(.82); }
.scallop-accent { width: 82px; }
.sand-dollar-accent { width: 60px; }
.olive-accent { width: 48px; }
.meal-one-scallop { z-index: 4; width: 54px; right: 1.15rem; top: 1rem; transform: rotate(8deg); }
.meal-two-olive { z-index: 4; width: 38px; right: 1.15rem; top: 1rem; transform: rotate(17deg); }
.meal-three-sand-dollar { z-index: 4; width: 42px; right: 1.15rem; top: 1rem; opacity: .9; filter: saturate(1.08) contrast(1.06) brightness(.88); transform: rotate(11deg); }
.dietary-note { max-width: 780px; margin: 2.4rem auto 0; padding: 0 1.25rem; color: #547b77; font-size: .86rem; line-height: 1.6; text-align: center; }
.meal-number { margin: 0 0 .35rem; font-size: .75rem; letter-spacing: .15em; color: #6a9f9d; font-weight: 700; }
h3 { font-size: clamp(2.5rem, 5vw, 4.15rem); }
.meal-copy > p:not(.meal-number) { margin: .8rem 0 1.25rem; max-width: 650px; }
details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: .82rem 0; font-size: .91rem; font-weight: 700; color: #4d8885; display: flex; justify-content: space-between; gap: 1rem; }
summary::-webkit-details-marker { display: none; }
details[open] summary span { transform: rotate(45deg); }
.ingredients { margin: 0 0 1rem; font-size: .91rem; line-height: 1.62; }
.price-card { padding: 1.25rem 1.35rem; border-radius: 20px; background: rgba(222, 239, 236, .72); }
.price-card p { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; margin: .25rem 0; font-size: .9rem; }
.price-card strong { color: var(--deep-sea); white-space: nowrap; }
.price-card .total { padding-top: .7rem; margin-top: .7rem; border-top: 1px solid rgba(52, 95, 89, .2); font-weight: 700; }
.how-it-works { position: relative; max-width: 1060px; margin: auto; padding: clamp(5rem, 10vw, 8rem) 1.5rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 8vw, 7rem); align-items: start; }
.how-it-works::after { content: ""; position: absolute; width: 48px; height: 48px; left: -2px; bottom: 52px; background: url("sand-dollar.png") center / contain no-repeat; opacity: .56; transform: rotate(16deg); pointer-events: none; }
.how-it-works h2 { margin-top: .3rem; }
ol { list-style: none; padding: 0; margin: 0; }
li { display: grid; grid-template-columns: 2.25rem 1fr; gap: 1rem; padding: 0 0 1.3rem; margin-bottom: 1.3rem; border-bottom: 1px solid var(--line); }
li span { color: var(--coral); font-family: "Dancing Script", cursive; font-size: 2rem; line-height: 1; }
li p { margin: 0; font-size: .98rem; }
li strong { color: var(--deep-sea); }
.contact { text-align: center; padding: clamp(4.8rem, 10vw, 7.3rem) 1.5rem; background: linear-gradient(135deg, #e3f0ed, #f2f7f3); }
.contact h2 { font-size: clamp(3.2rem, 7vw, 5.4rem); }
.contact > p:not(.eyebrow) { margin: 1rem 0 1.55rem; }
.contact-button { display: table; margin: 0 auto .8rem; padding: .85rem 1.3rem; border-radius: 999px; color: var(--cream); background: #4f908d; font-weight: 700; text-decoration: none; box-shadow: 0 8px 18px rgba(61, 123, 119, .18); }
.contact-button:hover { background: var(--deep-sea); }
.email { display: inline-block; font-size: .92rem; font-weight: 700; color: #4d8885; }
footer { padding: 1.25rem 1.5rem; text-align: center; background: var(--ivory); color: #5e8c89; font-size: .82rem; }
footer span { color: var(--coral); padding: 0 .2rem; }

@media (max-width: 680px) {
  body { font-size: 16px; }
  .site-header { min-height: 67px; padding: .9rem 1.2rem; gap: 1rem; }
  .wordmark { font-size: 1.85rem; }
  nav { gap: .78rem; font-size: .67rem; letter-spacing: .035em; }
  .photo-wrap { width: calc(100% - 2rem); border-radius: 24px; }
  .photo-wrap img { height: 275px; }
  .welcome { padding: 4.5rem 1.35rem 5rem; }
  .menu-section { padding-left: 1rem; padding-right: 1rem; }
  .meal { display: block; padding: 1.85rem 1.45rem; border-radius: 25px; }
  .scallop-accent { width: 58px; opacity: .63; }
  .sand-dollar-accent { width: 44px; opacity: .62; }
  .olive-accent { width: 35px; opacity: .62; }
  .meal-one-scallop { width: 44px; right: .85rem; top: .75rem; }
  .meal-two-olive { width: 30px; right: .75rem; top: .75rem; }
  .meal-three-sand-dollar { width: 35px; right: .75rem; top: .75rem; }
  .my-story::after { width: 70px; height: 70px; right: .8rem; bottom: -10px; }
  .price-card { margin-top: 1.65rem; }
  .how-it-works { display: block; padding: 4.75rem 1.4rem; }
  .how-it-works::after { width: 38px; height: 38px; left: 0; bottom: 19px; }
  .how-it-works ol { margin-top: 2.5rem; }
}

@media (max-width: 410px) {
  nav a:nth-child(2) { display: none; }
  .wordmark { font-size: 1.72rem; }
}
