/* Change these variables to update the whole site. The display font is temporary. */
@font-face {
  font-family:'Libre Baskerville';
  src:url('assets/fonts/LibreBaskerville.ttf') format('truetype');
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
}

:root {
  --red:#b10f12;
  --ink:#101112;
  --rule:#555c65;
  --gold:#ba640c;
  --body-font:'Libre Baskerville',Georgia,serif;
  --heading-font:Georgia,'Times New Roman',serif;
  --page-width:1120px;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:24px;
}

body {
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:var(--body-font);
  font-size:17px;
  line-height:1.5;
}

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

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

button,input,textarea {
  font:inherit;
}

button,a,input,textarea {
  -webkit-tap-highlight-color:transparent;
}

button {
  cursor:pointer;
}

a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible {
  outline:3px solid var(--gold);
  outline-offset:5px;
}

a:hover {
  color:var(--red);
}

.page-width {
  width:calc(100% - 80px);
  max-width:var(--page-width);
  margin-inline:auto;
}

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.skip-link {
  position:absolute;
  top:-80px;
  left:16px;
  background:white;
  padding:12px;
  z-index:10;
}

.skip-link:focus {
  top:8px;
}

.announcement {
  background:var(--red);
  color:#fff;
  font-size:12px;
  letter-spacing:2.2px;
  padding:8px 0 7px;
}

.announcement>div {
  max-width:1100px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  gap:12px;
}

.announcement b {
  font-size:10px;
  padding:0 8px;
}

.site-header {
  display:grid;
  grid-template-columns:1fr 1.48fr 1fr;
  align-items:center;
  gap:22px;
  padding-block:22px 12px;
}

.main-navigation {
  display:flex;
  gap:25px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
}

.main-navigation a {
  padding-block:10px;
}

.main-navigation .active {
  position:relative;
}

.main-navigation .active:after {
  content:'';
  position:absolute;
  bottom:5px;
  left:0;
  right:0;
  height:2px;
  background:var(--red);
}

.wordmark {
  display:block;
  text-align:center;
  white-space:nowrap;
  color:#08090a;
}

.header-tools {
  display:flex;
  align-items:center;
  gap:24px;
}

.search-form {
  display:flex;
  border:1px solid #a7afbc;
  border-radius:3px;
  height:41px;
  min-width:0;
  flex:1;
}

.search-form button {
  background:none;
  border:0;
  color:var(--red);
  padding:9px;
  width:37px;
  flex-shrink:0;
}

.search-form svg {
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}

.search-form input {
  width:100%;
  min-width:0;
  font-size:13px;
  border:0;
  background:none;
  outline-offset:0;
  padding:8px 5px;
}

.shopping-bag {
  width:30px;
  flex-shrink:0;
}

.shopping-bag svg {
  width:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.5;
}

.menu-toggle {
  display:none;
}

.hero {
  position:relative;
  display:grid;
  grid-template-columns:120px 1.15fr 1fr;
  grid-template-rows:auto auto;
  padding:20px 0 40px;
  column-gap:22px;
  align-items:center;
  min-height:445px;
}

.hero-note {
  grid-column:1;
  grid-row:1/3;
  align-self:start;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  letter-spacing:1px;
  padding:38px 0 0;
}

.hero-note p {
  margin:20px 0;
}

.hero-location {
  font-size:10px;
  letter-spacing:0;
}

.hero-note .sparkle {
  position:relative;
  display:block;
  width:15px;
  height:28px;
  margin:auto;
}

.hero h1 {
  grid-column:2;
  grid-row:1;
  margin:0;
  align-self:end;
}

.hero h1 img {
  width:100%;
}

.hero-copy {
  grid-column:2;
  grid-row:2;
  align-self:start;
  /* Match the visible lettering's left edge inside the supplied headline image. */
  padding-left:6.56%;
}

.hero-copy p {
  font-size:20px;
  line-height:1.5;
  letter-spacing:.25px;
  margin:10px 0 19px;
}

.hero-art {
  position:relative;
  grid-column:3;
  grid-row:1/3;
  align-self:stretch;
  display:flex;
  align-items:center;
}

.hero-art>img {
  width:95%;
  height:auto;
  object-fit:contain;
}

.sparkle {
  position:absolute;
  width:36px;
  height:55px;
  background:var(--gold);
  clip-path:polygon(50% 0,56% 39%,84% 22%,65% 45%,100% 50%,65% 55%,83% 78%,56% 62%,50% 100%,44% 62%,17% 78%,35% 55%,0 50%,35% 45%,16% 22%,44% 39%);
}

.star-one {
  right:3%;
  top:0;
}

.star-two {
  right:-5%;
  top:calc(21.5% + 1.25px);
  width:30px;
  height:48px;
}

.star-three {
  right:-2%;
  top:43%;
  width:30px;
  height:46px;
}

.star-four {
  left:8%;
  bottom:13%;
}

.star-five,.star-six {
  display:none;
}

.art-note {
  position:absolute;
  right:0;
  bottom:1%;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
  text-align:center;
  line-height:1.55;
}

.art-note:before {
  content:'';
  display:block;
  background:#8e949d;
  width:36px;
  height:2px;
  margin:0 auto 17px;
}

.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  border:2px solid var(--red);
  background:white;
  color:var(--red);
  padding:11px 29px;
  min-height:52px;
  text-transform:uppercase;
  font-size:16px;
  font-weight:700;
  letter-spacing:.8px;
  line-height:1.3;
  transition:background .15s,color .15s;
}

.button:hover {
  background:var(--red);
  color:white;
}

.arrow {
  font-family:Georgia,serif;
  font-weight:400;
  font-size:29px;
  line-height:.8;
}

.featured {
  border-top:2px solid var(--rule);
}

.section-heading {
  display:flex;
  align-items:center;
  gap:24px;
  padding:12px 0 17px;
}

.rule {
  display:block;
  height:2px;
  background:var(--rule);
  flex:1;
  min-width:10px;
}

h2 {
  font-family:var(--heading-font);
  font-weight:900;
  text-transform:uppercase;
  line-height:1.12;
  font-size:44px;
  margin:0;
  letter-spacing:-1px;
}

h2>span {
  display:block;
  transform:scaleX(.72);
  transform-origin:left;
  width:138.889%;
}

.section-heading h2 {
  min-width:0;
  width:560px;
  flex-shrink:0;
  text-align:center;
}

.section-heading h2>span {
  transform-origin:center;
  width:138.889%;
  margin-left:-19.444%;
}

.red-star {
  display:block;
  flex-shrink:0;
  width:22px;
  height:27px;
  background:var(--red);
  clip-path:polygon(50% 0,62% 30%,94% 22%,79% 51%,95% 78%,63% 72%,50% 100%,38% 73%,5% 78%,22% 50%,6% 22%,38% 30%);
}

.product-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

.product-card img {
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
}

.product-card h3 {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:5px;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:.5px;
  margin:15px 0 0;
  line-height:1.5;
}

.product-card .arrow {
  color:var(--red);
  font-size:26px;
}

.shop-divider {
  display:flex;
  align-items:center;
  gap:18px;
  margin:23px 0 10px;
}

.about {
  display:grid;
  grid-template-columns:235px 1fr;
  align-items:center;
  gap:30px;
  padding:0 0 24px;
}

.about-art {
  position:relative;
}

.about-art img {
  width:100%;
}

.about-star-one {
  right:23%;
  top:0;
  width:36px;
  height:50px;
}

.about-star-two {
  right:-10px;
  bottom:4%;
  width:32px;
  height:49px;
}

.about-copy h2 {
  font-size:48px;
  margin-bottom:24px;
}

.about-copy p {
  margin:0 0 16px;
  font-size:19px;
  line-height:1.55;
}

.contact {
  border-top:2px solid var(--rule);
  border-bottom:2px solid var(--rule);
  padding:23px 38px 26px;
}

.contact-heading {
  display:flex;
  align-items:baseline;
  gap:22px;
  margin-bottom:21px;
}

.contact-heading h2 {
  width:250px;
  flex-shrink:0;
  font-size:43px;
}

.contact-heading p {
  font-size:13px;
  line-height:1.6;
  margin:0;
}

.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}

input,textarea {
  color:var(--ink);
}

#contact-form input,#contact-form textarea {
  border:1px solid #a7afbc;
  border-radius:3px;
  width:100%;
  padding:11px 15px;
  font-size:14px;
  background:#fff;
  min-height:45px;
}

::placeholder {
  color:#89919e;
  opacity:1;
}

#contact-form textarea {
  resize:vertical;
  display:block;
  margin-top:13px;
  min-height:85px;
}

.button-filled {
  background:var(--red);
  color:white;
  border-radius:3px;
  min-height:49px;
  font-size:14px;
}

.button-filled:hover {
  background:#850b0d;
}

#contact-form>.button {
  display:flex;
  margin:14px auto 0;
}

.footer-main {
  display:grid;
  grid-template-columns:190px 1fr 1fr;
  align-items:center;
  gap:35px;
  padding:16px 12px;
}

.footer-logo {
  width:166px;
}

.footer-navigation {
  text-align:center;
}

.footer-navigation>p {
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:1px;
  font-size:20px;
  margin:0 0 8px;
}

.footer-navigation nav {
  display:flex;
  justify-content:center;
  gap:33px;
}

.footer-navigation a {
  border-bottom:2px solid var(--red);
  padding:4px 0;
}

.social-links {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  align-items:center;
  border-left:2px solid var(--rule);
  padding:23px 0 23px 40px;
  gap:22px;
}

.social-links a {
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:12px;
  font-size:12px;
  min-width:48px;
  min-height:48px;
}

.social-links svg {
  width:25px;
  height:25px;
  fill:currentColor;
}

.footer-tagline {
  display:flex;
  align-items:center;
  gap:24px;
}

.footer-tagline p {
  font-size:12px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  white-space:nowrap;
  margin:0;
}

.copyright {
  text-align:right;
  font-size:10px;
  margin:10px 0 20px;
}

.form-status,.search-status {
  font-size:14px;
  line-height:1.7;
}

.form-status {
  text-align:center;
  margin-bottom:0;
}

dialog {
  border:2px solid var(--red);
  max-width:min(90%,480px);
  padding:35px;
  background:white;
}

dialog::backdrop {
  background:#0006;
}

dialog p {
  margin:10px 0 25px;
}

.dialog-close {
  position:absolute;
  right:8px;
  top:2px;
  border:0;
  background:none;
  font-size:32px;
  width:44px;
  height:44px;
}

.dialog-dismiss {
  font-size:14px;
}

.product-card[hidden],[hidden] {
  display:none!important;
}

@media(min-width:761px) and (max-width:1100px) {
  .site-header {
    gap:15px;
    grid-template-columns:1fr 1.4fr 1fr;
  }
  .main-navigation {
    gap:17px;
    font-size:11px;
  }
  .header-tools {
    gap:16px;
  }
  .hero {
    grid-template-columns:105px 1.15fr 1fr;
    gap:15px;
    min-height:390px;
    padding-top:10px;
  }
  .hero-copy p {
    font-size:18px;
  }
  .section-heading {
    gap:20px;
  }
  .section-heading h2 {
    width:540px;
    font-size:41px;
  }
  .product-card h3 {
    font-size:13px;
  }
  .about {
    grid-template-columns:220px 1fr;
    gap:25px;
  }
  .about-copy h2 {
    font-size:43px;
  }
  .about-copy p {
    font-size:16px;
  }
  .contact {
    padding-inline:30px;
  }
  .contact-heading {
    gap:10px;
  }
  .contact-heading h2 {
    width:230px;
  }
  .contact-heading p {
    font-size:11px;
  }
  .footer-main {
    grid-template-columns:160px 1fr 1fr;
    gap:18px;
  }
  .social-links {
    padding-left:25px;
    gap:15px;
  }
  .footer-navigation>p {
    font-size:17px;
  }
  .footer-logo {
    width:150px;
  }
}

@media(max-width:760px) {
  :root {
    --page-width:600px;
  }
  .page-width {
    width:calc(100% - 32px);
  }
  .announcement {
    font-size:10px;
    letter-spacing:1.4px;
    text-align:center;
    padding:5px 4px;
  }
  .announcement>div {
    display:block;
  }
  .announcement span:nth-child(2) {
    display:none;
  }
  .announcement b {
    padding-inline:5px;
  }
  .site-header {
    position:relative;
    grid-template-columns:1fr 40px;
    gap:16px 12px;
    padding:18px 16px 0;
  }
  .wordmark {
    grid-column:1;
    grid-row:1;
    justify-self:center;
  }
  .menu-toggle {
    display:flex;
    flex-direction:column;
    gap:6px;
    justify-content:center;
    align-items:center;
    grid-column:2;
    grid-row:1;
    width:44px;
    height:48px;
    border:0;
    background:none;
    padding:7px;
  }
  .menu-toggle span {
    display:block;
    width:29px;
    height:3px;
    background:var(--ink);
  }
  .main-navigation {
    display:none;
    grid-column:1/-1;
    grid-row:2;
    justify-content:space-around;
    flex-wrap:wrap;
    border-block:1px solid var(--rule);
    gap:10px;
    font-size:13px;
  }
  .main-navigation.is-open {
    display:flex;
  }
  .main-navigation a {
    padding-block:14px;
  }
  .header-tools {
    grid-column:1/-1;
    grid-row:3;
    display:block;
  }
  .search-form {
    height:44px;
  }
  .search-form input {
    font-size:16px;
    padding-left:4px;
  }
  .search-form button {
    width:40px;
  }
  .shopping-bag {
    display:none;
  }
  .hero {
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto;
    padding:14px 0 22px;
    min-height:0;
    gap:0;
    text-align:center;
  }
  .hero-note {
    display:none;
  }
  .hero h1 {
    grid-column:1;
    grid-row:1;
    width:80%;
    max-width:465px;
    margin:0 auto;
  }
  .hero-art {
    grid-column:1;
    grid-row:2;
    width:66%;
    max-width:345px;
    margin:0 auto;
    min-height:0;
    justify-content:center;
  }
  .hero-art>img {
    width:75%;
  }
  .hero-copy {
    grid-column:1;
    grid-row:3;
    padding-left:0;
  }
  .hero-copy p {
    font-size:clamp(17px,3.7vw,23px);
    line-height:1.45;
    letter-spacing:0;
    max-width:95%;
    margin:0 auto 12px;
  }
  .hero-copy .button {
    width:75%;
    min-width:260px;
  }
  .button {
    font-size:15px;
    min-height:46px;
    padding:10px 18px;
    gap:19px;
  }
  .art-note {
    display:none;
  }
  .star-one {
    left:4%;
    top:10%;
    width:30px;
    height:44px;
  }
  .star-two {
    right:12%;
    top:9%;
    width:24px;
    height:35px;
  }
  .star-three {
    right:0;
    top:34%;
    width:32px;
    height:48px;
  }
  .star-four {
    left:5%;
    bottom:27%;
    width:29px;
    height:44px;
  }
  .star-five {
    display:block;
    left:20%;
    bottom:4%;
    width:24px;
    height:37px;
  }
  .star-six {
    display:block;
    right:10%;
    bottom:10%;
    width:24px;
    height:36px;
  }
  .section-heading {
    gap:12px;
    padding:10px 0 12px;
  }
  .section-heading h2 {
    font-size:clamp(18px,5.3vw,36px);
    width:auto;
    flex:0 1 75%;
    white-space:nowrap;
    letter-spacing:-.7px;
  }
  .red-star {
    width:17px;
    height:21px;
  }
  .section-heading .rule {
    min-width:8px;
  }
  .product-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:15px 20px;
  }
  .product-card img {
    aspect-ratio:1.24;
    object-fit:cover;
  }
  .product-card h3 {
    font-size:clamp(11px,2.65vw,17px);
    justify-content:center;
    letter-spacing:.2px;
    margin:8px 0 0;
  }
  .product-card .arrow {
    display:none;
  }
  .shop-divider {
    gap:13px;
    margin:18px 0 16px;
  }
  .shop-divider .button {
    font-size:14px;
    min-width:220px;
  }
  .about {
    grid-template-columns:minmax(0,1fr);
    gap:20px;
    padding-bottom:26px;
  }
  .about-copy h2 {
    font-size:clamp(26px,7.4vw,39px);
    margin-bottom:16px;
    letter-spacing:-1px;
  }
  .about-copy p {
    font-size:16px;
    line-height:1.65;
    margin-bottom:16px;
  }
  .about-copy p:last-child {
    margin-bottom:0;
  }
  .about-art {
    width:70%;
    max-width:270px;
    justify-self:center;
  }
  .about-star-one {
    width:25px;
    height:37px;
    right:14%;
    top:-3%;
  }
  .about-star-two {
    width:24px;
    height:37px;
    right:-7%;
    bottom:0;
  }
  .about .desktop-break {
    display:none;
  }
  .contact {
    padding:10px 0 18px;
  }
  .contact-heading {
    margin-bottom:10px;
    display:block;
  }
  .contact-heading h2 {
    font-size:36px;
    width:auto;
  }
  .contact-heading p {
    display:none;
  }
  .form-row {
    grid-template-columns:1fr;
    gap:10px;
  }
  #contact-form input,#contact-form textarea {
    font-size:16px;
    padding:9px 12px;
    min-height:44px;
  }
  #contact-form textarea {
    min-height:77px;
    margin-top:10px;
  }
  #contact-form>.button {
    width:100%;
    margin-top:11px;
    min-height:46px;
    font-size:15px;
  }
  .footer-main {
    grid-template-columns:29% 1fr;
    gap:15px 23px;
    padding:12px 0 16px;
  }
  .footer-logo {
    grid-column:1;
    grid-row:1/3;
    width:100%;
  }
  .footer-navigation {
    grid-column:2;
    grid-row:1;
  }
  .footer-navigation>p {
    display:none;
  }
  .footer-navigation nav {
    justify-content:space-around;
    gap:14px;
    font-size:16px;
  }
  .footer-navigation a {
    padding-block:7px;
  }
  .social-links {
    grid-column:2;
    grid-row:2;
    border:0;
    padding:0;
    gap:5px;
  }
  .social-links a {
    font-size:9px;
    gap:7px;
    min-width:40px;
  }
  .social-links svg {
    width:23px;
    height:23px;
  }
  .footer-tagline {
    gap:10px;
  }
  .footer-tagline p {
    font-size:clamp(7px,1.65vw,10px);
    letter-spacing:.8px;
  }
  .copyright {
    text-align:center;
    font-size:10px;
    margin:14px 0 20px;
  }
}

@media(max-width:360px) {
  .page-width {
    width:calc(100% - 24px);
  }
  .site-header {
    padding-inline:4px;
  }
  .footer-main {
    gap:12px;
  }
  .footer-navigation nav {
    font-size:14px;
  }
  .section-heading {
    gap:8px;
  }
  .hero-copy .button {
    min-width:240px;
  }
  .social-links a {
    font-size:8px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    transition:none!important;
  }
}

/* Intermediate tablet widths need more room for footer links. */
@media (min-width: 761px) and (max-width: 900px) {
  .footer-main {
    grid-template-columns: 120px 1fr 1fr;
    gap: 14px;
    padding-inline: 0;
  }
  .footer-logo {
    width: 120px;
  }
  .footer-navigation nav {
    gap: 18px;
    font-size: 14px;
  }
  .social-links {
    gap: 12px;
    padding-left: 18px;
  }
  .social-links a {
    min-width: 40px;
    font-size: 10px;
  }
}


/* The supplied header logo is displayed intact, at its original proportions. */
.wordmark { width: 100%; min-width: 0; }
.wordmark img { width: 100%; height: auto; }
@media (max-width: 760px) {
  .wordmark { width: 100%; max-width: 380px; }
  .site-header { row-gap: 10px; }
  .hero-copy .button { white-space: nowrap; }
}
