@font-face {
  font-family: "Brown Sugar";
  src: url("assets/fonts/66bfdbc1852f621b38278c90_BrownSugar.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --c1-light: #ff87a7;
  --c2-light: #ff8089;
  --c3-light: #ff8b7b;
  --c4-light: #fe9972;
  --c5-light: #febc74;
  --c1-base: #ff5481;
  --c2-base: #ff4957;
  --c3-base: #ff5942;
  --c4-base: #fe6d36;
  --c5-base: #fe9f38;
  --ink: #333;
  --site-bg: #fff;
  --display: "Brown Sugar", "Trebuchet MS", sans-serif;
  --serif: "Old Standard TT", Georgia, serif;
  --sans: Montserrat, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--site-bg); color: var(--ink); font: 14px/20px var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.page-width { width: min(940px, calc(100% - 32px)); margin-inline: auto; }

.site-shell { margin-top: 40px; padding: 24px 22px; background: #fff; }
.hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.hero-photo-grid { flex: 1; display: grid; grid-template: repeat(2, 1fr) / repeat(2, 1fr); gap: 16px; }
.hero-photo { min-height: 210px; border: 4px solid; border-radius: 8px; background-position: center; background-size: cover; box-shadow: 1px 2px 5px #0003; }
.hero-photo-one { grid-row: span 2; border-color: var(--c4-light); background-image: url("assets/pics/66c4b4325e7e72f5b05af30f_p3-reduced.avif"); background-position: 50% 0; }
.hero-photo-two { border-color: var(--c2-light); background-image: url("assets/gfx/66c4aec95e7e72f5b0562d7b_PHOTO-2024-08-18-14-47-06.jpg"); }
.hero-photo-three { border-color: var(--c1-light); background-image: url("assets/pics/66c010b2b3c7f0c39a9ea2c0_beach-pic.avif"); }
.hero-wordmark { flex: 1; display: flex; flex-direction: column; align-items: flex-end; padding: 8px; color: var(--c3-light); font: 400 120px/1 var(--display); }
.hero-wordmark span { position: relative; bottom: -.2em; }

.home-grid { margin-top: 29px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; grid-auto-flow: row dense; }
.card { min-width: 0; padding: 20px 27px; border-radius: 8px; }
.border-apricot { border: 4px solid var(--c5-light); }
.welcome-card { grid-column: span 2; box-shadow: 1px 2px 5px #0003; }
.card-heading { display: flex; flex-flow: row-reverse wrap; align-items: center; justify-content: center; margin-bottom: 12px; }
.card-heading span { padding: 8px; font-size: 36px; line-height: 36px; }
.card-heading h1 { margin: 0; text-align: center; font: italic 20px/1.2 var(--serif); }
.archive-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 8px; color: #333d; font: italic 16px/1.4 var(--serif); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.archive-link:hover, .archive-link:focus-visible { color: #000; }
.date-card { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 200px; padding: 45px 14px; background: var(--c2-light); box-shadow: 1px 2px 5px #0003; font-family: var(--display); }
.date-label { margin-bottom: 8px; font: italic 15px/1.2 var(--serif); letter-spacing: .08em; }
.date-day { white-space: nowrap; font-size: 50px; line-height: 1; }
.date-year { margin-top: 5px; font-size: 36px; line-height: 1; }

.site-nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 27px; background: var(--c4-light); border-radius: 8px; box-shadow: 1px 2px 5px #0003; }
.home-nav { grid-column: 1 / -1; position: sticky; top: 4px; z-index: 10; }
.nav-wordmark { color: #333d; text-decoration: none; font: 400 20px/24px var(--display); }
.nav-wordmark span { display: block; }
.site-nav nav { display: flex; align-items: center; font: italic 17px/1.2 var(--serif); text-transform: lowercase; }
.site-nav nav a { margin-inline: 4px; padding: 12px; text-decoration: none; }
.site-nav nav a.current { color: #000c; font-weight: 700; }
.site-nav nav a:hover, .site-nav nav a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }

.home-photo-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 290px; gap: 16px; }
.home-photo { width: 100%; height: 100%; object-fit: cover; min-height: 0; border: 4px solid var(--c3-light); border-radius: 8px; box-shadow: 1px 2px 5px #0003; }
.photo-large { grid-area: span 2 / span 2; }
.photo-wide { grid-column: span 2; }
.monogram-card { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--c5-light); box-shadow: 1px 2px 5px #0003; font: 400 clamp(44px, 7vw, 90px)/.65 var(--display); }
.monogram-card span:nth-child(2) { color: var(--c3-base); }

.footer { min-height: 300px; margin-top: 108px; padding-top: 90px; background-image: linear-gradient(180deg, var(--site-bg), var(--site-bg) 9%, var(--c5-light) 35%, var(--c4-light) 86%, var(--c3-light) 91%, var(--c2-light) 98%, var(--c1-light)); }
.footer-content { min-height: 200px; padding-bottom: 17px; display: flex; align-items: flex-end; justify-content: center; }

/* Our Story */
.story-page { background: #fff; }
.story-page > .site-nav { position: sticky; top: 4px; z-index: 10; margin-top: 4px; }
.our-story-header { margin-top: 40px; }
.our-story-header h1 { margin: 20px 0; font: 700 58px/68px var(--display); }
.our-story-container { margin-top: 113px; margin-bottom: 113px; }
.story-grid { display: grid; gap: 16px; grid-auto-columns: 1fr; }
.grid-1 { grid-template-columns: repeat(3, 1fr); }
.grid-4, .grid-8 { grid-template: auto auto / repeat(7, 1fr); }
.our-story-caption-item { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px; text-align: center; border-radius: 8px; }
.display-1 { color: #333d; font: 400 36px/40px var(--display); }
.our-story-caption-text { margin-top: 13px; color: #333c; }
.our-story-img { width: 100%; max-height: 100%; object-fit: cover; overflow: clip; border-radius: 8px; }
.our-story-comment-1, .our-story-comment-2 { position: relative; margin-top: 20px; padding: 20px 10px; border: 3px dotted; border-radius: 4px; }
.our-story-comment-1 { margin-left: 20px; border-color: var(--c5-base); }
.our-story-comment-2 { margin-right: 20px; border-color: var(--c2-light); }
.our-story-badge-1, .our-story-badge-2 { position: absolute; top: -20px; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding-top: 7px; color: #333a; border-radius: 50%; font: 400 25px/25px var(--display); }
.our-story-badge-1 { left: -20px; background: var(--c5-base); }
.our-story-badge-2 { right: -20px; background: var(--c2-light); }

#node-e6919047-3ca7-8b5c-c511-51cc113cca4e-f2455c19,
#node-_186d92d7-9490-5a65-e941-574975bb8a19-f2455c19 { grid-area: span 1 / span 2; }
#node-_05a0a014-c7d3-7c17-e9bc-3c3061945d67-f2455c19 { grid-area: span 1 / span 3; }
#node-c72dbb67-59b5-bcb5-e1ff-f248daa1d819-f2455c19,
#node-_15f85e94-743d-c7cf-66e0-bcf2ac5751a8-f2455c19,
#node-_6ad1ebf0-0711-c2bc-a762-2497f5a66c59-f2455c19,
#node-dde710fe-11c1-f7fb-bbdf-138c4cef841c-f2455c19,
#node-_7dcc836b-c387-5c87-b812-b4a4666df0d3-f2455c19,
#node-be0bde58-03de-2b7e-8c0b-a6a026072ee6-f2455c19,
#node-_20f88e62-4a04-0a5f-014f-24a907807455-f2455c19,
#node-_3a578d7e-9313-8b01-e88c-149595be3d6e-f2455c19,
#node-fb9bd34e-14b8-365e-a57f-ef2582b87d40-f2455c19,
#node-d7b33b9f-7abf-7b69-8fb4-07fbc3800fcb-f2455c19,
#node-_873ff802-9367-b545-955f-abffba72a041-f2455c19 { place-self: stretch; }
#node-_29ce170e-f383-3bb7-46e0-5ec31347debc-f2455c19,
#node-_3a15853b-d9ad-a913-703d-2745be468cc9-f2455c19,
#node-a4f5be9b-f407-d724-50d2-150ab05ccbe8-f2455c19 { grid-area: span 2 / span 2; place-self: stretch; }
#node-_6e17141e-cb6b-8aea-ab95-a544b330abc5-f2455c19,
#node-d5c9db42-618b-55dc-0f64-2a95429c245f-f2455c19,
#node-fb9bd34e-14b8-365e-a57f-ef2582b87d28-f2455c19,
#node-c4759931-9cc2-cf0b-36f9-1dc5e9771e38-f2455c19 { grid-area: span 1 / span 2; place-self: stretch; }
#node-_08d3fd13-b643-c75d-06a0-a1b08eca567b-f2455c19 { grid-area: span 2 / span 3; place-self: stretch; }
#node-fb9bd34e-14b8-365e-a57f-ef2582b87d2d-f2455c19 { grid-area: span 1 / span 4; }
#node-_45d6c618-d56d-30a6-4b8b-2de31e343a07-f2455c19 { grid-area: span 1 / span 2; }
#node-a1532933-b371-8f02-1949-b150e5156a12-f2455c19 { grid-area: span 3 / span 2; }
#node-_45d6c618-d56d-30a6-4b8b-2de31e343a0c-f2455c19 { grid-area: span 1 / span 3; }
#node-_3714a839-958d-6b46-47d2-0bb0731b0ba1-f2455c19 { grid-area: span 2 / span 2; place-self: stretch; }
#node-_52643ecc-6342-51a4-4def-98724acbb13f-f2455c19 { grid-area: span 2 / span 1; place-self: stretch; }
#node-_9e5e6605-58c2-50bd-11cb-2797d9fa508c-f2455c19 { grid-area: span 2 / span 2; place-self: stretch; }

@media (max-width: 991px) {
  .hero-wordmark { font-size: 96px; }
  #node-a1532933-b371-8f02-1949-b150e5156a12-f2455c19 { grid-row: span 2; }
  #node-_45d6c618-d56d-30a6-4b8b-2de31e343a0c-f2455c19 { grid-area: span 2 / span 4; }
  #node-_52643ecc-6342-51a4-4def-98724acbb13f-f2455c19 { grid-area: span 1 / span 1; }
  #node-_9e5e6605-58c2-50bd-11cb-2797d9fa508c-f2455c19 { grid-area: span 2 / span 3; }
}

@media (max-width: 767px) {
  .hero-wordmark { font-size: 80px; }
  .home-photo-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 250px; }
  .photo-large { grid-area: span 2 / span 2; }
  #node-d5c9db42-618b-55dc-0f64-2a95429c245f-f2455c19 { grid-column: span 1; }
  #node-c4759931-9cc2-cf0b-36f9-1dc5e9771e38-f2455c19 { grid-area: span 1 / span 3; }
  #node-_52643ecc-6342-51a4-4def-98724acbb13f-f2455c19 { grid-area: span 2 / span 2; }
}

@media (max-width: 479px) {
  .page-width { width: calc(100% - 8px); }
  .site-shell { margin-top: 16px; padding: 12px 4px; }
  .hero { align-items: stretch; flex-direction: column; }
  .hero-photo-grid { width: 100%; }
  .hero-photo { min-height: 150px; }
  .hero-wordmark { width: 100%; font-size: 70px; }
  .home-grid { grid-template-columns: 1fr; }
  .welcome-card, .home-nav { grid-column: span 1; }
  .date-card { min-height: 210px; }
  .site-nav { padding-inline: 16px; }
  .site-nav nav a { padding-inline: 8px; }
  .home-photo-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .photo-large, .photo-wide { grid-column: span 2; }
  .photo-large { grid-row: span 2; }
  .our-story-container { margin-block: 100px; }
  .grid-1, .grid-4, .grid-8 { grid-template-columns: repeat(3, 1fr); }
  .omit-on-mobile { display: none; }
  #node-_5c412463-2026-9b9b-0446-88481a462889-f2455c19,
  #node-_55feeab6-cc87-40da-2214-b17ef78b81ac-f2455c19 { grid-area: span 1 / span 2; }
  #node-_186d92d7-9490-5a65-e941-574975bb8a19-f2455c19 { grid-area: span 1 / span 3; }
  #node-_29ce170e-f383-3bb7-46e0-5ec31347debc-f2455c19,
  #node-_3a15853b-d9ad-a913-703d-2745be468cc9-f2455c19,
  #node-_6e17141e-cb6b-8aea-ab95-a544b330abc5-f2455c19,
  #node-a4f5be9b-f407-d724-50d2-150ab05ccbe8-f2455c19 { grid-area: span 1 / span 1; }
  #node-c4759931-9cc2-cf0b-36f9-1dc5e9771e38-f2455c19 { grid-column: span 1; }
  #node-fb9bd34e-14b8-365e-a57f-ef2582b87d2d-f2455c19 { grid-column: span 2; }
  #node-_45d6c618-d56d-30a6-4b8b-2de31e343a07-f2455c19,
  #node-a1532933-b371-8f02-1949-b150e5156a12-f2455c19,
  #node-_45d6c618-d56d-30a6-4b8b-2de31e343a0c-f2455c19,
  #node-_3714a839-958d-6b46-47d2-0bb0731b0ba1-f2455c19,
  #node-_52643ecc-6342-51a4-4def-98724acbb13f-f2455c19,
  #node-_9e5e6605-58c2-50bd-11cb-2797d9fa508c-f2455c19 { grid-column: span 1; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-photo, .hero-wordmark, .welcome-card, .date-card { animation: rise-in .65s ease both; }
  .hero-photo-two, .date-card { animation-delay: .1s; }
  .hero-photo-three { animation-delay: .2s; }
  @keyframes rise-in { from { opacity: 0; transform: translate(12px, 12px); } to { opacity: 1; transform: none; } }
}
