/*
Theme Name: TidePaw Memorials
Theme URI: https://tidepaw.com
Author: TidePaw
Description: A refined, high-whitespace WooCommerce theme for premium pet memorials.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tidepaw-memorials
*/

:root {
  --tp-ivory: #fffefb;
  --tp-white: #ffffff;
  --tp-blue: #edf5fb;
  --tp-blue-line: #bdd8eb;
  --tp-blue-text: #8ebbd7;
  --tp-ink: #47483e;
  --tp-muted: #75776f;
  --tp-accent: #d6d94a;
  --tp-border: #e7e7e1;
  --tp-serif: Georgia, "Times New Roman", serif;
  --tp-sans: Arial, Helvetica, sans-serif;
  --tp-max: 1548px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--tp-ink);
  background: var(--tp-ivory);
  font-family: var(--tp-sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Header */
.tp-header {
  height: 78px;
  border-bottom: 1px solid var(--tp-border);
  background: rgba(255,255,255,.98);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 5.2vw;
  position: relative;
  z-index: 50;
}
.tp-nav { display: flex; align-items: center; }
.tp-nav ul, .tp-nav__list { display: flex; align-items: center; gap: 42px; margin: 0; padding: 0; list-style: none; }
.tp-nav--right { justify-content: flex-end; }
.tp-header__right { display: flex; align-items: center; justify-content: flex-end; gap: 42px; }
.tp-nav a, .tp-cart-link {
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #55584f;
  white-space: nowrap;
}
.tp-nav a:hover, .tp-cart-link:hover { color: #8dbad6; }
.tp-brand { min-width: 240px; text-align: center; line-height: 1; }
.tp-brand__name {
  display: block;
  font-family: var(--tp-serif);
  font-size: 22px;
  letter-spacing: .38em;
  padding-left: .38em;
  color: #34352f;
  text-transform: uppercase;
}
.tp-brand__sub {
  display: block;
  margin-top: 8px;
  color: #9bc5df;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .30em;
  text-transform: uppercase;
}
.tp-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.tp-menu-toggle span { display: block; width: 22px; height: 1px; background: #47483e; margin: 5px 0; }

/* Hero: intentionally mirrors the supplied reference composition */
.tp-hero {
  min-height: 480px;
  max-width: var(--tp-max);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: var(--tp-white);
}
.tp-hero__left,
.tp-hero__right {
  position: absolute;
  top: 12px;
  bottom: 0;
  width: 26.2%;
  background: linear-gradient(135deg, #f4f9fd 0%, #edf5fb 52%, #f9fbfc 100%);
}
.tp-hero__left { left: 0; }
.tp-hero__right { right: 0; top: 116px; }
.tp-hero__watermark {
  position: absolute;
  z-index: 1;
  left: 38%;
  top: 67px;
  width: 39%;
  font-family: var(--tp-serif);
  font-size: clamp(78px, 9.2vw, 145px);
  line-height: 1.45;
  letter-spacing: .33em;
  color: #f0f5f8;
  text-transform: uppercase;
  word-break: break-all;
  pointer-events: none;
}
.tp-hero__copy {
  position: absolute;
  z-index: 4;
  left: 11.8%;
  top: 142px;
  width: 390px;
}
.tp-hero h1 {
  margin: 0;
  max-width: 480px;
  font-family: var(--tp-serif);
  font-size: clamp(42px, 3.35vw, 58px);
  line-height: 1.07;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #4a4b40;
}
.tp-rule { display: block; width: 43px; height: 1px; background: var(--tp-accent); margin: 30px 0 28px; }
.tp-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border: 1px solid #8d8f87;
  background: rgba(255,255,255,.78);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: .25s ease;
}
.tp-button:hover { background: #4a4b40; color: white; }
.tp-hero__product {
  position: absolute;
  z-index: 3;
  left: 37.8%;
  top: 26px;
  width: 39%;
  height: 454px;
  object-fit: contain;
}
.tp-hero__note {
  position: absolute;
  z-index: 4;
  right: 8.2%;
  top: 335px;
  width: 178px;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6f716b;
}
.tp-hero__note .tp-rule { margin: 0 0 18px; }
.tp-arrow {
  position: absolute;
  z-index: 5;
  top: 254px;
  width: 46px;
  height: 46px;
  border: 1px solid var(--tp-blue-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7da8c3;
  background: rgba(255,255,255,.2);
  font-family: var(--tp-serif);
  font-size: 25px;
}
.tp-arrow--left { left: 3%; }
.tp-arrow--right { right: 2.7%; }

/* Editorial story */
.tp-story {
  max-width: 960px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: 270px 1fr;
  align-items: start;
  gap: 58px;
  padding-bottom: 80px;
}
.tp-story__copy { padding-top: 8px; }
.tp-index {
  color: #8ab9d6;
  font-family: var(--tp-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}
.tp-story h2 {
  margin: 20px 0 0;
  font-family: var(--tp-serif);
  font-size: 29px;
  line-height: 1.12;
  font-weight: 400;
}
.tp-story p {
  margin: 22px 0 0;
  max-width: 190px;
  color: #6e706a;
  font-size: 11px;
  line-height: 1.72;
}
.tp-story__image-wrap { background: #eef5fa; overflow: hidden; }
.tp-story__image { width: 100%; aspect-ratio: 1.75 / 1; object-fit: cover; }

/* Additional complete-theme sections */
.tp-section { max-width: 1320px; margin: 0 auto; padding: 92px 5vw; }
.tp-section--blue { max-width: none; background: #eef5fa; }
.tp-section__inner { max-width: 1200px; margin: 0 auto; }
.tp-kicker { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #91bad3; }
.tp-section-title {
  margin: 18px 0 45px;
  font-family: var(--tp-serif);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.06;
  font-weight: 400;
}
.tp-collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tp-collection-card { background: white; min-height: 380px; padding: 36px; position: relative; overflow: hidden; }
.tp-collection-card:nth-child(2) { background: #f4f1e9; }
.tp-collection-card:nth-child(3) { background: #f3f7f9; }
.tp-collection-card__number { font: 13px var(--tp-serif); color: #8ab9d6; }
.tp-collection-card h3 { margin: 175px 0 12px; font: 400 28px/1.1 var(--tp-serif); }
.tp-collection-card p { max-width: 250px; font-size: 12px; line-height: 1.7; color: var(--tp-muted); }
.tp-collection-card a { display: inline-block; margin-top: 12px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid var(--tp-accent); padding-bottom: 6px; }

.tp-products ul.products { display: grid !important; grid-template-columns: repeat(4,1fr); gap: 28px; margin: 0 !important; }
.tp-products ul.products::before, .tp-products ul.products::after { display: none !important; }
.tp-products ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; }
.tp-products ul.products li.product img { aspect-ratio: 1 / 1.18; object-fit: cover; background: #f2f6f8; margin-bottom: 18px !important; }
.tp-products .woocommerce-loop-product__title { font: 400 20px/1.2 var(--tp-serif) !important; color: var(--tp-ink); }
.tp-products .price { color: #6e706a !important; font-size: 13px !important; }
.tp-products .button { margin-top: 10px !important; background: transparent !important; border: 1px solid #8d8f87 !important; color: var(--tp-ink) !important; border-radius: 0 !important; font-size: 10px !important; letter-spacing: .1em; text-transform: uppercase; }

.tp-promise { text-align: center; padding: 105px 20px; }
.tp-promise blockquote { max-width: 850px; margin: 0 auto; font: 400 clamp(34px,4vw,60px)/1.12 var(--tp-serif); }
.tp-promise p { margin: 24px auto 0; max-width: 540px; font-size: 13px; line-height: 1.8; color: var(--tp-muted); }

/* Footer */
.tp-footer { border-top: 1px solid var(--tp-border); padding: 64px 5vw 30px; background: white; }
.tp-footer__grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 50px; }
.tp-footer h3 { margin: 0 0 18px; font: 400 18px var(--tp-serif); }
.tp-footer p, .tp-footer a { font-size: 11px; line-height: 1.9; color: #70726c; }
.tp-footer__brand { font: 400 24px var(--tp-serif); letter-spacing: .28em; text-transform: uppercase; }
.tp-footer__bottom { max-width: 1320px; margin: 50px auto 0; padding-top: 22px; border-top: 1px solid var(--tp-border); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; color: #8a8b86; }

/* Inner pages + WooCommerce */
.tp-page { max-width: 1100px; min-height: 60vh; margin: 0 auto; padding: 90px 5vw; }
.tp-page__title, .woocommerce-products-header__title { font: 400 clamp(44px,6vw,76px)/1 var(--tp-serif); margin: 0 0 45px; }
.tp-page__content { font: 400 17px/1.8 var(--tp-serif); max-width: 760px; }
.woocommerce .woocommerce-breadcrumb { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: #8a8b86; }
.woocommerce div.product .product_title { font: 400 46px/1.05 var(--tp-serif); }
.woocommerce button.button.alt, .woocommerce a.button.alt { background: #4a4b40; border-radius: 0; }
.woocommerce-message, .woocommerce-info { border-top-color: #8ab9d6; }

/* Fully designed inner pages */
.tp-inner-hero {
  min-height: 430px;
  padding: 110px 10vw 85px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, #f8fbfd 0%, #edf5fb 56%, #f7fafc 100%);
}
.tp-inner-hero::after {
  content: "TIDEPAW";
  position: absolute;
  right: -25px;
  bottom: -46px;
  font: 400 clamp(100px, 16vw, 245px)/1 var(--tp-serif);
  letter-spacing: .15em;
  color: rgba(255,255,255,.65);
  pointer-events: none;
}
.tp-inner-hero > * { position: relative; z-index: 2; }
.tp-inner-hero h1 {
  max-width: 760px;
  margin: 22px 0 25px;
  font: 400 clamp(52px, 6.4vw, 92px)/.98 var(--tp-serif);
  letter-spacing: -.035em;
}
.tp-inner-hero p { max-width: 520px; margin: 0; color: #6f716b; font-size: 13px; line-height: 1.8; }
.tp-inner-hero--guidance { background: linear-gradient(110deg, #fffefb, #f5f1e7); }
.tp-inner-hero--journal { background: linear-gradient(110deg, #f9fbfd, #eef5fa 66%, #fffefb); }

.tp-about-intro, .tp-guidance-intro, .tp-contact {
  max-width: 1180px;
  margin: 0 auto;
  padding: 110px 40px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 100px;
  align-items: center;
}
.tp-about-intro__image { background: #f1f6f9; }
.tp-about-intro__image img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; }
.tp-about-intro__copy h2, .tp-guidance-intro h2, .tp-contact h2 {
  margin: 20px 0 0;
  font: 400 clamp(38px, 4.2vw, 60px)/1.06 var(--tp-serif);
}
.tp-about-intro__copy p, .tp-guidance-intro p { color: #6f716b; font: 400 15px/1.85 var(--tp-serif); }
.tp-values { padding: 100px 7vw; }
.tp-values__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 46px; background: #dfe8ed; }
.tp-values article { min-height: 280px; padding: 44px; background: #f7fbfd; }
.tp-values b, .tp-guidance-grid span { color: #8ab9d6; font: 400 13px var(--tp-serif); }
.tp-values h3, .tp-guidance-grid h3 { margin: 88px 0 15px; font: 400 28px/1.1 var(--tp-serif); }
.tp-values p, .tp-guidance-grid p { margin: 0; color: #70726c; font-size: 12px; line-height: 1.75; }

.tp-guidance-intro { grid-template-columns: .78fr 1.22fr; }
.tp-guidance-intro img { width: 100%; aspect-ratio: 1.46 / 1; object-fit: cover; }
.tp-guidance-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.tp-guidance-grid article { min-height: 340px; padding: 40px; background: white; }
.tp-faq { max-width: 940px; margin: 0 auto; padding: 110px 35px 130px; }
.tp-faq > h2 { margin: 18px 0 50px; font: 400 clamp(42px,5vw,66px)/1 var(--tp-serif); }
.tp-faq details { border-top: 1px solid var(--tp-border); padding: 25px 0; }
.tp-faq details:last-child { border-bottom: 1px solid var(--tp-border); }
.tp-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; font: 400 22px var(--tp-serif); }
.tp-faq summary::after { content: "+"; color: #8ab9d6; font-family: var(--tp-sans); }
.tp-faq details[open] summary::after { content: "−"; }
.tp-faq details p { max-width: 680px; color: #70726c; font-size: 13px; line-height: 1.8; }

.tp-contact { align-items: start; grid-template-columns: .7fr 1.3fr; }
.tp-contact__details h3 { margin: 32px 0 6px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.tp-contact__details p, .tp-contact__details a { color: #70726c; font: 400 15px/1.75 var(--tp-serif); }
.tp-contact__form { background: #f2f7fa; padding: 50px; }
.tp-contact__form label { display: block; margin-bottom: 26px; color: #63655e; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.tp-contact__form small { text-transform: none; letter-spacing: 0; }
.tp-contact__form input, .tp-contact__form textarea {
  display: block; width: 100%; margin-top: 10px; padding: 13px 2px; border: 0; border-bottom: 1px solid #c9d3d8; background: transparent; color: var(--tp-ink); outline: none;
}
.tp-contact__form input:focus, .tp-contact__form textarea:focus { border-color: #7da8c3; }
.tp-contact__form textarea { resize: vertical; }
.tp-form-notice { margin-bottom: 28px; padding: 15px; background: #e1eee5; font-size: 12px; }
.tp-form-notice--error { background: #f8e5e1; }

.tp-journal { max-width: 1260px; min-height: 450px; margin: 0 auto; padding: 100px 40px 130px; }
.tp-journal__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px 28px; }
.tp-journal-card__image { display: block; background: #eef5fa; margin-bottom: 25px; overflow: hidden; }
.tp-journal-card__image img { width: 100%; aspect-ratio: 1.12 / 1; object-fit: cover; transition: transform .5s ease; }
.tp-journal-card:hover .tp-journal-card__image img { transform: scale(1.025); }
.tp-journal-card h2 { margin: 14px 0 12px; font: 400 31px/1.08 var(--tp-serif); }
.tp-journal-card p { color: #70726c; font-size: 12px; line-height: 1.75; }
.tp-text-link { display: inline-block; margin-top: 8px; padding-bottom: 5px; border-bottom: 1px solid var(--tp-accent); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.tp-journal__empty { text-align: center; padding: 60px 0; }
.tp-journal__empty h2 { font: 400 42px var(--tp-serif); }

/* Complete WooCommerce experience */
.tp-shop-hero { padding: 88px 7vw 72px; text-align: center; background: #f0f6fa; }
.tp-shop-hero h1 { margin: 18px 0 15px; font: 400 clamp(54px,7vw,88px)/1 var(--tp-serif); }
.tp-shop-hero p { max-width: 560px; margin: 0 auto; color: #70726c; font-size: 13px; line-height: 1.8; }
.tp-commerce { max-width: 1320px; min-height: 550px; margin: 0 auto; padding: 70px 40px 120px; }
.tp-commerce .woocommerce-result-count, .tp-commerce .woocommerce-ordering { margin-bottom: 45px; color: #7a7c75; font-size: 11px; }
.tp-commerce .woocommerce-ordering select { border: 0; border-bottom: 1px solid #babcb5; border-radius: 0; padding: 7px 26px 7px 4px; background: transparent; }
.tp-commerce ul.products { display: grid; grid-template-columns: repeat(3,1fr); gap: 55px 28px; clear: both; }
.tp-commerce ul.products::before, .tp-commerce ul.products::after { display: none; }
.tp-commerce ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; }
.tp-commerce ul.products li.product img { width: 100%; aspect-ratio: 1 / 1.16; object-fit: cover; background: #f1f6f9; margin: 0 0 20px !important; }
.tp-commerce ul.products li.product .woocommerce-loop-product__title { padding: 0 !important; font: 400 23px/1.15 var(--tp-serif) !important; }
.tp-commerce ul.products li.product .price { color: #65675f !important; font-size: 13px !important; }
.tp-commerce ul.products li.product .button { background: transparent; color: #55574f; border: 1px solid #999b94; border-radius: 0; padding: 12px 18px; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.tp-commerce .onsale { min-width: auto !important; min-height: auto !important; padding: 9px 12px !important; border-radius: 0 !important; background: #8ebbd7 !important; line-height: 1 !important; font-size: 9px !important; text-transform: uppercase; }

.tp-commerce--product { padding-top: 90px; }
.tp-commerce div.product { display: flow-root; }
.tp-commerce div.product div.images { width: 54%; }
.tp-commerce div.product div.summary { width: 39%; padding-top: 30px; }
.tp-commerce div.product .product_title { margin-bottom: 20px; font: 400 clamp(42px,4vw,62px)/1.02 var(--tp-serif); }
.tp-commerce div.product p.price { color: #64665f; font: 400 22px var(--tp-serif); }
.tp-commerce div.product .woocommerce-product-details__short-description { margin: 28px 0; color: #70726c; font: 400 15px/1.8 var(--tp-serif); }
.tp-commerce div.product form.cart { padding: 24px 0; border-top: 1px solid var(--tp-border); border-bottom: 1px solid var(--tp-border); }
.tp-commerce div.product form.cart .qty { min-height: 48px; border: 1px solid #aeb0a9; }
.tp-commerce div.product .single_add_to_cart_button { min-height: 48px; padding: 0 32px !important; background: #494b43 !important; border-radius: 0 !important; font-size: 10px !important; letter-spacing: .12em; text-transform: uppercase; }
.tp-commerce .product_meta { font-size: 10px; line-height: 1.8; letter-spacing: .08em; text-transform: uppercase; color: #898b84; }
.tp-commerce div.product .woocommerce-tabs { clear: both; padding-top: 75px; }
.tp-commerce div.product .woocommerce-tabs ul.tabs { padding: 0 !important; border-bottom: 1px solid var(--tp-border); }
.tp-commerce div.product .woocommerce-tabs ul.tabs::before { display: none !important; }
.tp-commerce div.product .woocommerce-tabs ul.tabs li { border: 0 !important; border-radius: 0 !important; background: transparent !important; margin: 0 35px 0 0 !important; padding: 0 0 14px !important; }
.tp-commerce div.product .woocommerce-tabs ul.tabs li::before, .tp-commerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.tp-commerce div.product .woocommerce-tabs .panel { max-width: 800px; color: #65675f; font: 400 15px/1.8 var(--tp-serif); }
.tp-commerce .related.products { padding-top: 75px; }
.tp-commerce .related.products > h2 { margin-bottom: 40px; font: 400 44px var(--tp-serif); }

.tp-commerce table.shop_table { border: 0; border-radius: 0; border-collapse: collapse; }
.tp-commerce table.shop_table th { padding: 18px 12px; border-bottom: 1px solid #cfd1ca; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.tp-commerce table.shop_table td { padding: 22px 12px; border-bottom: 1px solid var(--tp-border); font: 400 15px var(--tp-serif); }
.tp-commerce table.shop_table img { width: 90px; }
.tp-commerce .coupon .input-text, .tp-commerce form .input-text, .tp-commerce form select {
  min-height: 44px; border: 1px solid #c8cac3; border-radius: 0; padding: 10px 12px;
}
.tp-commerce .button, .tp-commerce button.button { border-radius: 0 !important; font-size: 10px !important; letter-spacing: .09em; text-transform: uppercase; }
.tp-commerce .cart_totals { padding: 35px; background: #f2f7fa; }
.tp-commerce .cart_totals h2, .tp-commerce .woocommerce-checkout h3, .tp-commerce .woocommerce-MyAccount-content h2 { font: 400 34px var(--tp-serif); }
.tp-commerce .checkout-button, .tp-commerce #place_order { background: #494b43 !important; }
.tp-commerce form.checkout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; }
.tp-commerce form.checkout #customer_details, .tp-commerce form.checkout #order_review_heading, .tp-commerce form.checkout #order_review { width: auto; float: none; }
.tp-commerce form.checkout #order_review_heading, .tp-commerce form.checkout #order_review { grid-column: 2; }
.tp-commerce form.checkout #customer_details { grid-row: 1 / span 2; }
.tp-commerce .woocommerce-MyAccount-navigation { width: 24%; padding: 28px; background: #f2f7fa; }
.tp-commerce .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.tp-commerce .woocommerce-MyAccount-navigation li { padding: 12px 0; border-bottom: 1px solid #dfe5e8; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.tp-commerce .woocommerce-MyAccount-content { width: 70%; }

@media (max-width: 980px) {
  .tp-header { padding: 0 24px; }
  .tp-nav { display: none; }
  .tp-menu-toggle { display: block; justify-self: start; }
  .tp-brand { grid-column: 2; }
  .tp-header__right { grid-column: 3; justify-self: end; }
  .tp-header.is-open { height: auto; min-height: 78px; padding-bottom: 22px; }
  .tp-header.is-open .tp-nav--left { display: flex; position: absolute; top: 78px; left: 0; right: 0; padding: 22px; background: white; border-bottom: 1px solid var(--tp-border); }
  .tp-header.is-open .tp-nav--left ul { flex-direction: column; align-items: flex-start; gap: 18px; }
  .tp-hero { min-height: 720px; }
  .tp-hero__left { width: 100%; height: 430px; bottom: auto; }
  .tp-hero__right { display: none; }
  .tp-hero__copy { left: 8%; top: 95px; width: 48%; }
  .tp-hero__product { left: 43%; top: 42px; width: 55%; height: 420px; }
  .tp-hero__watermark { left: 42%; top: 90px; width: 52%; }
  .tp-hero__note { top: 505px; left: 8%; right: auto; }
  .tp-arrow { display: none; }
  .tp-story { margin-top: 0; padding: 0 8vw 70px; grid-template-columns: 220px 1fr; }
  .tp-products ul.products { grid-template-columns: repeat(2,1fr); }
  .tp-about-intro, .tp-guidance-intro, .tp-contact { gap: 45px; padding: 80px 35px; }
  .tp-commerce ul.products { grid-template-columns: repeat(2,1fr); }
  .tp-commerce form.checkout { display: block; }
}

@media (max-width: 680px) {
  .tp-header { grid-template-columns: 44px 1fr auto; }
  .tp-brand { min-width: 0; }
  .tp-brand__name { font-size: 17px; letter-spacing: .25em; padding-left: .25em; }
  .tp-brand__sub { font-size: 7px; }
  .tp-cart-link { font-size: 9px; }
  .tp-hero { min-height: 690px; }
  .tp-hero__copy { left: 8%; top: 55px; width: 84%; }
  .tp-hero h1 { font-size: 43px; max-width: 330px; }
  .tp-button { padding: 0 22px; }
  .tp-hero__product { left: 27%; top: 270px; width: 72%; height: 330px; }
  .tp-hero__watermark { display: none; }
  .tp-hero__note { top: 603px; left: 8%; width: 80%; }
  .tp-story { display: block; padding: 60px 7vw; }
  .tp-story p { max-width: 310px; }
  .tp-story__image-wrap { margin-top: 35px; }
  .tp-collection-grid, .tp-footer__grid { grid-template-columns: 1fr; }
  .tp-products ul.products { grid-template-columns: 1fr; }
  .tp-footer__bottom { display: block; line-height: 2; }
  .tp-inner-hero { min-height: 360px; padding: 75px 8vw 60px; }
  .tp-inner-hero h1 { font-size: 52px; }
  .tp-about-intro, .tp-guidance-intro, .tp-contact { display: flex; flex-direction: column; align-items: stretch; padding: 70px 7vw; }
  .tp-about-intro__image { order: 2; }
  .tp-values__grid, .tp-guidance-grid, .tp-journal__grid { grid-template-columns: 1fr; }
  .tp-values article, .tp-guidance-grid article { min-height: 250px; }
  .tp-contact__form { padding: 30px 22px; }
  .tp-journal { padding: 70px 7vw; }
  .tp-commerce { padding: 55px 6vw 90px; }
  .tp-commerce ul.products { grid-template-columns: 1fr; }
  .tp-commerce div.product div.images, .tp-commerce div.product div.summary { width: 100%; float: none; }
  .tp-commerce .woocommerce-MyAccount-navigation, .tp-commerce .woocommerce-MyAccount-content { width: 100%; float: none; }
  .tp-commerce .woocommerce-MyAccount-content { margin-top: 35px; }
}
