:root {
  --container: 1170px;
  --postwidth: 33.333333333333%;
  --btnpadding: 20px 40px;
  --primarybtnpadding: 20px 40px;
  --secondarybtnpadding: calc(20px - 1px) calc(40px - 1px);
  --bodyfontsize: 16px;
  --bodylineheight: 1.7em;
  --bodyletterspacing: 0px;
  --h1fontsize: 74px;
  --h1lineheight: 1.2em;
  --h1letterspacing: 0px;
  --h2fontsize: 48px;
  --h2lineheight: 1.2em;
  --h2letterspacing: 0px;
  --h3fontsize: 20px;
  --h3lineheight: 1.2em;
  --h3letterspacing: 0px;
  --h4fontsize: 14px;
  --h4lineheight: 1.2em;
  --h4letterspacing: 0px;
  --h5fontsize: 20px;
  --h5lineheight: 1.4em;
  --h5letterspacing: 0px;
  --h6fontsize: 16px;
  --h6lineheight: 1.4em;
  --h6letterspacing: 0px;
  --headingsfontfamily: Fraunces, Georgia, serif;
  --h1fontfamily: "Cabin Sketch", cursive;
  --bodyfontfamily: "Hanken Grotesk", Arial, sans-serif;
  --ink: #202b2a;
  --cream: #f7f0df;
  --paper: #fffaf0;
  --coral: #e45b3b;
  --sun: #f4b532;
  --teal: #2f7770;
  --blue: #86c5bc;
  --line: rgba(32, 43, 42, .18);
  --max: var(--container);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--bodyfontfamily); font-size: var(--bodyfontsize); letter-spacing: var(--bodyletterspacing); line-height: var(--bodylineheight); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { align-items: center; display: flex; justify-content: space-between; margin: auto; max-width: var(--max); padding: 18px 28px; position: relative; z-index: 5; }
.brand img { height: 65px; object-fit: contain; width: 205px; }
.site-nav { align-items: center; display: flex; gap: clamp(20px, 3vw, 46px); }
.site-nav a { font-size: 14px; font-weight: 600; letter-spacing: .02em; }
.site-nav a:not(.nav-order):hover, .text-link:hover, .card-link:hover { color: var(--coral); }
.nav-order { background: var(--coral); border-radius: 100px; color: white; padding: 12px 19px; }
.nav-order span, .button span, .text-link span, .card-link span { display: inline-block; margin-left: 8px; }
.menu-toggle { background: transparent; border: 0; display: none; }

.hero { background: var(--blue); display: grid; grid-template-columns: minmax(300px, .82fr) minmax(400px, 1.18fr); min-height: 660px; overflow: hidden; padding: clamp(54px, 8vw, 110px) max(28px, calc((100vw - var(--max)) / 2)); position: relative; }
.hero-copy { align-self: center; max-width: 500px; padding: 20px 20px 60px 0; position: relative; z-index: 2; }
.eyebrow { color: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }
.hero .eyebrow { color: var(--ink); }
h1, h2, h3, p { margin-top: 0; }
h1 { letter-spacing: var(--h1letterspacing); line-height: var(--h1lineheight); }
h2 { letter-spacing: var(--h2letterspacing); line-height: var(--h2lineheight); }
h3 { letter-spacing: var(--h3letterspacing); line-height: var(--h3lineheight); }
h1 { font-family: var(--h1fontfamily); font-size: clamp(76px, 10vw, 132px); font-weight: 400; letter-spacing: .01em; line-height: .76; margin: 0 0 34px; text-transform: uppercase; }
h1 em, h2 em { color: var(--coral); font-family: var(--headingsfontfamily); font-style: italic; text-transform: none; }
.hero-lede { font-size: 17px; line-height: 1.6; max-width: 390px; }
.hero-actions, .menu-cta { align-items: center; display: flex; gap: 25px; margin-top: 30px; }
.button { border-radius: 100px; display: inline-flex; font-size: 13px; font-weight: 700; gap: 4px; justify-content: center; letter-spacing: .04em; padding: 15px 22px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: white; }
.button-coral { background: var(--coral); color: white; }
.text-link, .card-link { border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; padding-bottom: 4px; }
.hero-image-wrap { align-self: center; height: min(520px, 62vw); min-height: 430px; position: relative; }
.hero-image { height: 100%; object-fit: cover; width: 100%; }
.hero-stamp { align-items: center; background: var(--sun); border-radius: 50%; color: var(--ink); display: flex; flex-direction: column; height: 132px; justify-content: center; left: -54px; position: absolute; text-align: center; top: -42px; transform: rotate(-11deg); width: 132px; z-index: 2; }
.hero-stamp span { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.hero-stamp strong { font-family: var(--h1fontfamily); font-size: 24px; line-height: .8; margin: 6px 0; text-transform: uppercase; }
.hero-ribbon { bottom: 25px; font-family: var(--headingsfontfamily); font-size: 15px; left: 50%; letter-spacing: .04em; position: absolute; transform: rotate(-3deg); }

.section-shell { margin: auto; max-width: var(--max); padding: 120px 28px; }.section-heading { align-items: end; display: flex; gap: 70px; justify-content: space-between; margin-bottom: 52px; }
h2 { font-family: var(--headingsfontfamily); font-size: clamp(46px, 6vw, 82px); font-weight: 600; letter-spacing: -.035em; line-height: .92; margin-bottom: 0; }.section-intro { font-size: 16px; line-height: 1.65; max-width: 340px; }.menu-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.taco-card { background: white; border: 1px solid var(--line); }.card-image { aspect-ratio: 1 / .87; overflow: hidden; position: relative; }.card-image img { height: 100%; object-fit: cover; transition: transform .5s; width: 100%; }.taco-card:hover .card-image img { transform: scale(1.06); }.card-number { background: var(--sun); border-radius: 50%; font-family: var(--headingsfontfamily); font-size: 17px; left: 16px; padding-top: 12px; position: absolute; text-align: center; top: 16px; height: 48px; width: 48px; }.card-body { padding: 24px; }.card-title-row { align-items: baseline; display: flex; justify-content: space-between; }.card-title-row h3 { font-family: var(--headingsfontfamily); font-size: 27px; margin-bottom: 12px; text-transform: capitalize; }.card-title-row strong { color: var(--coral); font-family: var(--headingsfontfamily); font-size: 23px; }.card-body p { color: #53605e; font-size: 14px; line-height: 1.6; min-height: 68px; }.card-link { display: inline-block; font-size: 12px; margin-top: 9px; }.menu-cta { justify-content: center; margin-top: 50px; }.menu-cta > span { color: #53605e; font-size: 13px; }

.story-section { background: var(--teal); color: white; display: grid; grid-template-columns: 1fr 1fr; min-height: 630px; }.story-photo { min-height: 530px; overflow: hidden; }.story-photo img { height: 100%; object-fit: cover; width: 100%; }.story-copy { align-self: center; max-width: 500px; padding: 70px clamp(30px, 8vw, 130px); }.story-copy .eyebrow { color: var(--sun); }.story-copy h2 { margin-bottom: 33px; }.story-copy h2 em { color: var(--sun); }.story-copy p:not(.eyebrow) { color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.7; }.text-link-light { color: white; display: inline-block; margin-top: 18px; }
.visit-section { align-items: center; display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; }.visit-copy { max-width: 510px; }.visit-copy h2 { margin-bottom: 28px; }.visit-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.7; max-width: 420px; }.visit-details { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; gap: 80px; margin: 31px 0; padding: 19px 0; }.visit-details span { color: var(--coral); display: block; font-size: 11px; font-weight: 700; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }.visit-details strong { font-family: var(--headingsfontfamily); font-size: 17px; font-weight: 600; line-height: 1.25; }.visit-art { align-items: center; display: flex; justify-content: center; min-height: 400px; position: relative; }.visit-art img { filter: drop-shadow(0 18px 8px rgba(0,0,0,.12)); max-width: 390px; position: relative; transform: rotate(-7deg); width: 68%; z-index: 1; }.sun-disc { background: var(--sun); border-radius: 50%; height: min(360px, 34vw); position: absolute; width: min(360px, 34vw); }
.site-footer { background: var(--ink) url('assets/footer-bg-texture.webp') center/cover; color: white; padding: 55px max(28px, calc((100vw - var(--max)) / 2)) 22px; }.footer-top { align-items: center; display: flex; justify-content: space-between; }.footer-top img { filter: brightness(0) invert(1); max-width: 260px; }.footer-top p { font-family: var(--headingsfontfamily); font-size: 22px; line-height: 1.15; }.socials { display: flex; gap: 8px; }.socials a { align-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: flex; font-size: 11px; height: 33px; justify-content: center; text-transform: uppercase; width: 33px; }.footer-bottom { border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.65); display: flex; font-size: 11px; justify-content: space-between; margin-top: 50px; padding-top: 17px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .14s; }.reveal-delay-1 { transition-delay: .1s; }.reveal-delay-2 { transition-delay: .2s; }

@media (max-width: 760px) {
  .site-header { padding: 13px 20px; }.brand img { height: 51px; width: 164px; }.menu-toggle { align-items: center; color: var(--ink); display: flex; flex-direction: column; gap: 3px; font-family: var(--bodyfontfamily); font-size: 9px; text-transform: uppercase; }.menu-toggle span { background: var(--ink); display: block; height: 2px; width: 23px; }.menu-toggle b { font-weight: 700; margin-top: 2px; }.site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 20px; left: 0; padding: 24px; position: absolute; right: 0; top: 77px; }.site-nav.is-open { display: flex; }.hero { display: block; min-height: 0; padding: 52px 20px 85px; }.hero-copy { padding: 0 0 42px; }.hero-image-wrap { height: 390px; min-height: 0; }.hero-stamp { left: -14px; top: -26px; }.hero-ribbon { bottom: 25px; font-size: 12px; left: 20px; }.section-shell { padding: 82px 20px; }.section-heading { align-items: start; display: block; margin-bottom: 35px; }.section-intro { margin-top: 26px; }.menu-grid { grid-template-columns: 1fr; }.card-body p { min-height: auto; }.menu-cta { align-items: start; flex-direction: column; gap: 15px; margin-top: 35px; }.story-section { display: block; }.story-photo { min-height: 300px; }.story-copy { padding: 64px 24px 72px; }.visit-section { display: block; min-height: 0; padding-bottom: 90px; }.visit-art { min-height: 340px; }.sun-disc { height: 280px; width: 280px; }.visit-art img { width: 75%; }.visit-details { gap: 28px; }.footer-top { align-items: start; display: block; }.footer-top img { margin-bottom: 34px; max-width: 230px; }.footer-bottom { gap: 16px; flex-wrap: wrap; margin-top: 38px; }.footer-bottom span:last-child { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }

/* Match the published West Coast Tacos layout. */
body { background: #fff; color: #262629; }
.site-header { background: #fff; box-shadow: none; height: 56px; max-width: none; padding: 7px max(24px, calc((100vw - 980px) / 2)); }
.brand img { height: 42px; width: 150px; }
.site-nav { gap: 27px; }.site-nav a { color: #29292c; font-size: 10px; font-weight: 500; }.site-nav a:first-child { color: #e45b3b; }.nav-order { display: none; }
.hero { background: #211d18; display: block; height: 266px; min-height: 0; padding: 0; position: relative; }
.hero-image-wrap { height: 100%; inset: 0; min-height: 0; position: absolute; }
.hero-image-wrap::after { background: rgba(0,0,0,.5); content: ""; inset: 0; position: absolute; }
.hero-image { object-position: center 53%; }.hero-copy { align-items: center; color: #fff; display: flex; flex-direction: column; inset: 0; justify-content: center; max-width: none; padding: 25px; position: absolute; text-align: center; z-index: 2; }
.hero-copy h1 { font-family: var(--h1fontfamily); font-size: clamp(29px, 4vw, 48px); font-weight: 700; letter-spacing: 0; line-height: 1.04; margin: 0 0 13px; text-transform: none; }.hero-copy h1 em { color: inherit; font-family: inherit; font-style: normal; }.hero-lede { font-size: 12px; line-height: 1.3; max-width: none; }.hero-copy .eyebrow, .hero-actions, .hero-stamp, .hero-ribbon { display: none; }
.menu-section { max-width: 920px; padding: 54px 25px 67px; }.section-heading { display: block; margin: 0 auto 36px; text-align: center; }.section-heading h2 { font-family: var(--h1fontfamily); font-size: 25px; font-weight: 700; letter-spacing: 0; line-height: 1; margin: 0 0 18px; text-transform: none; }.section-heading h2 em { color: inherit; font-family: inherit; font-style: normal; }.section-intro { font-size: 9px; line-height: 1.5; margin: auto; max-width: 580px; }.menu-grid { gap: 31px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: auto; max-width: 610px; }.taco-card { border: 0; text-align: center; }.card-image { aspect-ratio: 1; border-radius: 7px; margin: auto; max-width: 125px; }.card-number { display: none; }.card-body { padding: 9px 0 0; }.card-title-row { display: block; }.card-title-row h3 { font-family: var(--headingsfontfamily); font-size: 10px; margin: 0 0 10px; }.card-title-row strong { color: #262629; display: block; font-family: var(--headingsfontfamily); font-size: 10px; }.card-body p { color: #333; font-size: 7px; line-height: 1.55; margin: 17px auto 0; max-width: 150px; min-height: 74px; }.card-link { display: none; }.menu-cta { justify-content: center; margin: 8px 0 0; }.menu-cta .text-link { border: 0; font-size: 9px; font-weight: 500; }
.story-section { background: #2d62a6; display: block; min-height: 326px; padding: 50px 25px 26px; position: relative; text-align: center; }.story-section::before { background: #fff; clip-path: polygon(0 0, 5% 25%, 11% 8%, 19% 27%, 29% 12%, 39% 28%, 50% 6%, 59% 27%, 70% 10%, 82% 30%, 91% 8%, 100% 23%, 100% 100%, 0 100%); content: ""; height: 18px; left: 0; position: absolute; right: 0; top: -1px; }.story-photo { display: none; }.story-copy { margin: auto; max-width: 600px; padding: 0; }.story-copy h2 { font-family: var(--h1fontfamily); font-size: 24px; letter-spacing: 0; line-height: 1; margin-bottom: 18px; }.story-copy h2 em { color: inherit; font-family: inherit; font-style: normal; }.story-copy p:not(.eyebrow) { color: #fff; font-size: 10px; line-height: 1.35; }.story-copy .eyebrow, .story-copy .text-link { display: none; }
.site-footer { background: #2d62a6; padding: 32px max(25px, calc((100vw - 920px) / 2)) 14px; text-align: center; }.footer-top { display: block; }.footer-top img { display: none; }.footer-top p { font-family: var(--h1fontfamily); font-size: 23px; line-height: 1; margin-bottom: 14px; }.footer-top small { font-size: 10px; }.socials { justify-content: center; margin-top: 14px; }.socials a { background: #2694e8; border: 0; font-size: 12px; height: 18px; width: 18px; }.footer-bottom { border-top: 0; font-size: 7px; justify-content: center; margin-top: 44px; padding-top: 0; }.footer-bottom a { display: none; }
.visit-section { display: none; }

@media (max-width: 760px) {
  .site-header { height: 54px; padding: 7px 18px; }.brand img { height: 39px; width: 142px; }.menu-toggle { display: none; }.site-nav { background: transparent; border: 0; display: flex; flex-direction: row; gap: 17px; padding: 0; position: static; }.site-nav a { font-size: 9px; }.hero { height: 266px; }.hero-copy h1 { font-size: 31px; max-width: 360px; }.menu-section { padding: 54px 18px 64px; }.menu-grid { gap: 12px; }.card-image { max-width: 112px; }.card-body p { font-size: 7px; max-width: 112px; }.story-section { min-height: 280px; padding-top: 48px; }.story-copy p:not(.eyebrow) { max-width: 540px; }.site-footer { padding-top: 38px; }
}

/* Final scale pass for the reference proportions. */
.section-heading h2 { font-size: 31px; margin-bottom: 20px; }
.section-intro { font-size: 11px; max-width: 680px; }
.menu-grid { gap: 44px; max-width: 720px; }
.card-image { max-width: 150px; }
.card-body { padding-top: 12px; }
.card-title-row h3 { font-size: 13px; }
.card-title-row strong { font-size: 12px; }
.card-body p { font-size: 9px; max-width: 180px; min-height: 88px; }
.menu-cta { margin: 0 0 32px; }.menu-cta .text-link { font-size: 11px; }
.story-section { min-height: 360px; padding-top: 63px; }
.story-copy { max-width: 700px; }.story-copy h2 { font-size: 31px; margin-bottom: 22px; }.story-copy p:not(.eyebrow) { font-size: 12px; }
.site-footer { background-color: #2d62a6; background-image: url('assets/footer-bg-texture.webp'); background-position: center top; background-repeat: no-repeat; background-size: 100% auto; min-height: 390px; padding-top: 70px; }
.footer-top p { font-size: 28px; margin-bottom: 17px; }.footer-top small { font-size: 12px; }.socials { margin-top: 17px; }.socials a { font-size: 13px; height: 22px; width: 22px; }.footer-bottom { font-size: 9px; margin-top: 94px; }

@media (max-width: 760px) {
  .section-heading h2 { font-size: 27px; }.section-intro { font-size: 10px; }.menu-grid { gap: 12px; }.card-image { max-width: 125px; }.card-body p { font-size: 8px; max-width: 132px; min-height: 78px; }.story-section { min-height: 310px; }.story-copy h2 { font-size: 27px; }.story-copy p:not(.eyebrow) { font-size: 10px; }.site-footer { min-height: 340px; padding-top: 58px; }.footer-top p { font-size: 24px; }.footer-top small { font-size: 10px; }.footer-bottom { margin-top: 74px; }
}

@media (min-width: 761px) {
  .site-header { height: 96px; max-width: 1170px; padding: 12px 0; }
  .brand img { height: 72px; width: 260px; }
  .site-nav { gap: 42px; }.site-nav a { font-size: 14px; }
  .hero { height: 604px; }.hero-copy h1 { font-size: var(--h1fontsize); line-height: var(--h1lineheight); }.hero-lede { font-size: var(--bodyfontsize); }
  .menu-section { max-width: 1170px; padding: 104px 0 112px; }.section-heading { margin-bottom: 52px; max-width: 1170px; }.section-heading h2 { font-size: var(--h2fontsize); line-height: var(--h2lineheight); margin-bottom: 25px; }.section-intro { font-size: var(--bodyfontsize); max-width: 1170px; }
  .menu-grid { gap: 72px; max-width: 1170px; }.card-image { height: 310px; max-width: 310px; width: 310px; }.card-body { padding-top: 18px; }.card-title-row h3 { font-size: var(--h3fontsize); line-height: var(--h3lineheight); margin-bottom: 15px; }.card-title-row strong { font-size: 17px; }.card-body p { font-size: var(--bodyfontsize); max-width: 310px; min-height: 118px; }
  .menu-cta { margin: 0 0 38px; }.menu-cta .text-link { font-size: 14px; }
  .story-section { background-color: #2d62a6; background-image: url('assets/footer-bg-texture.webp'); background-position: center top; background-repeat: no-repeat; background-size: 100% auto; min-height: 510px; padding: 92px 40px 60px; }.story-section::before { display: none; }.story-copy { max-width: 1170px; }.story-copy h2 { font-size: 34px; margin-bottom: 25px; }.story-copy p:not(.eyebrow) { font-size: 14px; line-height: 1.45; }
  .site-footer { background: #2d62a6; min-height: 470px; padding: 125px max(40px, calc((100vw - 1170px) / 2)) 25px; }.footer-top p { font-size: 38px; }.footer-top small { font-size: 15px; }.socials { margin-top: 22px; }.socials a { font-size: 16px; height: 31px; width: 31px; }.footer-bottom { font-size: 12px; margin-top: 105px; }
}

/* The lower page is one continuous section, including the social footer. */
.story-section { background-color: #fff; background-image: url('assets/footer-bg-texture.webp'); background-position: center top; background-repeat: no-repeat; background-size: 100% 100%; min-height: 0; padding: 0 25px 30px; }
.story-section::before { display: none; }
.blue-content { margin: 0 auto; max-width: 1170px; padding-top: 145px; text-align: center; }
.site-header > .container, .menu-section.container, .blue-content.container { max-width: 1170px; }
.menu-grid.row { display: flex; max-width: 1170px; }
.menu-grid.row .taco-card { width: auto; }
.story-copy { max-width: 1170px; padding: 0; }
.story-copy h2 { margin-bottom: 22px; }
.story-copy p:not(.eyebrow) { margin-bottom: 15px; }
.footer-top { margin-top: 78px; }
.footer-top p { margin-bottom: 12px; }
.footer-bottom { margin-top: 78px; }

@media (max-width: 760px) {
  .story-section { padding: 0 18px 25px; }
  .blue-content { padding-top: 100px; }
  .footer-top { margin-top: 58px; }
  .footer-bottom { margin-top: 58px; }
}
