:root {
  --ink: #181414;
  --paper: #f7f0e8;
  --white: #fffaf5;
  --wine: #762b40;
  --rose: #e7c7c7;
  --gold: #bd9054;
  --muted: #716966;
  --line: #d9ccc1;
  --sans: Inter, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 var(--sans);
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}
.top {
  background: var(--ink);
  color: #fff;
  padding: 9px 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.top .wrap,
.nav .wrap,
.footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 240, 232, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap {
  min-height: 82px;
}
.brand {
  text-decoration: none;
  font: 700 1.05rem var(--sans);
  letter-spacing: -0.02em;
}
.brand small {
  display: block;
  color: var(--wine);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  margin-top: 3px;
}
.links {
  display: flex;
  align-items: center;
  gap: 25px;
}
.links a {
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  background: var(--wine);
  color: #fff !important;
  border: 1px solid var(--wine);
  text-decoration: none;
  font-weight: 850;
  font-size: 0.87rem;
}
.btn.alt {
  background: transparent;
  color: var(--ink) !important;
  border-color: var(--ink);
}
.hero {
  padding: 70px 0 0;
}
.badge,
.eyebrow {
  display: inline-block;
  color: var(--wine);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}
.hero h1,
.section h2,
.article h1,
.article h2,
.quote blockquote {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
}
.hero h1 {
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 0.86;
  margin: 0.25em 0 0.22em;
  max-width: 1060px;
}
.hero h1 em {
  color: var(--wine);
  font-weight: inherit;
}
.hero-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
  margin: 42px 0 58px;
}
.lead {
  font-size: 1.18rem;
  line-height: 1.55;
  color: #4f4744;
  max-width: 650px;
}
.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.proof div {
  padding: 20px 18px 0 0;
  border-right: 1px solid var(--line);
}
.proof div + div {
  padding-left: 20px;
}
.proof b {
  display: block;
  font-size: 1.1rem;
}
.proof span {
  font-size: 0.76rem;
  color: var(--muted);
}
.hero-visual {
  position: relative;
}
.hero-visual img {
  width: 100%;
  height: min(64vw, 740px);
  object-fit: cover;
}
.hero-label {
  position: absolute;
  left: 6%;
  bottom: 8%;
  background: var(--paper);
  padding: 22px 25px;
  max-width: 260px;
  font-weight: 800;
  line-height: 1.25;
}
.hero-label small {
  display: block;
  color: var(--wine);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.section {
  padding: 105px 0;
}
.section.warm {
  background: var(--rose);
}
.section.dark {
  background: var(--ink);
  color: #fff;
}
.section.wine {
  background: var(--wine);
  color: #fff;
}
.section-head {
  display: grid;
  grid-template-columns: 1.55fr 0.7fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}
.section h2 {
  font-size: clamp(2.8rem, 5.7vw, 5.5rem);
  line-height: 0.95;
  margin: 0.18em 0;
}
.section-head > p {
  color: var(--muted);
  margin: 0;
}
.dark .section-head > p,
.dark .offer-row p {
  color: #cbbfba;
}
.dark .eyebrow,
.wine .eyebrow {
  color: var(--rose);
}
.offer-row {
  display: grid;
  grid-template-columns: 120px 1fr 0.8fr;
  gap: 30px;
  align-items: start;
  padding: 30px 0;
  border-top: 1px solid #403838;
}
.offer-row:last-child {
  border-bottom: 1px solid #403838;
}
.offer-row b {
  font: 500 2rem var(--serif);
  color: var(--gold);
}
.offer-row h3 {
  font: 500 1.8rem/1.1 var(--serif);
  margin: 0;
}
.offer-row p {
  margin: 0;
}
.gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}
.gallery-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.gallery img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}
.gallery-side img {
  min-height: 291px;
}
.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  margin-top: 52px;
}
.step {
  padding: 30px 40px 20px 0;
  border-right: 1px solid var(--line);
}
.step + .step {
  padding-left: 40px;
}
.step b {
  font: 500 2.6rem var(--serif);
  color: var(--wine);
}
.step h3 {
  font-size: 1.1rem;
  margin: 35px 0 8px;
}
.step p {
  color: var(--muted);
}
.quote {
  padding: 90px 0;
  background: var(--wine);
  color: #fff;
}
.quote blockquote {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.02;
  margin: 0;
  max-width: 1050px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.post {
  background: var(--paper);
  padding: 38px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}
.post:first-child {
  grid-row: span 2;
  min-height: 660px;
  background: var(--ink);
  color: #fff;
}
.post small {
  color: var(--wine);
  font-weight: 850;
  letter-spacing: 0.12em;
}
.post:first-child small {
  color: var(--rose);
}
.post h3 {
  font: 500 1.8rem/1.08 var(--serif);
  margin: 45px 0 14px;
}
.post:first-child h3 {
  font-size: clamp(2.6rem, 4vw, 4.3rem);
  margin-top: auto;
}
.post p {
  color: var(--muted);
}
.post:first-child p {
  color: #cbbfba;
}
.post a {
  margin-top: auto;
  font-weight: 850;
  color: var(--wine);
}
.post:first-child a {
  color: var(--rose);
}
.faq {
  max-width: 920px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  font: 500 1.35rem var(--serif);
  list-style: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "+";
  float: right;
  color: var(--wine);
}
.faq details[open] summary:after {
  content: "–";
}
.faq p {
  max-width: 760px;
  color: var(--muted);
}
.contact {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: start;
}
.contact-card {
  border-top: 3px solid var(--rose);
  padding-top: 28px;
}
.contact-card > a {
  display: block;
  font: 500 2.2rem var(--serif);
  margin: 10px 0;
}
.footer {
  background: #100d0d;
  color: #ddd1cb;
  padding: 48px 0;
}
.footer a {
  text-decoration: none;
}
.article-hero {
  padding: 72px 0 52px;
  border-bottom: 1px solid var(--line);
}
.article-hero .wrap,
.article-body {
  max-width: 900px;
}
.article h1 {
  font-size: clamp(3.1rem, 7vw, 6.4rem);
  line-height: 0.92;
  margin: 0.2em 0;
}
.article .intro {
  font-size: 1.3rem;
  line-height: 1.55;
  color: #4e4744;
  max-width: 780px;
}
.article-meta {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.article-body {
  margin: 0 auto;
  padding: 65px 24px 100px;
}
.article-body h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  margin: 1.7em 0 0.5em;
}
.article-body h3 {
  font-size: 1.15rem;
  margin: 2em 0 0.4em;
}
.article-body p,
.article-body li {
  max-width: 760px;
}
.article-body li + li {
  margin-top: 0.55em;
}
.answer-box,
.checklist,
.article-cta {
  padding: 28px 32px;
  margin: 34px 0;
}
.answer-box {
  background: var(--rose);
  font-size: 1.08rem;
}
.answer-box strong {
  display: block;
  margin-bottom: 8px;
}
.checklist {
  border: 1px solid var(--line);
  background: var(--white);
}
.checklist h2,
.article-cta h2 {
  margin-top: 0;
}
.article-cta {
  background: var(--wine);
  color: #fff;
}
.article-cta p {
  color: #f1dedf;
}
.article-cta .btn {
  background: #fff;
  color: var(--wine) !important;
  border-color: #fff;
}
.related {
  border-top: 1px solid var(--line);
  margin-top: 52px;
  padding-top: 28px;
}
.related a {
  display: block;
  color: var(--wine);
  font-weight: 750;
  margin: 8px 0;
}
.mobile-cta {
  display: none;
}
@media (max-width: 850px) {
  .wrap {
    width: min(100% - 30px, 1180px);
  }
  .top {
    display: none;
  }
  .nav .wrap {
    min-height: 70px;
  }
  .links a:not(.btn) {
    display: none;
  }
  .hero {
    padding-top: 46px;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 15vw, 6.5rem);
  }
  .hero-bottom,
  .section-head,
  .contact {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .hero-visual img {
    height: 650px;
  }
  .section {
    padding: 72px 0;
  }
  .offer-row {
    grid-template-columns: 60px 1fr;
  }
  .offer-row p {
    grid-column: 2;
  }
  .gallery {
    grid-template-columns: 1fr;
  }
  .gallery img {
    min-height: 520px;
  }
  .gallery-side img {
    min-height: 320px;
  }
  .process {
    grid-template-columns: 1fr;
  }
  .step,
  .step + .step {
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .step h3 {
    margin-top: 16px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .post:first-child {
    grid-row: auto;
    min-height: 500px;
  }
  .footer .wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .mobile-cta {
    display: flex;
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 9px;
    background: #fff;
    border-top: 1px solid var(--line);
    gap: 8px;
  }
  .mobile-cta .btn {
    flex: 1;
  }
  .footer {
    padding-bottom: 100px;
  }
}
@media (max-width: 540px) {
  .hero h1 {
    font-size: 3.55rem;
  }
  .hero-bottom {
    margin-top: 25px;
  }
  .proof {
    grid-template-columns: 1fr;
  }
  .proof div,
  .proof div + div {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .hero-visual img {
    height: 490px;
  }
  .hero-label {
    left: 15px;
    bottom: 15px;
  }
  .gallery-side {
    grid-template-columns: 1fr;
  }
  .gallery img,
  .gallery-side img {
    min-height: 420px;
  }
  .offer-row {
    grid-template-columns: 45px 1fr;
  }
  .post {
    padding: 26px;
    min-height: 290px;
  }
  .post:first-child {
    min-height: 420px;
  }
  .article-body {
    padding-top: 45px;
  }
  .answer-box,
  .checklist,
  .article-cta {
    padding: 24px 20px;
  }
  .brand {
    font-size: 0.9rem;
  }
  .links .btn {
    padding: 0 12px;
  }
}

/* Modern campaign hero + editorial portfolio */
body {
  font-family: Inter, Arial, sans-serif;
}
.hero-new {
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
  color: #fff;
  padding: 0;
  border-bottom: 1px solid #2d2526;
}
.hero-new:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 76% 50%,
    rgba(118, 43, 64, 0.42),
    transparent 34%
  );
  pointer-events: none;
}
.hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: 7%;
  top: 18%;
  border-radius: 50%;
  background: rgba(118, 43, 64, 0.12);
  filter: blur(10px);
}
.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  min-height: 720px;
  align-items: center;
  gap: 55px;
  padding-top: 56px;
  padding-bottom: 52px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  animation: hero-copy-in 0.85s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.hero-new .badge {
  color: #d8c5c8;
  border: 1px solid #51484a;
  border-radius: 30px;
  padding: 9px 15px;
  letter-spacing: 0.18em;
}
.hero-new h1 {
  font:
    800 clamp(4.6rem, 7.2vw, 7.1rem)/0.92 Inter,
    Arial,
    sans-serif;
  letter-spacing: -0.065em;
  margin: 0.28em 0 0.24em;
  white-space: nowrap;
}
.hero-new h1 em {
  display: inline-block;
  color: #a92c50;
  font-style: normal;
}
.hero-new .lead {
  color: #d0cbca;
  font-size: 1.08rem;
  max-width: 580px;
}
.hero-new .btn {
  min-height: 58px;
  padding: 0 28px;
  background: #a51f48;
  border-color: #a51f48;
  gap: 22px;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}
.hero-new .btn:hover {
  transform: translateY(-3px);
  background: #be2856;
}
.text-link {
  align-self: center;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding: 10px 0;
  font-weight: 700;
}
.hero-new .actions {
  gap: 34px;
}
.hero-proof {
  display: flex;
  gap: 42px;
  margin-top: 35px;
}
.hero-proof > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 36px;
  border-right: 1px solid #464042;
}
.hero-proof > div:last-child {
  border: 0;
}
.hero-proof b {
  color: #e0a84a;
  letter-spacing: 0.08em;
}
.hero-proof .pin {
  color: #fff;
}
.hero-proof span {
  font-size: 0.84rem;
  color: #ddd;
}
.hero-proof small {
  color: #898384;
}
.hero-cake {
  position: relative;
  z-index: 1;
  height: 610px;
  display: grid;
  place-items: end center;
  animation: hero-image-in 1s 0.12s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.cake-frame {
  position: relative;
  width: 82%;
  height: 100%;
  overflow: hidden;
  transform: rotate(2deg);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.45);
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.cake-frame:hover {
  transform: rotate(0) scale(1.015);
}
.cake-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.42));
}
.cake-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cake-note {
  position: absolute;
  right: -5px;
  bottom: 38px;
  background: #a51f48;
  color: #fff;
  padding: 17px 22px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
  transform: rotate(-3deg);
}
.portfolio-section {
  background: #f6f1eb;
}
.portfolio-layout {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 55px;
  align-items: start;
}
.portfolio-intro {
  position: sticky;
  top: 120px;
}
.portfolio-intro h2 {
  font:
    800 clamp(2.6rem, 4.2vw, 4.6rem)/0.94 Inter,
    Arial,
    sans-serif;
  letter-spacing: -0.055em;
}
.portfolio-intro h2 em {
  font-style: normal;
  color: #a51f48;
}
.portfolio-intro > p:not(.eyebrow) {
  color: var(--muted);
  margin: 25px 0;
}
.dark-link {
  display: inline-block;
  color: var(--ink);
  font-size: 0.88rem;
}
.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  gap: 12px;
}
.tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #1a1717;
  min-height: 0;
}
.tile-tall {
  grid-row: span 2;
}
.tile-wide {
  grid-column: span 2;
}
.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.5s ease;
}
.tile:hover img {
  transform: scale(1.045);
  filter: brightness(0.78);
}
.tile figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 15px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.3s ease;
}
.tile:hover figcaption {
  opacity: 1;
  transform: none;
}
.js .reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.js .reveal.in-view {
  opacity: 1;
  transform: none;
}
.masonry-gallery .reveal:nth-child(2) {
  transition-delay: 0.08s;
}
.masonry-gallery .reveal:nth-child(3) {
  transition-delay: 0.16s;
}
.masonry-gallery .reveal:nth-child(4) {
  transition-delay: 0.24s;
}
.masonry-gallery .reveal:nth-child(5) {
  transition-delay: 0.32s;
}
@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes hero-image-in {
  from {
    opacity: 0;
    transform: translateX(50px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 980px) {
  .hero-shell {
    grid-template-columns: 1fr 0.72fr;
    min-height: 680px;
    gap: 24px;
  }
  .hero-new h1 {
    font-size: clamp(4rem, 8.5vw, 6.2rem);
  }
  .cake-frame {
    width: 100%;
  }
  .portfolio-layout {
    grid-template-columns: 220px 1fr;
    gap: 30px;
  }
  .masonry-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  .hero-new {
    padding: 0;
  }
  .hero-shell {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 0;
  }
  .hero-new h1 {
    white-space: normal;
    font-size: clamp(3.8rem, 14vw, 6rem);
  }
  .hero-copy {
    padding-bottom: 15px;
  }
  .hero-cake {
    height: 520px;
    margin-top: 12px;
  }
  .cake-frame {
    width: 86%;
    margin-left: auto;
  }
  .cake-note {
    right: 2%;
    bottom: 26px;
  }
  .portfolio-layout {
    grid-template-columns: 1fr;
  }
  .portfolio-intro {
    position: static;
    max-width: 580px;
  }
  .masonry-gallery {
    grid-auto-rows: 290px;
  }
}
@media (max-width: 540px) {
  .hero-new h1 {
    font-size: 3.85rem;
    line-height: 0.91;
  }
  .hero-new .lead {
    font-size: 1rem;
  }
  .hero-new .actions {
    gap: 18px;
  }
  .hero-proof {
    gap: 14px;
    justify-content: space-between;
  }
  .hero-proof > div {
    padding-right: 13px;
    gap: 8px;
  }
  .hero-cake {
    height: 460px;
  }
  .cake-frame {
    width: 92%;
  }
  .portfolio-layout {
    gap: 35px;
  }
  .masonry-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 390px;
  }
  .tile,
  .tile-wide,
  .tile-tall {
    grid-column: auto;
    grid-row: auto;
  }
  .tile figcaption {
    opacity: 1;
    transform: none;
    text-shadow: 0 1px 8px #000;
  }
  .portfolio-intro h2 {
    font-size: 3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-copy,
  .hero-cake,
  .js .reveal {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .cake-frame,
  .tile img {
    transition: none;
  }
}

/* Entrepedia-inspired typography and section rhythm */
:root {
  --serif: Inter, Arial, sans-serif;
}
.brand,
.proof b,
.offer-row b,
.offer-row h3,
.step b,
.quote blockquote,
.post h3,
.contact-card > a,
.article h1,
.article h2,
.faq summary {
  font-family: Inter, Arial, sans-serif;
}
.section h2,
.article h1,
.article h2 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.section h2 {
  line-height: 0.94;
}
.section-head {
  align-items: start;
}
.section-head > p {
  font-size: 1rem;
  line-height: 1.7;
}
.eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}
.dark {
  background: #0e0e0e;
}
.offer-row {
  grid-template-columns: 90px 1fr 0.82fr;
  padding: 35px 0;
}
.offer-row b {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.offer-row h3 {
  font-size: 1.7rem;
  font-weight: 750;
  letter-spacing: -0.035em;
}
.section.warm {
  background: #fff;
}
.process {
  border-top: 1px solid #cfc8c1;
}
.step b {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.step h3 {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.quote {
  background: #0e0e0e;
  border-top: 1px solid #2c2929;
  border-bottom: 1px solid #2c2929;
}
.quote blockquote {
  font-weight: 800;
  letter-spacing: -0.055em;
}
.post h3 {
  font-weight: 750;
  letter-spacing: -0.035em;
}
.post:first-child h3 {
  font-weight: 800;
}
.faq summary {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.article-body h2 {
  font-weight: 800;
}
.cake-frame {
  width: 100%;
  height: 100%;
  transform: none;
  box-shadow: none;
}
.cake-frame:hover {
  transform: scale(1.01);
}
.cake-frame img {
  object-fit: cover;
  object-position: center;
}
.hero-cake {
  height: 610px;
}
.cake-note {
  display: none;
}
.portfolio-section {
  border-top: 1px solid #ded7cf;
}
.tile {
  background: #0e0e0e;
}
.tile img {
  filter: saturate(0.95) contrast(1.02);
}
.tile:nth-child(2) img,
.tile:nth-child(3) img {
  filter: saturate(0.82) contrast(1.12) brightness(0.78);
}
.btn {
  border-radius: 3px;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}
.nav .btn {
  border-radius: 3px;
}
.post {
  border-radius: 0;
}
.article-cta,
.answer-box,
.checklist {
  border-radius: 0;
}
@media (max-width: 850px) {
  .offer-row {
    grid-template-columns: 55px 1fr;
  }
  .hero-cake {
    height: 500px;
  }
  .cake-frame {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .hero-cake {
    height: 390px;
  }
  .cake-frame img {
    object-position: 63% center;
  }
}
.cake-frame img,
.tile:first-child img {
  object-position: right center;
}
@media (max-width: 540px) {
  .cake-frame img {
    object-position: right center;
  }
}

/* Full-bleed hero artwork */
.hero-new {
  min-height: 720px;
}
.hero-shell {
  display: block;
  min-height: 720px;
  padding-top: 112px;
  padding-bottom: 70px;
}
.hero-copy {
  width: min(54%, 650px);
}
.hero-cake {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: 64%;
  height: 100%;
  display: block;
  margin: 0;
}
.cake-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cake-frame:before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #0d0d0d 0%,
      rgba(13, 13, 13, 0.94) 12%,
      rgba(13, 13, 13, 0.38) 42%,
      rgba(13, 13, 13, 0.05) 70%
    ),
    linear-gradient(
      180deg,
      rgba(13, 13, 13, 0.18),
      transparent 32%,
      rgba(13, 13, 13, 0.22)
    );
  pointer-events: none;
}
.cake-frame:after {
  display: none;
}
.cake-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.hero-new:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: linear-gradient(180deg, transparent, #0d0d0d);
  pointer-events: none;
}
.hero-copy {
  z-index: 3;
}
.hero-proof {
  position: relative;
  z-index: 3;
}
@media (max-width: 980px) {
  .hero-copy {
    width: 57%;
  }
  .hero-new h1 {
    font-size: clamp(4rem, 7.8vw, 6rem);
  }
  .hero-cake {
    width: 63%;
  }
}
@media (max-width: 850px) {
  .hero-new {
    min-height: auto;
  }
  .hero-shell {
    display: flex;
    min-height: auto;
    padding-top: 54px;
  }
  .hero-copy {
    width: 100%;
    z-index: 3;
  }
  .hero-cake {
    position: relative;
    inset: auto;
    width: calc(100% + 30px);
    height: 500px;
    margin: 25px -15px 0;
  }
  .cake-frame {
    position: absolute;
    inset: 0;
  }
  .cake-frame:before {
    background: linear-gradient(
      180deg,
      #0d0d0d 0%,
      rgba(13, 13, 13, 0.28) 18%,
      transparent 45%,
      rgba(13, 13, 13, 0.2)
    );
  }
  .hero-new:after {
    display: none;
  }
}
@media (max-width: 540px) {
  .hero-shell {
    padding-top: 44px;
  }
  .hero-cake {
    height: 390px;
  }
  .cake-frame img {
    object-position: 68% center;
  }
}

/* Keep the cake inside the hero background on every viewport */
@media (max-width: 850px) {
  .hero-new {
    min-height: 730px;
  }
  .hero-shell {
    display: block;
    min-height: 730px;
    padding: 70px 15px 55px;
  }
  .hero-copy {
    width: 100%;
    max-width: 620px;
  }
  .hero-cake {
    position: absolute;
    inset: 0 0 0 auto;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .cake-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .cake-frame:before {
    background:
      linear-gradient(
        90deg,
        rgba(13, 13, 13, 0.98) 0%,
        rgba(13, 13, 13, 0.9) 43%,
        rgba(13, 13, 13, 0.38) 75%,
        rgba(13, 13, 13, 0.18) 100%
      ),
      linear-gradient(
        180deg,
        rgba(13, 13, 13, 0.25),
        transparent 45%,
        rgba(13, 13, 13, 0.45)
      );
  }
  .cake-frame img {
    object-position: 70% center;
  }
  .hero-copy {
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 540px) {
  .hero-new {
    min-height: 700px;
  }
  .hero-shell {
    min-height: 700px;
    padding-top: 52px;
  }
  .hero-new h1 {
    font-size: 3.4rem;
  }
  .hero-new .lead {
    max-width: 88%;
  }
  .hero-cake {
    height: 100%;
    width: 100%;
  }
  .cake-frame:before {
    background:
      linear-gradient(
        90deg,
        rgba(13, 13, 13, 0.98) 0%,
        rgba(13, 13, 13, 0.88) 58%,
        rgba(13, 13, 13, 0.42) 100%
      ),
      linear-gradient(
        180deg,
        rgba(13, 13, 13, 0.3),
        transparent 50%,
        rgba(13, 13, 13, 0.55)
      );
  }
  .cake-frame img {
    object-position: 64% center;
    opacity: 0.72;
  }
  .hero-proof {
    margin-top: 30px;
  }
}

/* Local SEO section and order form */
.local-seo {
  background: #ede5dc;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.local-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: start;
}
.local-copy {
  max-width: 620px;
  color: #4f4744;
}
.local-copy p:first-child {
  margin-top: 0;
}
.cake-form {
  background: #fff;
  color: var(--ink);
  padding: 34px;
  border-top: 4px solid var(--rose);
  box-shadow: 0 24px 60px rgba(37, 8, 16, 0.2);
}
.cake-form label {
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.cake-form label small {
  font-weight: 500;
  color: var(--muted);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cake-form input,
.cake-form select,
.cake-form textarea {
  width: 100%;
  margin: 7px 0 18px;
  padding: 13px 14px;
  border: 1px solid #cfc5be;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font:
    500 1rem/1.4 Inter,
    Arial,
    sans-serif;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.cake-form textarea {
  resize: vertical;
  min-height: 125px;
}
.cake-form input:focus,
.cake-form select:focus,
.cake-form textarea:focus {
  outline: 0;
  border-color: var(--wine);
  box-shadow: 0 0 0 3px rgba(118, 43, 64, 0.13);
}
.cake-form .consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  color: #5f5652;
}
.cake-form .consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: var(--wine);
}
.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-submit {
  width: 100%;
  gap: 20px;
  border-radius: 0;
}
.form-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
.form-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  font-size: 0.88rem;
  font-weight: 700;
}
.form-status.success {
  color: #246b43;
}
.form-status.error {
  color: #a11d37;
}
.contact-direct {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e1d8d1;
  font-size: 0.83rem;
  color: var(--muted);
}
.contact-direct a {
  color: var(--wine);
  font-weight: 800;
}
@media (max-width: 850px) {
  .local-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cake-form {
    padding: 26px;
  }
}
@media (max-width: 540px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .cake-form {
    padding: 22px 18px;
  }
  .local-copy .text-link {
    display: inline-block;
  }
}
