
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family: Georgia, serif;
}

a {
    text-decoration: none;
    color: #1e3d32;
}

body{
background:#f4f1ea;
color:#1e3d32;
line-height:1.5;
}

/* NAVBAR */

nav{
position:fixed;
top:0;
left:0;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 8%;
box-shadow:0 3px 10px rgba(0,0,0,0.08);
z-index:1000;
background: #ffffffd9;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}

nav .logo{
font-weight:bold;
font-size:18px;
}

.menu-btn {
  display: none;
  cursor: pointer;
  width: 28px;
  height: 22px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #1e3d32;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.menu-btn.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.menu-btn.open span:nth-child(2) {
  opacity: 0;
}

.menu-btn.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

nav ul{
display:flex;
list-style:none;
gap:30px;
}

nav a{
text-decoration:none;
color:#1e3d32;
font-size:14px;
}

/*gift section*/
.gift-hero-section {
  padding: 30em 5%;
  margin-top: 8em!important;
}

.gift-hero-card {
  border: 1px solid #e0d8c8;
  border-radius: 20px;
  padding: 52px;
  background: radial-gradient(ellipse at 60% 50%, #e8e4c8 0%, #f4f1ea 55%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.gift-hero-left {
  flex: 1;
  max-width: 480px;
}

.gift-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #1a2e22;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 18px;
}

.gift-hero-sub {
  font-size: 13px;
  color: #5a6a5a;
  line-height: 1.7;
  max-width: 420px;
}

.gift-hero-right {
  flex-shrink: 0;
  width: 300px;
}

.gift-notice-card {
  background: rgba(255,255,255,0.85);
  border: 1px solid #e0d8c8;
  border-radius: 16px;
  padding: 24px 26px;
}

.gift-notice-icon {
  width: 34px;
  height: 34px;
  border: 1px solid #e0d8c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  margin-bottom: 14px;
}

.gift-notice-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #1a2e22;
  margin-bottom: 10px;
}

.gift-notice-text {
  font-size: 12px;
  color: #888;
  line-height: 1.65;
  margin-bottom: 16px;
}

.gift-notice-signed {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 600;
  line-height: 1.6;
}

.gift-hero-section {
  padding: 30px 5%;
  margin-top: 60px;
}

.gift-hero-card {
  border: 1px solid #e0d8c8;
  border-radius: 20px;
  padding: 52px;
  background: radial-gradient(ellipse at 60% 50%, #e8e4c8 0%, #f4f1ea 55%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.gift-hero-left {
  flex: 1;
  max-width: 480px;
}

.gift-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #1a2e22;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 18px;
}

.gift-hero-sub {
  font-size: 13px;
  color: #5a6a5a;
  line-height: 1.7;
  max-width: 420px;
}

.gift-hero-right {
  flex-shrink: 0;
  width: 300px;
}

.gift-notice-card {
  background: rgba(255,255,255,0.85);
  border: 1px solid #e0d8c8;
  border-radius: 16px;
  padding: 24px 26px;
}

.gift-notice-icon {
  width: 34px;
  height: 34px;
  border: 1px solid #e0d8c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  margin-bottom: 14px;
}

.gift-notice-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #1a2e22;
  margin-bottom: 10px;
}

.gift-notice-text {
  font-size: 12px;
  color: #888;
  line-height: 1.65;
  margin-bottom: 16px;
}

.gift-notice-signed {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 600;
  line-height: 1.6;
}

.gift-categories-section {
  padding: 40px 5%;
}

.gift-cat-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  color: #1a2e22;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  max-width: 620px;
}

.gift-cat-sub {
  font-size: 12.5px;
  color: #888;
  max-width: 460px;
  line-height: 1.65;
}

.gift-cat-divider {
  border: none;
  border-top: 1px solid #e0d8c8;
  margin: 36px 0 24px;
}

.gift-cat-label {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 600;
  margin-bottom: 8px;
}

.gift-cat-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #1a2e22;
  margin-bottom: 20px;
}

.gift-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.gift-item-card {
  border: 1px solid #e0d8c8;
  border-radius: 16px;
  padding: 24px 26px;
  background: white;
}

.gift-item-icon {
  width: 34px;
  height: 34px;
  border: 1px solid #e0d8c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f5f0;
  margin-bottom: 18px;
}

.gift-field-label {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 12px;
}

.gift-field-value {
  font-size: 12.5px;
  color: #555;
  line-height: 1.5;
}.gift-categories-section {
  padding: 40px 5%;
}

.gift-cat-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  color: #1a2e22;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  max-width: 620px;
}

.gift-cat-sub {
  font-size: 12.5px;
  color: #888;
  max-width: 460px;
  line-height: 1.65;
}

.gift-cat-divider {
  border: none;
  border-top: 1px solid #e0d8c8;
  margin: 36px 0 24px;
}

.gift-cat-label {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 600;
  margin-bottom: 8px;
}

.gift-cat-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #1a2e22;
  margin-bottom: 20px;
}

.gift-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.gift-item-card {
  border: 1px solid #e0d8c8;
  border-radius: 16px;
  padding: 24px 26px;
  background: white;
}

.gift-item-icon {
  width: 34px;
  height: 34px;
  border: 1px solid #e0d8c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f5f0;
  margin-bottom: 18px;
}

.gift-field-label {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 12px;
}

.gift-field-value {
  font-size: 12.5px;
  color: #555;
  line-height: 1.5;
}

/*bank section*/

.bank-section {
  padding: 40px 5%;
}

.bank-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  color: #1a2e22;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  max-width: 620px;
}

.bank-sub {
  font-size: 12.5px;
  color: #888;
  max-width: 460px;
  line-height: 1.65;
  margin-bottom: 32px;
}

.bank-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bank-card {
  border: 1px solid #e0d8c8;
  border-radius: 16px;
  padding: 24px 26px;
  background: white;
}

.bank-couple-label {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 6px;
}

.bank-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1a2e22;
  margin-bottom: 12px;
}

.bank-placeholder {
  font-size: 12px;
  color: #aaa;
  font-style: italic;
  line-height: 1.5;
}


  /* FOOTER */

footer {
  background: #0e2d1e;
  border-top: none;
  padding: 44px 8%;
  margin-top: 0;
}

.footer-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 400;
  color: white;
  margin-bottom: 10px;
  max-width: 420px;
  line-height: 1.3;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-sub {
  font-size: 11.5px;
  color: rgba(255,255,255,0.45);
  max-width: 380px;
  line-height: 1.65;
}

.footer-right {
  text-align: right;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 2;

}

.footer-right p {
  margin: 0;
}
/* RESPONSIVE */
@media (max-width: 768px) {

  /* NAV */
  nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 5%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  }

  nav ul.active {
    display: flex;
  }

  .menu-btn {
    display: flex;
  }

  /* GIFT HERO */
  .gift-hero-card {
    flex-direction: column;
    padding: 32px 24px;
  }

  .gift-hero-right {
    width: 100%;
  }

  /* GIFT ITEMS */
  .gift-items-grid {
    grid-template-columns: 1fr;
  }

  /* BANK */
  .bank-grid {
    grid-template-columns: 1fr;
  }

  /* FOOTER */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-right {
    text-align: left;
  }

}

@media (max-width: 480px) {

  nav {
    padding: 14px 5%;
  }

  .gift-hero-section {
    padding: 20px 5%;
  }

  .gift-hero-card {
    padding: 24px 18px;
  }

  .gift-hero-title {
    font-size: 1.8rem;
  }

  .gift-cat-title {
    font-size: 1.5rem;
  }

  .bank-title {
    font-size: 1.5rem;
  }

}